We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5f4f7 commit 72db22cCopy full SHA for 72db22c
test/jdk/tools/jimage/JImageTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -45,6 +45,7 @@
45
* jimage testing.
46
* @test
47
* @summary Test jimage tool
48
+ * @bug 8222100
49
* @library ../lib
50
* @modules java.base/jdk.internal.jimage
51
* jdk.jdeps/com.sun.tools.classfile
@@ -54,7 +55,7 @@
54
55
* jdk.compiler
56
* @run build JImageTest
57
* @run build tests.*
- * @run main/othervm -verbose:gc -Xmx1g JImageTest
58
+ * @run main/othervm/timeout=360 -verbose:gc -Xmx1g JImageTest
59
*/
60
public class JImageTest {
61
0 commit comments