diff --git a/jode/jode/obfuscator/ConstantRuntimeEnvironment.java b/jode/jode/obfuscator/ConstantRuntimeEnvironment.java index f74fa9b..31bc3b0 100644 --- a/jode/jode/obfuscator/ConstantRuntimeEnvironment.java +++ b/jode/jode/obfuscator/ConstantRuntimeEnvironment.java @@ -190,7 +190,7 @@ public class ConstantRuntimeEnvironment extends SimpleRuntimeEnvironment { MethodIdentifier mi = (MethodIdentifier) m.clazz.bundle.getIdentifier(ref); if (mi != null) { - BytecodeInfo code = mi.getBytecode(); + BytecodeInfo code = mi.info.getBytecode(); if (code != null) { MethodType mt = (MethodType) Type.tType(ref.getType()); Value[] locals = new Value[code.getMaxLocals()];