--- 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) {