mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-10 10:28:37 +00:00
8266154: mark hotspot compiler/oracle tests which ignore VM flags
Reviewed-by: kvn
This commit is contained in:
parent
7f4a9f68bf
commit
eb72950cfd
@ -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
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
* @bug 8263206 8263353
|
||||
* @summary Regression tests of -XX:CompileCommand
|
||||
* @library /test/lib
|
||||
* @requires vm.flagless
|
||||
* @run driver compiler.oracle.TestInvalidCompileCommand
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user