8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode
authorthartmann
Mon, 05 Feb 2018 07:14:24 +0100
changeset 48862 e13c8c5d9eb3
parent 48861 47f19ff9903c
child 48863 ca551fa1c8cd
8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode Summary: Exclude test from Graal testing. Reviewed-by: kvn, epavlova
test/hotspot/jtreg/compiler/uncommontrap/TestUnstableIfTrap.java
--- a/test/hotspot/jtreg/compiler/uncommontrap/TestUnstableIfTrap.java	Fri Feb 02 17:28:17 2018 -0800
+++ b/test/hotspot/jtreg/compiler/uncommontrap/TestUnstableIfTrap.java	Mon Feb 05 07:14:24 2018 +0100
@@ -24,6 +24,7 @@
 /*
  * @test
  * @bug 8030976 8059226
+ * @requires !vm.graal.enabled
  * @library /test/lib /
  * @modules java.base/jdk.internal.org.objectweb.asm
  *          java.base/jdk.internal.misc