RFR: ProblemList two tests failing in tier 3

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Fri Jan 25 16:22:04 UTC 2019


Hi,

Two of the tests that I removed from the ProblemList yesterday fails in tier 3. They seems to be run in a different way than I ran them in my verification.
New bugs filed and putting them back on the ProblemList. Please review the diff below. (Trivial change, will push asap with one Reviewer.)

Bugs:
https://bugs.openjdk.java.net/browse/JDK-8217801 <https://bugs.openjdk.java.net/browse/JDK-8217801>
https://bugs.openjdk.java.net/browse/JDK-8217797 <https://bugs.openjdk.java.net/browse/JDK-8217797>

Diff:
diff --git a/test/hotspot/jtreg/ProblemList-graal.txt b/test/hotspot/jtreg/ProblemList-graal.txt
--- a/test/hotspot/jtreg/ProblemList-graal.txt
+++ b/test/hotspot/jtreg/ProblemList-graal.txt
@@ -39,6 +39,8 @@

 compiler/graalunit/JttThreadsTest.java                          8208066   generic-all

+compiler/intrinsics/mathexact/LongMulOverflowTest.java          8217796   generic-all
+
 compiler/jvmci/SecurityRestrictionsTest.java                    8181837   generic-all

 compiler/unsafe/UnsafeGetConstantField.java                     8181833   generic-all
diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt
--- a/test/hotspot/jtreg/ProblemList.txt
+++ b/test/hotspot/jtreg/ProblemList.txt
@@ -186,6 +186,7 @@
 vmTestbase/vm/mlvm/meth/stress/java/sequences/Test.java 8208255 generic-all
 vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java 8208255 generic-all
 vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java 8208278 generic-all
+vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8217800 generic-all
 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/TestDescription.java 8013267 generic-all
 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/TestDescription.java 8013267 generic-all
 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/TestDescription.java 8013267 generic-all


Thanks,
/Jesper



More information about the hotspot-dev mailing list