JDK-6835796 : Fedora 9 linux_i586-fastdebug-c2-runThese_Xcomp times out
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:7
Priority:P3
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2009-04-29
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.
PUBLIC COMMENTS
Problem:
GCC 4.3.0 has a problem with mulnode.o optimized compilation
producing a code which loops infinitely inside MulINode::Ideal()
method.
Solution:
Switch off GCC 4.3.0 optimized compilation for mulnode.o.
Also restore JPRT runThese_Xcomp testing on linux.