Mesbah Alam
Mesbah Alam
The test has been temporarily excluded from the build : https://github.com/AdoptOpenJDK/openjdk-tests/pull/214
5x Grinder passed 100%: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1660/console
Summary of what the failing test is doing: 1) Given a list of instantiated `MemoryPoolMXBean` objects, the test invokes the ` java.lang.management.MemoryPoolMXBean.getUsage()` API to get the "current usage" value; and...
@LinHu2016 : The error is intermittent. Started a Grinder for OpenJ9 here: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1664/console
@LinHu2016 , The problem arises here: https://github.com/AdoptOpenJDK/openjdk-systemtest/blob/5d351a3f33c6e792c646b7a08539778c8a56caac/openjdk.test.jlm/src/test.jlm/net/adoptopenjdk/test/jlm/resources/MemoryData.java#L521 The actual test class is https://github.com/AdoptOpenJDK/openjdk-systemtest/blob/master/openjdk.test.jlm/src/test.jlm/net/adoptopenjdk/test/jlm/TestJlmRemoteMemoryNoAuth.java
Likely something is wrong with the Windows build at Adopt. The failure above happened due to AUTO_DETECT mechanism being turned on but the java -version output not containing "Compressed references"...