8293099: JFR: Typo in TestRemoteDump.java
Reviewed-by: mgronlun
This commit is contained in:
parent
03f25a9c69
commit
bc668b994d
@ -119,7 +119,7 @@ public class TestRemoteDump {
|
|||||||
var f1 = service.submit(f);
|
var f1 = service.submit(f);
|
||||||
var f2 = service.submit(f);
|
var f2 = service.submit(f);
|
||||||
var f3 = service.submit(f);
|
var f3 = service.submit(f);
|
||||||
if (!f1.get() && !f1.get() && !f3.get()) {
|
if (!f1.get() || !f2.get() || !f3.get()) {
|
||||||
throw new Exception("Failed to dump multiple recordings simultanously");
|
throw new Exception("Failed to dump multiple recordings simultanously");
|
||||||
}
|
}
|
||||||
service.shutdown();
|
service.shutdown();
|
||||||
|
Loading…
Reference in New Issue
Block a user