File tree 1 file changed +3
-3
lines changed
test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/flag
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
38
38
39
39
/*
40
40
* @test
41
- * @requires vm.debug == true & vm. flagless
41
+ * @requires vm.flagless
42
42
* @summary Test compile command file writer.
43
43
* @library /test/lib /testlibrary_tests /
44
44
* @build jdk.test.whitebox.WhiteBox
45
45
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
46
- * @run junit/othervm -Xbootclasspath/a:. -DSkipWhiteBoxInstall=true -XX:+IgnoreUnrecognizedVMOptions -XX:+ UnlockDiagnosticVMOptions
46
+ * @run junit/othervm -Xbootclasspath/a:. -DSkipWhiteBoxInstall=true -XX:+UnlockDiagnosticVMOptions
47
47
* -XX:+WhiteBoxAPI compiler.lib.ir_framework.flag.TestCompileCommandFileWriter
48
48
*/
49
49
public class TestCompileCommandFileWriter {
You can’t perform that action at this time.
0 commit comments