Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6683653

Fastdebug build with UseNUMA fails assertion on amd64 at initialization.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs13
    • 7
    • hotspot
    • None
    • gc
    • b01
    • generic
    • generic

        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)

              iveresov Igor Veresov
              jmasa Jon Masamitsu (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: