JDK-2166655 : JVM sometimes would suddenly consume significant amount of memory
  • Type: Backport
  • Backport of: JDK-6676462
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2008-09-05
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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 Other
5.0u16-rev,hs14Fixed hs14Fixed
Description
Forward porting of the fix. See main bug.

Comments
EVALUATION The main bug 6676462 was created for 1.5 JDK and there was big changes in 1.6 which fixed most of dead loops and replaced dead loop checks in Ideal() methods with asserts. This is why we need only asserts in HS14 to verify that the main changes (in 1.6) work correctly.
22-09-2008

SUGGESTED FIX Add asserts with dead loop checks since it should be fixed in 1.6 with dead loops elimination changes.
05-09-2008

EVALUATION See main bug.
05-09-2008