Skip to content

Commit 72db22c

Browse files
committedJan 13, 2020
8222100: tools/jimage/JImageTest.java time out
Reviewed-by: jlaskey
1 parent 0b5f4f7 commit 72db22c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎test/jdk/tools/jimage/JImageTest.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -45,6 +45,7 @@
4545
* jimage testing.
4646
* @test
4747
* @summary Test jimage tool
48+
* @bug 8222100
4849
* @library ../lib
4950
* @modules java.base/jdk.internal.jimage
5051
* jdk.jdeps/com.sun.tools.classfile
@@ -54,7 +55,7 @@
5455
* jdk.compiler
5556
* @run build JImageTest
5657
* @run build tests.*
57-
* @run main/othervm -verbose:gc -Xmx1g JImageTest
58+
* @run main/othervm/timeout=360 -verbose:gc -Xmx1g JImageTest
5859
*/
5960
public class JImageTest {
6061

0 commit comments

Comments
 (0)
Please sign in to comment.