blob: 1a5eda7fd652352093e406c52e12433603be543f [file] [log] [blame]
Alex Light06c0d172020-04-27 10:00:31 -0700136a37,50
2> Test stopped during notifyFramePop without exception on pop of calledFunction
3> Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
4> result is StandardTestObject { cnt: 2 } base-call count: 1
5> Test stopped during notifyFramePop without exception on pop of doNothing
6> Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
7> result is StandardTestObject { cnt: 1 } base-call count: 1
8> Test stopped during notifyFramePop with exception on pop of calledFunction
9> Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0
10> art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
11> result is ExceptionThrowTestObject { cnt: 2 } base-call count: 1
12> Test stopped during notifyFramePop with exception on pop of doThrow
13> Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 0
14> art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
15> result is ExceptionCatchTestObject { cnt: 1 } base-call count: 1
1660a75,94
Alex Light0aa7a5a2018-10-10 15:58:14 +000017> Test stopped during a ClassLoad event.
18> Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 0
19> Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
20> art.Test1953.popFrame(Native Method)
21> art.Test1953.runTestOn(Test1953.java)
22> art.Test1953.runTestOn(Test1953.java)
23> art.Test1953.runTests(Test1953.java)
24> <Additional frames hidden>
25> TC0.foo == 1
26> result is ClassLoadObject { cnt: 1, curClass: 1} base-call count: 1
27> Test stopped during a ClassPrepare event.
28> Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 1} base-call-count: 0
29> Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
30> art.Test1953.popFrame(Native Method)
31> art.Test1953.runTestOn(Test1953.java)
32> art.Test1953.runTestOn(Test1953.java)
33> art.Test1953.runTests(Test1953.java)
34> <Additional frames hidden>
35> TC1.foo == 2
36> result is ClassLoadObject { cnt: 1, curClass: 2} base-call count: 1