Skip to content

Commit 437a491

Browse files
fix copyright and remove IgnoreUnrecognizedVMOptions and remove vm.debug
1 parent 321ebab commit 437a491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/flag/TestCompileCommandFileWriter.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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.
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
@@ -38,12 +38,12 @@
3838

3939
/*
4040
* @test
41-
* @requires vm.debug == true & vm.flagless
41+
* @requires vm.flagless
4242
* @summary Test compile command file writer.
4343
* @library /test/lib /testlibrary_tests /
4444
* @build jdk.test.whitebox.WhiteBox
4545
* @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
4747
* -XX:+WhiteBoxAPI compiler.lib.ir_framework.flag.TestCompileCommandFileWriter
4848
*/
4949
public class TestCompileCommandFileWriter {

0 commit comments

Comments
 (0)