# HG changeset patch # User amenkov # Date 1545357076 28800 # Node ID 587a1d480ca66f0d9705f70d840e799803b8efd6 # Parent 2a8dfb750d2c4bc0f88db2be95c199b5d874dedc 8215716: PopFrame() was unexpectedly done Reviewed-by: dholmes, sspitsyn diff -r 2a8dfb750d2c -r 587a1d480ca6 test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004.java --- a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004.java Fri Dec 21 01:25:46 2018 +0100 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004.java Thu Dec 20 17:51:16 2018 -0800 @@ -147,8 +147,8 @@ boolean compl = true; try { + out.println("popFrameCls (" + this + "): inside activeMethod()"); pipeOut.write(123); // notify the main thread - out.println("popFrameCls (" + this + "): inside activeMethod()"); // pause here until the main thread suspends us synchronized (popframe004.barrier) { while (true) {