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.