-
Sub-task
-
Resolution: Fixed
-
P3
-
13
-
b24
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8225854 | 14 | Daniel Daugherty | P3 | Resolved | Fixed | team |
Here's the proposed change:
$ hg diff
diff -r 5b400b9121d0 test/hotspot/jtreg/ProblemList-graal.txt
--- a/test/hotspot/jtreg/ProblemList-graal.txt Wed May 29 14:07:27 2019 -0400
+++ b/test/hotspot/jtreg/ProblemList-graal.txt Wed May 29 18:21:39 2019 -0400
@@ -39,6 +39,7 @@
compiler/compilercontrol/mixed/RandomCommandsTest.java 8181753 generic-all
compiler/graalunit/HotspotJdk9Test.java 8224254 generic-all
+compiler/graalunit/JttThreadsTest.java 8207757 generic-all
compiler/jvmci/SecurityRestrictionsTest.java 8181837 generic-all
$ hg diff
diff -r 5b400b9121d0 test/hotspot/jtreg/ProblemList-graal.txt
--- a/test/hotspot/jtreg/ProblemList-graal.txt Wed May 29 14:07:27 2019 -0400
+++ b/test/hotspot/jtreg/ProblemList-graal.txt Wed May 29 18:21:39 2019 -0400
@@ -39,6 +39,7 @@
compiler/compilercontrol/mixed/RandomCommandsTest.java 8181753 generic-all
compiler/graalunit/HotspotJdk9Test.java 8224254 generic-all
+compiler/graalunit/JttThreadsTest.java 8207757 generic-all
compiler/jvmci/SecurityRestrictionsTest.java 8181837 generic-all
- backported by
-
JDK-8225854 Put compiler/graalunit/JttThreadsTest.java on ProblemList-graal.txt
- Resolved