| commit | 38e8a07f05c97ae212332564825af34299a03755 | [log] [tgz] |
|---|---|---|
| author | Tobias Hartmann <thartmann@openjdk.org> | Mon Feb 05 07:14:24 2018 +0100 |
| committer | Tobias Hartmann <thartmann@openjdk.org> | Mon Feb 05 07:14:24 2018 +0100 |
| tree | 053bfd68503afba1066432f6fb3aabf7fdc4c6f3 | |
| parent | 333333a5071e8095fdfdd69bbcb3ac9922c38448 [diff] |
8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode Exclude test from Graal testing. Reviewed-by: kvn, epavlova
diff --git a/test/hotspot/jtreg/compiler/uncommontrap/TestUnstableIfTrap.java b/test/hotspot/jtreg/compiler/uncommontrap/TestUnstableIfTrap.java index 6773969..99b9405 100644 --- a/test/hotspot/jtreg/compiler/uncommontrap/TestUnstableIfTrap.java +++ b/test/hotspot/jtreg/compiler/uncommontrap/TestUnstableIfTrap.java
@@ -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