RFR: 8257804 Test runtime/modules/ModuleStress/ModuleStressGC.java fails: 'package test defined in module jdk.test, exports list being walked' missing from stdout/stderr
David Holmes
dholmes at openjdk.java.net
Wed Apr 14 23:52:33 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
Hi Harold,
Seems fine and trivial.
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3497
More information about the hotspot-runtime-dev
mailing list