1Test stopped using breakpoint 2Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 3result is StandardTestObject { cnt: 2 } base-call count: 1 4Test stopped using breakpoint with declared synchronized function 5Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0 6result is SynchronizedFunctionTestObject { cnt: 2 } base-call count: 1 7Test stopped using breakpoint with synchronized block 8Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0 9result is SynchronizedTestObject { cnt: 2 } base-call count: 1 10Test stopped on single step 11Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 12result is StandardTestObject { cnt: 2 } base-call count: 1 13Test stopped on field access 14Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0 15result is FieldBasedTestObject { cnt: 2, TARGET_FIELD: 10 } base-call count: 1 16Test stopped on field modification 17Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0 18result is FieldBasedTestObject { cnt: 2, TARGET_FIELD: 10 } base-call count: 1 19Test stopped during Method Exit of doNothing 20Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 21result is StandardTestObject { cnt: 1 } base-call count: 1 22Test stopped during Method Enter of doNothing 23Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 24result is StandardTestObject { cnt: 1 } base-call count: 1 25Test stopped during Method Exit of calledFunction 26Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 27result is StandardTestObject { cnt: 2 } base-call count: 1 28Test stopped during Method Enter of calledFunction 29Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 30result is StandardTestObject { cnt: 1 } base-call count: 1 31Test stopped during Method Exit due to exception thrown in same function 32Single call with PopFrame on ExceptionOnceObject { cnt: 0, throwInSub: false } base-call-count: 0 33result is ExceptionOnceObject { cnt: 2, throwInSub: false } base-call count: 1 34Test stopped during Method Exit due to exception thrown in subroutine 35Single call with PopFrame on ExceptionOnceObject { cnt: 0, throwInSub: true } base-call-count: 0 36result is ExceptionOnceObject { cnt: 2, throwInSub: true } base-call count: 1 37Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in called function) 38Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0 39art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 40result is ExceptionThrowTestObject { cnt: 2 } base-call count: 1 41Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subroutine) 42Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 0 43art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 44result is ExceptionCatchTestObject { cnt: 2 } base-call count: 1 45Test stopped during Exception event of calledFunction (catch in calling function) 46Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0 47art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 48result is ExceptionThrowTestObject { cnt: 2 } base-call count: 1 49Test stopped during Exception event of calledFunction (catch in called function) 50Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0 51art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 52result is ExceptionThrowTestObject { cnt: 2 } base-call count: 1 53Test stopped during Exception event of calledFunction (catch in parent of calling function) 54Single call with PopFrame on ExceptionThrowFarTestObject { cnt: 0 } base-call-count: 0 55art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught! 56result is ExceptionThrowFarTestObject { cnt: 2 } base-call count: 1 57Test stopped during Exception event of calledFunction (catch in called function) 58Single call with PopFrame on ExceptionThrowFarTestObject { cnt: 0 } base-call-count: 0 59art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function. 60result is ExceptionThrowFarTestObject { cnt: 2 } base-call count: 1 61Test stopped during random Suspend. 62Single call with PopFrame on SuspendSuddenlyObject { cnt: 0 } base-call-count: 0 63result is SuspendSuddenlyObject { cnt: 2 } base-call count: 1 64Test redefining frame being popped. 65Single call with PopFrame on RedefineTestObject { states: [] current: ORIGINAL } base-call-count: 0 66result is RedefineTestObject { states: [ORIGINAL, REDEFINED] current: REDEFINED } base-call count: 1 67Test stopped during a native method fails 68Single call with PopFrame on NativeCalledObject { cnt: 0 } base-call-count: 0 69Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME 70 art.Test1953.popFrame(Native Method) 71 art.Test1953.runTestOn(Test1953.java) 72 art.Test1953.runTestOn(Test1953.java) 73 art.Test1953.runTests(Test1953.java) 74 <Additional frames hidden> 75result is NativeCalledObject { cnt: 1 } base-call count: 1 76Test stopped in a method called by native fails 77Single call with PopFrame on NativeCallerObject { cnt: 0 } base-call-count: 0 78Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME 79 art.Test1953.popFrame(Native Method) 80 art.Test1953.runTestOn(Test1953.java) 81 art.Test1953.runTestOn(Test1953.java) 82 art.Test1953.runTests(Test1953.java) 83 <Additional frames hidden> 84result is NativeCallerObject { cnt: 1 } base-call count: 1 85Test stopped with monitor in enclosing frame. 86Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 87result is StandardTestObject { cnt: 2 } base-call count: 1 88