diff options
Diffstat (limited to 'test/1954-pop-frame-jit/jvm-expected.patch')
-rw-r--r-- | test/1954-pop-frame-jit/jvm-expected.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/1954-pop-frame-jit/jvm-expected.patch b/test/1954-pop-frame-jit/jvm-expected.patch new file mode 100644 index 0000000000..ff482d12c1 --- /dev/null +++ b/test/1954-pop-frame-jit/jvm-expected.patch @@ -0,0 +1,9 @@ +75,82d74 +< Test stopped during a ClassLoad event. +< Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 0 +< TC0.foo == 1 +< result is ClassLoadObject { cnt: 2, curClass: 1} base-call count: 1 +< Test stopped during a ClassPrepare event. +< Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 1} base-call-count: 0 +< TC1.foo == 2 +< result is ClassLoadObject { cnt: 2, curClass: 2} base-call count: 1 |