RFR: 8254789: ProblemList compiler/graalunit/HotspotTest.java

Igor Ignatyev iignatyev at openjdk.java.net
Wed Oct 14 18:49:20 UTC 2020


On Wed, 14 Oct 2020 18:43:19 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> This is a trivial change to ProblemList compiler/graalunit/HotspotTest.java.
>
> Marked as reviewed by rriggs (Reviewer).

@dcubed-ojdk
graal unit tests can be excluded individually by adding entries to `ProblemList-graal.txt` :
diff --git a/test/hotspot/jtreg/ProblemList-graal.txt b/test/hotspot/jtreg/ProblemList-graal.txt
index f73a4883f42..634f2bc12f6 100644
--- a/test/hotspot/jtreg/ProblemList-graal.txt
+++ b/test/hotspot/jtreg/ProblemList-graal.txt
@@ -239,3 +239,5 @@ org.graalvm.compiler.replacements.test.classfile.ClassfileBytecodeProviderTest
 org.graalvm.compiler.core.test.deopt.CompiledMethodTest 8202955
  
 org.graalvm.compiler.hotspot.test.ReservedStackAccessTest 8213567 windows-all
+
+org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics 8254785

-------------

PR: https://git.openjdk.java.net/jdk/pull/666


More information about the hotspot-compiler-dev mailing list