RFR: 8155993: Some tests in java/lang/management fail with NCDFE: com/sun/management/internal/GarbageCollectorExtImpl

Alexandre (Shura) Iline alexandre.iline at oracle.com
Tue May 10 19:00:19 UTC 2016


Hi.

Please review the fix:
http://cr.openjdk.java.net/~shurailine/8155993/webrev.00/

In the failing tests I have replaced java.management with jdk.management in @modules.

Besides the failed tests I have scanned all the tests which call ManagementFactory.getPlatformMBeanServer(…). Those which were not failing were already declaring dependency on jdk.management, sometimes together with java.management. Declaring java.management in such case is not needed, because java.management is a dependency of jdk.management.

Shura


More information about the jigsaw-dev mailing list