mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-16 16:39:48 +00:00
8215716: PopFrame() was unexpectedly done
Reviewed-by: dholmes, sspitsyn
This commit is contained in:
parent
eb3549baf7
commit
ae369f40a4
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user