JDK-6772413 : code cleanup
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs14
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2008-11-17
  • Updated: 2010-04-03
  • Resolved: 2008-11-25
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 JDK 7 Other
6u14Fixed 7Fixed hs14Fixed
Description
missed the deletion of:

# force C++ interpreter to be full optimization
#OPT_CFLAGS/interpret.o = -fast -O4

in adm64.make

Comments
SUGGESTED FIX Removed lines in adm64.make with interpret.o which I missed in the previous fix. I also moved few constant strings from header files to reduce the size of product VM.
18-11-2008

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/de78b80cedec
18-11-2008