mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
preserve vm flags of bootstrap class (except for BootstrapFlag) in updateBootstrapClass()
This commit is contained in:
@ -1854,10 +1854,6 @@ interpret(Thread* t)
|
||||
|
||||
object method = resolveMethod(t, codePool(t, code), index - 1);
|
||||
if (UNLIKELY(exception)) goto throw_;
|
||||
|
||||
fprintf(stderr, "invokevirtual %s.%s\n",
|
||||
&byteArrayBody(t, className(t, methodClass(t, method)), 0),
|
||||
&byteArrayBody(t, methodName(t, method), 0));
|
||||
|
||||
unsigned parameterFootprint = methodParameterFootprint(t, method);
|
||||
if (LIKELY(peekObject(t, sp - parameterFootprint))) {
|
||||
|
Reference in New Issue
Block a user