JDK-6952176 : Remove debug flag from adlc makefile for 6Update trains
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs18
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: linux
  • CPU: generic
  • Submitted: 2010-05-13
  • Updated: 2011-04-23
  • Resolved: 2011-04-23
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
6u21pFixed 7Fixed hs18Fixed
Description
when backporting HS18 for use in the 6Update train, using the '-g' flag when compiling the ADLC files results in a compilation error.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/0b4ee1df1b44
15-06-2010

EVALUATION gcc-3.3 has issues with using the debug flag '-g' when compiling newer Hotspot VMs. Specifically, the adlc files fail to compile properly. This is a GCC issue - newer GCC versions in the 4.0 train don't have this problem. Simply disable debug symbol creation in the adlc makefile for the 6Update trains.
13-05-2010

WORK AROUND Remove the -g flag in the adlc makefile for linux.
13-05-2010