RFR(XS): 8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module

Ioi Lam ioi.lam at oracle.com
Wed Nov 22 18:37:04 UTC 2017


Hi Calvin,

Instead of hard coding for Solaris, is it possible to check if the VM has the graal module programmatically?

Thanks
Ioi

> On Nov 22, 2017, at 9:05 AM, Calvin Cheung <calvin.cheung at oracle.com> wrote:
> 
> The jdk.internal.vm.compiler module is not available on Solaris/Sparc. A simple fix is to detect if the platform is Solaris and not adding the module to the --limit-modules option.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8191653
> 
> webrev: http://cr.openjdk.java.net/~ccheung/8191653/webrev.00/
> 
> Tested on 64-bit platforms: linux, solaris/sparc, macosx, windows.
> 
> thanks,
> Calvin



More information about the hotspot-runtime-dev mailing list