8306705: com/sun/jdi/PopAndInvokeTest.java fails with NativeMethodException
Reviewed-by: lmesnik, amenkov, sspitsyn
This commit is contained in:
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) {
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user