Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 10
- Affects Version/s: 10
The fix for
[JDK-8190975](/browse/JDK-8190975 "[Graal] Tests which run with "--limit-modules java.base" could fail when Graal is used as JIT")
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. (
)
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