|
|
@ -190,7 +190,7 @@ public class ConstantRuntimeEnvironment extends SimpleRuntimeEnvironment { |
|
|
|
MethodIdentifier mi = (MethodIdentifier) |
|
|
|
MethodIdentifier mi = (MethodIdentifier) |
|
|
|
m.clazz.bundle.getIdentifier(ref); |
|
|
|
m.clazz.bundle.getIdentifier(ref); |
|
|
|
if (mi != null) { |
|
|
|
if (mi != null) { |
|
|
|
BytecodeInfo code = mi.getBytecode(); |
|
|
|
BytecodeInfo code = mi.info.getBytecode(); |
|
|
|
if (code != null) { |
|
|
|
if (code != null) { |
|
|
|
MethodType mt = (MethodType) Type.tType(ref.getType()); |
|
|
|
MethodType mt = (MethodType) Type.tType(ref.getType()); |
|
|
|
Value[] locals = new Value[code.getMaxLocals()]; |
|
|
|
Value[] locals = new Value[code.getMaxLocals()]; |
|
|
|