mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8185134: [Graal] Introduce vm.graal predicate and tag tests which are not applicable for Graal
Reviewed-by: kvn, dnsimon
This commit is contained in:
parent
1590eaa3b8
commit
853f26ed15
10 changed files with 49 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
* @summary Tests jcmd to be able to add a directive to compile only specified methods
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib /
|
||||
* @requires vm.flavor != "minimal"
|
||||
* @requires vm.flavor != "minimal" & !vm.graal.enabled
|
||||
*
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue