JDK-6896159 : 1.4.2_24 debug build failed after 6560907 putback
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.2_24-rev
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_1
  • CPU: generic
  • Submitted: 2009-10-28
  • Updated: 2010-11-17
  • Resolved: 2009-12-07
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.
Other Other
1.4.2_24-rev b06Fixed 1.4.2_25Fixed
Related Reports
Relates :  
Relates :  
Description
1.4.2_24 build failed after 6560907 putback in hotspot debug build:
*** Sun Proprietary/Confidential: For Internal Use Only ***

Origin           : RE
Product          : j2sdk 
Version          : 1.4.2_24
Build            : rev b00
Nightly Timestamp: 
Master           : /net/nightsvr.sfbay/INTEGRATION/1.4.2_24-rev
Build Machine    : jb4-win-i586
Workspace        : /java/re/jdk/1.4.2_24/nightly/ws/rev
Logfile          : /net/j4b.sfbay/usr/re/j4b/jdk1.4.2_24-nightly/logs/build-windows-i586.log    

Build Status     :
   http://jre.sfbay/java/re/jdk/1.4.2_24/nightly

Failure Status   :
   http://j2se.sfbay.sun.com/web/bin/view/ReleaseEngineering/JavaRelaeseEngineeringBuildFailures
 
Number of Errors: 6
Logfile Error Report:

#### RETAG "Start RE Build" "" "10/28/09 14:00:34"
#### RETAG "Start Waiting for BringOver" "" "10/28/09 14:00:34"
#### RETAG "End Waiting for BringOver" "SUCCEEDED" "10/28/09 14:06:02"
#### RETAG "Start Waiting for CreateSrcBundles" "" "10/28/09 14:06:02"
#### RETAG "End Waiting for CreateSrcBundles" "SUCCEEDED" "10/28/09 14:08:02"
#### RETAG "Start Core Build" "" "10/28/09 14:08:02"
### local_ws= D:/BUILD_AREA/jdk142-update/ws/rev
### local_ws1= D:\BUILD_AREA\jdk142-update\ws\rev
### local_ws= D:/BUILD_AREA/jdk142-update/ws/rev
### local_ws1= D:\BUILD_AREA\jdk142-update\ws\rev
Line number 1220: D:/BUILD_AREA/jdk142-update/ws/rev/hotspot\src\share\vm\opto\block.hpp(296) : error C2065: 'insert_anti_dependences' : undeclared identifier
Line number 1221: NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Line number 1223: NMAKE : fatal error U1077: 'cd' : return code '0x2'
Line number 1225: NMAKE : fatal error U1077: 'cd' : return code '0x2'
Line number 1227: NMAKE : fatal error U1077: 'D:\PROGRA~1\MICROS~1\VC98\Bin\nmake.exe' : return code '0x2'
Line number 1229: gnumake: *** [hotspot-compiler2] Error 2


Thanks,

Dave Katleman

Comments
EVALUATION I have cleared 1.4.2_24-rev-b06 master of any activity related to the failed fix. This means that the build there will suceed and so this CR (6896159) is effectively FDE in that build.
02-11-2009

EVALUATION The original fix has been backed out to correct the build failure. Further correction evaluation should go in original CR 6560907
30-10-2009

EVALUATION insert_anti_dependences is a function defined in gcm.cpp but in debug the new fix refer it in function block.hpp without known definition to it. Also find_edge of Node is not defined too. insert_anti_dependences is a static function in gcm.cpp, that means it is not seen outside file gcm.cpp. Need to chagne it to non static.
28-10-2009