mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-02 20:20:14 +00:00
Due to unrestrained initial heap size more garbage collections than expected could be started, confusing the test. Fix the initial heap size for the test to make them pass. Reviewed-by: tbenson, dfazunen, dcubed