Skip to content

Commit e7e8f60

Browse files
committedJan 10, 2025
8347302: Mark test tools/jimage/JImageToolTest.java as flagless
Reviewed-by: alanb, shade
1 parent 9cf7d42 commit e7e8f60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2025, 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
@@ -23,6 +23,7 @@
2323
/*
2424
* @test
2525
* @library /test/lib
26+
* @requires vm.flagless
2627
* @build jdk.test.lib.process.ProcessTools
2728
* @summary Test to check if jimage tool exists and is working
2829
* @run main/timeout=360 JImageToolTest

0 commit comments

Comments
 (0)
Please sign in to comment.