[11] RFR(XS): 8195156 [Graal] serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java fails with Graal in Xcomp mode

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Jul 24 23:34:51 UTC 2018


Looks good to me.

Thanks,
Vladimir

On 7/24/18 3:10 PM, Ekaterina Pavlova wrote:
> Hi All,
> 
> serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java fails with Graal because
> two more modules jdk.proxy1 and jdk.proxy2 are dynamically initialized by Graal code.
> These modules are not part of boot modules and as results the check fails.
> It was agreed with Serviceability team to filter these modules out.
> 
> Please review the fix.
> 
>      JBS: https://bugs.openjdk.java.net/browse/JDK-8195156
>   webrev: http://cr.openjdk.java.net/~epavlova//8195156/webrev.00/index.html
> testing: tested by running serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java with Graal and -Xcomp
> 
> 
> Thanks,
> -katya
> 
> p.s.
>   Igor Ignatyev volunteered to sponsor this change.
> 


More information about the hotspot-compiler-dev mailing list