8215716: PopFrame() was unexpectedly done
authoramenkov
Thu, 20 Dec 2018 17:51:16 -0800
changeset 53093 587a1d480ca6
parent 53092 2a8dfb750d2c
child 53094 9e590041fcd4
child 57092 3c5666ad2181
8215716: PopFrame() was unexpectedly done Reviewed-by: dholmes, sspitsyn
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) {