JDK-6546504 : Compiling vectorNode.hpp fails on gcc 4.1.1
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,linux
  • CPU: generic,x86
  • Submitted: 2007-04-16
  • Updated: 2010-05-11
  • Resolved: 2007-04-24
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
6u4Fixed 7Fixed hs10Fixed
Description
I try to compile hotspot on Fedora 6 and I got an eroor. It complains about "extra qualification on VectorLoadNode::make in vectornode.hpp". There are two places the problem occurs, line 384 & line 612.

The gcc compiler version I am using is gcc 4.1.1.

Comments
EVALUATION Fix is simple, remove the redudant qualifications.
17-04-2007