8215716: PopFrame() was unexpectedly done

Reviewed-by: dholmes, sspitsyn
This commit is contained in:
Alex Menkov 2018-12-20 17:51:16 -08:00
parent eb3549baf7
commit ae369f40a4

View File

@ -147,8 +147,8 @@ public class popframe004 {
boolean compl = true;
try {
pipeOut.write(123); // notify the main thread
out.println("popFrameCls (" + this + "): inside activeMethod()");
pipeOut.write(123); // notify the main thread
// pause here until the main thread suspends us
synchronized (popframe004.barrier) {
while (true) {