Skip to content

Commit eb72950

Browse files
committedApr 27, 2021
8266154: mark hotspot compiler/oracle tests which ignore VM flags
Reviewed-by: kvn
1 parent 7f4a9f6 commit eb72950

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎test/hotspot/jtreg/compiler/oracle/CheckCompileCommandOption.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2021, 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
@@ -28,6 +28,7 @@
2828
* @library /test/lib
2929
* @modules java.base/jdk.internal.misc
3030
* java.management
31+
* @requires vm.flagless
3132
* @requires vm.debug == true
3233
* @run driver compiler.oracle.CheckCompileCommandOption
3334
*/

‎test/hotspot/jtreg/compiler/oracle/TestCompileCommand.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2021, 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
@@ -28,6 +28,7 @@
2828
* @library /test/lib
2929
* @modules java.base/jdk.internal.misc
3030
* java.management
31+
* @requires vm.flagless
3132
* @run driver compiler.oracle.TestCompileCommand
3233
*/
3334

‎test/hotspot/jtreg/compiler/oracle/TestInvalidCompileCommand.java

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* @bug 8263206 8263353
2727
* @summary Regression tests of -XX:CompileCommand
2828
* @library /test/lib
29+
* @requires vm.flagless
2930
* @run driver compiler.oracle.TestInvalidCompileCommand
3031
*/
3132

0 commit comments

Comments
 (0)
Please sign in to comment.