8282666: nsk/jvmti/PopFrame/popframe004 failed with: TEST FAILED: 30 JVMTI events were generated by the function PopFrame()
Reviewed-by: lmesnik, amenkov
This commit is contained in:
parent
0bcf17674e
commit
15943e4242
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -106,7 +106,7 @@ public class popframe004 {
|
||||
|
||||
try {
|
||||
if (popFrameClsThr.isAlive())
|
||||
popFrameClsThr.join(2000);
|
||||
popFrameClsThr.join();
|
||||
} catch (InterruptedException e) {
|
||||
out.println("TEST INCOMPLETE: caught " + e);
|
||||
totRes = FAILED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user