JDK-6325352 : Fix miscelleaneous problems
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2005-09-16
  • Updated: 2010-04-02
  • Resolved: 2005-09-22
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.
JDK 6
6 b53Fixed
Description
1) Disable use of jump tables pending further testing on x86.
2) call record_for_igvn(phi) only when escape analysis is enabled.
   (caused dead loop assertion check to fail on a memory graph loop)
3) call  _igvn.register_new_node_with_optimizer after allocation of
   new projection nodes in macro node expansion (was simply calling
   worklist.push.)

Comments
EVALUATION see description
16-09-2005