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.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u18Fixed 7Fixed OpenJDK6,hs16Fixed
Description
One JPRT test is timing out when built and run with Fedora 9;

   linux_i586-fastdebug-c2-runThese_Xcomp          timedout(3h 03m 29s elapsed)

Comments
EVALUATION http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/29de573539a6
09-05-2009

EVALUATION Approved for JDK 7 M3 build 59.
05-05-2009

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.
01-05-2009

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/af5d39ca39a3
01-05-2009