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 notifyFramePop without exception on pop of calledFunction 38Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 39result is StandardTestObject { cnt: 2 } base-call count: 1 40Test stopped during notifyFramePop without exception on pop of doNothing 41Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 42result is StandardTestObject { cnt: 1 } base-call count: 1 43Test stopped during notifyFramePop with exception on pop of calledFunction 44Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0 45art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 46result is ExceptionThrowTestObject { cnt: 2 } base-call count: 1 47Test stopped during notifyFramePop with exception on pop of doThrow 48Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 0 49art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 50result is ExceptionCatchTestObject { cnt: 1 } base-call count: 1 51Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in called function) 52Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0 53art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 54result is ExceptionThrowTestObject { cnt: 2 } base-call count: 1 55Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subroutine) 56Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 0 57art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 58result is ExceptionCatchTestObject { cnt: 2 } base-call count: 1 59Test stopped during Exception event of calledFunction (catch in calling function) 60Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0 61art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 62result is ExceptionThrowTestObject { cnt: 2 } base-call count: 1 63Test stopped during Exception event of calledFunction (catch in called function) 64Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0 65art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 66result is ExceptionThrowTestObject { cnt: 2 } base-call count: 1 67Test stopped during Exception event of calledFunction (catch in parent of calling function) 68Single call with PopFrame on ExceptionThrowFarTestObject { cnt: 0 } base-call-count: 0 69art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught! 70result is ExceptionThrowFarTestObject { cnt: 2 } base-call count: 1 71Test stopped during Exception event of calledFunction (catch in called function) 72Single call with PopFrame on ExceptionThrowFarTestObject { cnt: 0 } base-call-count: 0 73art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function. 74result is ExceptionThrowFarTestObject { cnt: 2 } base-call count: 1 75Test stopped during random Suspend. 76Single call with PopFrame on SuspendSuddenlyObject { cnt: 0 } base-call-count: 0 77result is SuspendSuddenlyObject { cnt: 2 } base-call count: 1 78Test redefining frame being popped. 79Single call with PopFrame on RedefineTestObject { states: [] current: ORIGINAL } base-call-count: 0 80result is RedefineTestObject { states: [ORIGINAL, REDEFINED] current: REDEFINED } base-call count: 1 81Test stopped during a native method fails 82Single call with PopFrame on NativeCalledObject { cnt: 0 } base-call-count: 0 83Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME 84 art.Test1953.popFrame(Native Method) 85 art.Test1953.runTestOn(Test1953.java) 86 art.Test1953.runTestOn(Test1953.java) 87 art.Test1953.runTests(Test1953.java) 88 <Additional frames hidden> 89result is NativeCalledObject { cnt: 1 } base-call count: 1 90Test stopped in a method called by native fails 91Single call with PopFrame on NativeCallerObject { cnt: 0 } base-call-count: 0 92Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME 93 art.Test1953.popFrame(Native Method) 94 art.Test1953.runTestOn(Test1953.java) 95 art.Test1953.runTestOn(Test1953.java) 96 art.Test1953.runTests(Test1953.java) 97 <Additional frames hidden> 98result is NativeCallerObject { cnt: 1 } base-call count: 1 99Test stopped with monitor in enclosing frame. 100Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0 101result is StandardTestObject { cnt: 2 } base-call count: 1 102