Code Review for src.9

Prepared by:tschatzl on Mon Jul 7 12:17:58 CEST 2014
Workspace:/home/thomas/Downloads/vmshare/cmm-decommit/src.9
Compare against: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot
Compare against version:-2
Summary of changes: 4 lines changed: 2 ins; 0 del; 2 mod; 4042 unchg
Patch of changes: src.9.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/runtime/arguments.cpp

rev 6667 : 8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
Summary: The conservative max heap alignment does not take the alignment requirement imposed by the OS into account when calculating it. This may cause some assertions to fail, although it does not do at the moment because that alignment is always smaller than other alignments for the heap.
Reviewed-by:
4 lines changed: 2 ins; 0 del; 2 mod; 4042 unchg

This code review page was prepared using ../../tools/webrev.sh (vers 23.18-hg).