We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf7d42 commit e7e8f60Copy full SHA for e7e8f60
test/jdk/tools/jimage/JImageToolTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2025, 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
@@ -23,6 +23,7 @@
23
24
* @test
25
* @library /test/lib
26
+ * @requires vm.flagless
27
* @build jdk.test.lib.process.ProcessTools
28
* @summary Test to check if jimage tool exists and is working
29
* @run main/timeout=360 JImageToolTest
0 commit comments