JDK-6567018 : Hotspot build fails with gcc4
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2007-06-07
  • 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.
JDK 6 JDK 7 Other
6u10Fixed 7Fixed OpenJDK6,hs11Fixed
Description
Due missing depenedencies, hotspot doesn't compiles with gcc4.

Comments
WORK AROUND *** /tmp/geta19113 Wed Jun 6 18:28:20 2007 --- includeDB_gc_parallel Wed Jun 6 18:22:44 2007 *************** *** 40,51 **** --- 40,54 ---- instanceKlass.cpp oop.pcgc.inline.hpp instanceKlass.cpp psPromotionManager.inline.hpp instanceKlass.cpp psScavenge.inline.hpp + instanceKlass.cpp parOopClosures.inline.hpp instanceKlassKlass.cpp psPromotionManager.inline.hpp instanceKlassKlass.cpp psScavenge.inline.hpp instanceRefKlass.cpp psPromotionManager.inline.hpp + instanceRefKlass.cpp oop.pcgc.inline.hpp instanceRefKlass.cpp psScavenge.inline.hpp + instanceRefKlass.cpp parOopClosures.inline.hpp java.cpp concurrentMarkSweepThread.hpp java.cpp psScavenge.hpp *************** *** 77,82 **** --- 80,86 ---- objArrayKlass.cpp oop.pcgc.inline.hpp objArrayKlass.cpp psPromotionManager.inline.hpp objArrayKlass.cpp psScavenge.inline.hpp + objArrayKlass.cpp parOopClosures.inline.hpp oop.pcgc.inline.hpp parNewGeneration.hpp oop.pcgc.inline.hpp parallelScavengeHeap.hpp
07-06-2007

EVALUATION Several dependencies was missing,
07-06-2007