Loading... (original) (raw)

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. (

JDK-8191653

)

This RFE is for addressing the above issue.

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8194572 add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line

relates to

Bug - A problem which impairs or prevents the functions of the product. JDK-8191653 Test failures in BootAppendTests - missing jdk.internal.vm.compiler module

Bug - A problem which impairs or prevents the functions of the product. JDK-8200430 Remove JTwork and JTreport from the .hgignore files