JDK-6683653 : Fastdebug build with UseNUMA fails assertion on amd64 at initialization.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-04-02
  • Updated: 2010-04-03
  • Resolved: 2009-01-29
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
6u14Fixed 7Fixed hs13Fixed
Description
HS12 fastdebug build fails at initialization with

-server -XX:+UseParallelGC -d64 -XX:+UseNUMA  -version

The product build is OK.


Fastdebug


foundation% /java/re/jdk/6u5/promoted/p/b01/binaries/solaris-amd64/fastdebug/bin/java -server -XX:+UseParallelGC -d64 -XX:+UseNUMA  -version
VM option '+UseParallelGC'
VM option '+UseNUMA'
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/relocInfo.hpp:1089
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/BUILD_AREA/jdk6_05/hotspot/src/share/vm/code/relocInfo.hpp:1089), pid=17824, tid=2
#  Error: assert(target != 0L,"must not be null")
#
# Java VM: OpenJDK 64-Bit Server VM (12.0-b02-fastdebug mixed mode solaris-amd64)
# An error report file with more information is saved as:
# /net/arches/export/home1/test/gc/gcold/hs_err_pid17824.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 2

Product

foundation% /java/re/jdk/6u5/promoted/p/b01/binaries/solaris-amd64/bin/java -server -XX:+UseParallelGC -d64 -XX:+UseNUMA  -version
java version "1.6.0_05-p"
Java(TM) SE Runtime Environment (build 1.6.0_05-p-b01)
OpenJDK 64-Bit Server VM (build 12.0-b02, mixed mode)

The 6u5 fastdebug build is OK

foundation% /java/re/jdk/6_05/latest/binaries//solaris-amd64/fastdebug/bin/java -server -XX:+UseParallelGC -d64 -XX:+UseNUMA  -version
VM option '+UseParallelGC'
VM option '+UseNUMA'
java version "1.6.0_05-fastdebug"
Java(TM) SE Runtime Environment (build 1.6.0_05-fastdebug-b13)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b19-fastdebug, mixed mode)

The 6u10 fastdebug build is broken

foundation% /java/re/jdk/6_10/latest/binaries//solaris-amd64/fastdebug/bin/java -server -XX:+UseParallelGC -d64 -XX:+UseNUMA  -version
VM option '+UseParallelGC'
VM option '+UseNUMA'
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/relocInfo.hpp:1092
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  Internal Error (/BUILD_AREA/jdk6_10/hotspot/src/share/vm/code/relocInfo.hpp:1092), pid=19972, tid=2
#  Error: assert(target != 0L,"must not be null")
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0-b11-fastdebug mixed mode solaris-amd64)
# An error report file with more information is saved as:
# /net/arches/export/home1/test/gc/gcold/hs_err_pid19972.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 2
Dumping core ...

The product build of 6u10 is ok

foundation% /java/re/jdk/6_10/latest/binaries//solaris-amd64/bin/java -server -XX:+UseParallelGC -d64 -XX:+UseNUMA  -version
java version "1.6.0_10-beta"
Java(TM) SE Runtime Environment (build 1.6.0_10-beta-b20)
Java HotSpot(TM) 64-Bit Server VM (build 11.0-b11, mixed mode)

Comments
EVALUATION Fixed in linux port
13-05-2008