8266154: mark hotspot compiler/oracle tests which ignore VM flags

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2021-04-27 23:51:39 +00:00
parent 7f4a9f68bf
commit eb72950cfd
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -28,6 +28,7 @@
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
* @requires vm.flagless
* @requires vm.debug == true
* @run driver compiler.oracle.CheckCompileCommandOption
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -28,6 +28,7 @@
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
* @requires vm.flagless
* @run driver compiler.oracle.TestCompileCommand
*/

View File

@ -26,6 +26,7 @@
* @bug 8263206 8263353
* @summary Regression tests of -XX:CompileCommand
* @library /test/lib
* @requires vm.flagless
* @run driver compiler.oracle.TestInvalidCompileCommand
*/