RFR: 8076613: gc/TestSmallHeap.java failed with OOME

Thomas Schatzl thomas.schatzl at oracle.com
Tue Jun 2 12:23:37 UTC 2015


Hi,

On Mon, 2015-06-01 at 16:01 -0400, Kim Barrett wrote:
> Please review this small test fix for a nightly test failure.
> 
> The test attempts to verify that Java can be started with the
> documented minimum heap size of 2M. By default, such a small heap size
> will enable the UseCompressedOops option. However, there are nightly
> test configurations that forcibly disable compressed oops, and with
> such a configuration this test for small heap usability sometimes
> fails.
> 
> Since it seems unreasonable to require small heap usage to work with
> the default compressed oop usage forcibly disabled, the fix for this
> test failure is to disable the test in such a configuration.
> 
> CR:
> https://bugs.openjdk.java.net/browse/JDK-8076613
> 
> Webrev:
> http://cr.openjdk.java.net/~kbarrett/8076613/webrev.00/
> 

  looks good. :)

Thomas





More information about the hotspot-gc-dev mailing list