JDK-6924306 : min heap size should set to initial heap size in case max heap greater than minimun new size.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 5.0u19
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: sparc
  • Submitted: 2010-02-08
  • Updated: 2011-04-05
  • Resolved: 2010-06-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0u25 b02Fixed
Related Reports
Relates :  
Description
If max heap is greater than min new size, young gen set to at least min new size. Meanwhile, before the assignment, need set _min_heap_size to initial heap size. This part missed in bug 6524727 fix.

Comments
EVALUATION see comment
09-02-2010

SUGGESTED FIX http://jpsesvr.sfbay.sun.com:8080/ctetools/html/Approve.jsp?index=3402
09-02-2010