RFR: 8257804 Test runtime/modules/ModuleStress/ModuleStressGC.java fails: 'package test defined in module jdk.test, exports list being walked' missing from stdout/stderr

Harold Seigel hseigel at openjdk.java.net
Thu Apr 15 12:22:52 UTC 2021


On Wed, 14 Apr 2021 18:25:04 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this small test change to reduce the size of the Java heap used by the test so that the test's call to System.gc() is potentially more likely to walk the JVM's module reads-list and exports-list structures.
> 
> The modified test was tested on Linux, Mac OS, and run 1000 times on Windows, where the previous failures had occurred.
> 
> Thanks, Harold

Thanks David for the review!

-------------

PR: https://git.openjdk.java.net/jdk/pull/3497


More information about the hotspot-runtime-dev mailing list