8185134: [Graal] Introduce vm.graal predicate and tag tests which are not applicable for Graal

Reviewed-by: kvn, dnsimon
This commit is contained in:
Ekaterina Pavlova 2017-10-02 14:31:34 -07:00
parent 1590eaa3b8
commit 853f26ed15
10 changed files with 49 additions and 6 deletions

View file

@ -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