hg: jdk7/hotspot-rt/hotspot: 6900899: vm fails to start when -Xmx value is less than OldSize + NewSize

paul.hohensee at sun.com paul.hohensee at sun.com
Mon Nov 23 07:34:27 PST 2009


Changeset: 84cb6f20afb3
Author:    phh
Date:      2009-11-20 16:22 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/84cb6f20afb3

6900899: vm fails to start when -Xmx value is less than OldSize + NewSize
Summary: Set minimum heap size to min(OldSize + NewSize, MaxHeapSize) in Arguments::set_heap_size().
Reviewed-by: kvn, ysr, tonyp

! src/share/vm/runtime/arguments.cpp



More information about the hotspot-runtime-dev mailing list