Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8194572 | 11 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
The fix for JDK-8190975 forces some tests to depend on the jdk.internal.vm.compiler module although those tests are unrelated to graal.
The modified tests failed on Solaris/Sparc since the jdk.internal.vm.compiler module isn't available on that platform. (JDK-8191653)
This RFE is for addressing the above issue.
The modified tests failed on Solaris/Sparc since the jdk.internal.vm.compiler module isn't available on that platform. (
This RFE is for addressing the above issue.
- backported by
-
JDK-8194572 add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
- Resolved
- relates to
-
JDK-8191653 Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
- Resolved
-
JDK-8200430 Remove JTwork and JTreport from the .hgignore files
- Closed