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

Ekaterina Pavlova ekaterina.pavlova at oracle.com
Tue Jul 24 22:10:56 UTC 2018


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 serviceability-dev mailing list