Code Review for src

Prepared by:tschatzl on Thu May 16 23:54:39 CEST 2013
Workspace:/home/thomas/Downloads/shared/integration/src
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:4654
Summary of changes: 80 lines changed: 80 ins; 0 del; 0 mod; 3739 unchg
Patch of changes: src.patch
Legend: Modified file
Deleted file
New file

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

rev 4655 : 8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set
Summary: The VM exits when the condition in the subject line applies. The fix sets InitialTenuringThreshold to MaxTenuringThreshold if it is larger than MaxTenuringThreshold and InitialTenuringThreshold has not been set (is default).
Reviewed-by: jwilhelm, jmasa, brutisson
5 lines changed: 5 ins; 0 del; 0 mod; 3739 unchg

------ ------ ------ ------ --- New Patch Raw test/gc/arguments/TestInitialTenuringThreshold.java

rev 4655 : 8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set
Summary: The VM exits when the condition in the subject line applies. The fix sets InitialTenuringThreshold to MaxTenuringThreshold if it is larger than MaxTenuringThreshold and InitialTenuringThreshold has not been set (is default).
Reviewed-by: jwilhelm, jmasa, brutisson
75 lines changed: 75 ins; 0 del; 0 mod; 0 unchg

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