8306705: com/sun/jdi/PopAndInvokeTest.java fails with NativeMethodException

Reviewed-by: lmesnik, amenkov, sspitsyn
This commit is contained in:
Chris Plummer 2023-04-26 17:32:05 +00:00
parent 01b8512911
commit 38cc0391f3

@ -50,8 +50,9 @@ class PopAndInvokeTarg {
if (waiting) {
return;
}
waiting = true;
System.out.println(" debuggee: in waiter");
// No printlns or other calls allowed after this point.
waiting = true;
while (true) {
}
}