Skip to content

Commit 0ef2e11

Browse files
Alexey PavlyutkinYuri Nesterenko
Alexey Pavlyutkin
authored and
Yuri Nesterenko
committed
8307811: [TEST] compilation of TimeoutInErrorHandlingTest fails after backport of JDK-8303861
Reviewed-by: clanger
1 parent ca62ba5 commit 0ef2e11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/hotspot/jtreg/runtime/ErrorHandling/TimeoutInErrorHandlingTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757

5858
public class TimeoutInErrorHandlingTest {
5959

60+
// 16 seconds for hs_err generation timeout = 4 seconds per step timeout
61+
public static final int ERROR_LOG_TIMEOUT = 16;
6062

6163
public static void main(String[] args) throws Exception {
6264

0 commit comments

Comments
 (0)