JDK-6928717 : HS17 fails to build with SS11 C++
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs17
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2010-02-23
  • Updated: 2010-09-24
  • Resolved: 2010-03-10
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
6u21Fixed 7Fixed hs17Fixed
Related Reports
Relates :  
Description
Linking launcher...
Undefined                       first referenced
 symbol                             in file
Handle::Handle #Nvariant 1(oopDesc*)     hs_6u20/solaris_amd64_compiler2/product/libjvm.so
ld: fatal: Symbol referencing errors. No output written to gamma
gamma: /usr/ccs/bin/mcs: cannot open file.
        No such file or directory
gnumake[1]: *** [gamma] Error 1
gnumake[1]: Leaving directory `hs_6u20/solaris_amd64_compiler2/product'
gnumake: *** [the_vm] Error 2

Comments
PUBLIC COMMENTS Problem: Changes for 4360113 added code to codeCache.cpp which requires default Handle constructor: xtty->method(methodOop(m)). But they missed to add handles.inline.hpp for codeCache.cpp. Solution: Add missing handles.inline.hpp.
23-02-2010

EVALUATION ChangeSet=http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/8b38237bae55,ChangeRequest=6928717
23-02-2010

EVALUATION Changes for "4360113: Evict nmethods when code cache gets full" added code to codeCache.cpp which requires default Handle constructor: + xtty->method(methodOop(m)); where void xmlStream::method(methodHandle method); But changes missed to add handles.inline.hpp for codeCache.cpp.
23-02-2010