Request for Review (vs) - 8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment

Jon Masamitsu jon.masamitsu at oracle.com
Thu Jun 26 17:46:55 UTC 2014


8034056: assert(_heap_alignment >= _space_alignment) failed: 
heap_alignment less than space_alignment

In the calculation of the heap alignment there was an exception for the
UseParalelGC collector for the case of large pages.  The fix was to remove
that  exception.

Fixed was tested on a machine that exhibited the failure
(thanks, Stefan J)

http://cr.openjdk.java.net/~jmasa/8034056/webrev.00/

https://bugs.openjdk.java.net/browse/JDK-8034056

Thanks.

Jon



More information about the hotspot-gc-dev mailing list