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

FAILED: j2sdk1.4.0 beta-b53 solsparc Nightly Build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • infrastructure
    • None
    • beta
    • generic
    • generic



      Name: tb29552 Date: 02/20/2001


      The Merlin TL workspace integration of 6PM on Thu, 15 Feb introduced
      two errors into the 64 bit Solaris build:

      One issue is:

      Logfile is: /net/mizu/usr/re/jdk/j2sdk1.4.0/logs/j2sdk1.4.0-build-solsparc.log
      Number of Errors: 7

      Logfile report:

      at java.io.InputStreamReader$CharsetFiller.fill(InputStreamReader.java:374)
      at java.io.InputStreamReader.read(InputStreamReader.java:508)
      at com.sun.tools.javac.v8.parser.Scanner.<init>(Scanner.java:121)
      at com.sun.tools.javac.v8.JavaCompiler.parse(JavaCompiler.java:248)
      at com.sun.tools.javac.v8.JavaCompiler.parse(JavaCompiler.java:275)
      at com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:363)
      at com.sun.tools.javac.v8.Main.compile(Main.java:302)
      at com.sun.tools.javac.Main.main(Main.java:15)

      Dynamic libraries:
      0x100000000
      /net/mersparc/usr/re/jdk/jdk1.4/ws/make/java/sql/../../../build/solaris-sparc/bin/../bin/sparcv9/native_threads/javac
      0xffffffff7f500000 /usr/lib/sparcv9/libthread.so.1
      0xffffffff7f7f0000 /usr/lib/sparcv9/libdl.so.1
      0xffffffff7f300000 /usr/lib/sparcv9/libc.so.1
      0xffffffff7f7c0000 /usr/platform/SUNW,Ultra-60/lib/sparcv9/libc_psr.so.1
      0xffffffff7d800000
      /net/mersparc/usr/re/jdk/jdk1.4/ws/build/solaris-sparc/lib/sparcv9/server/libjvm.so
      0xffffffff7f100000 /usr/lib/sparcv9/libCrun.so.1
      0xffffffff7d600000 /usr/lib/sparcv9/libsocket.so.1
      0xffffffff7d400000 /usr/lib/sparcv9/libnsl.so.1
      0xffffffff7d200000 /usr/lib/sparcv9/libm.so.1
      0xffffffff7f790000 /usr/lib/sparcv9/libw.so.1
      0xffffffff7d000000 /usr/lib/sparcv9/libmp.so.2
      0xffffffff7ce00000
      /net/mersparc/usr/re/jdk/jdk1.4/ws/build/solaris-sparc/lib/sparcv9/native_threads/libhpi.so
      0xffffffff7cc00000
      /net/mersparc/usr/re/jdk/jdk1.4/ws/build/solaris-sparc/lib/sparcv9/libverify.so
      0xffffffff7ca00000
      /net/mersparc/usr/re/jdk/jdk1.4/ws/build/solaris-sparc/lib/sparcv9/libjava.so
      0xffffffff7c800000
      /net/mersparc/usr/re/jdk/jdk1.4/ws/build/solaris-sparc/lib/sparcv9/libzip.so
      0xffffffff3ae00000
      /net/mersparc/usr/re/jdk/jdk1.4/ws/build/solaris-sparc/lib/sparcv9/libnio.so
      0xffffffff2ea00000 /usr/lib/sparcv9/librt.so.1
      0xffffffff2e800000
      /net/mersparc/usr/re/jdk/jdk1.4/ws/make/java/sql/../../../build/solaris-sparc/bin/../lib/sparcv9/libnet.so
      0xffffffff2e600000 /usr/lib/sparcv9/libaio.so.1

      Local Time = Fri Feb 16 01:38:08 2001
      Elapsed Time = 1
      #
      # The exception above was detected in native code outside the VM
      #
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4beta-B53 mixed mode)
      #
      # An error report file has been saved as hs_err_pid13432.log.
      # Please refer to the file for further information.
      #
      Abort - core dumped
      gnumake[3]: Leaving directory `/net/mersparc/usr/re/jdk/jdk1.4/ws/make/java/sql'
      gnumake[3]: *** [.compile.classlist] Error 134
      gnumake[2]: *** [optimized] Error 2
      gnumake[1]: *** [all] Error 1
      gnumake: *** [all] Error 1
      gnumake[2]: Leaving directory `/net/mersparc/usr/re/jdk/jdk1.4/ws/make/java/sql'
      gnumake[1]: Leaving directory `/net/mersparc/usr/re/jdk/jdk1.4/ws/make/java'
      Sparc 64 Bit Build FAILED Please look at the log file
      ;


      The second issue is:

      ./../../src/share/classes/sun/awt/DebugHelperImpl.java:119: as of release
      1.4, assert is a keyword, and may not be used as an identifier
          public final synchronized void assert(boolean expr, String msg) {
                                         ^
      ./../../src/solaris/classes/sun/awt/motif/MScrollPanePeer.java:213: as of
      release 1.4, assert is a keyword, and may not be used as an identifier
                      if (dbg.on) dbg.assert(false);
                                      ^
      ./../../src/solaris/classes/sun/awt/motif/MScrollPanePeer.java:238: as of
      release 1.4, assert is a keyword, and may not be used as an identifier
                        if (dbg.on) dbg.assert(false);
                                        ^
      ./../../src/share/classes/sun/awt/DebugHelperImpl.java:185:
      sun.awt.GlobalDebugHelperImpl should be declared abstract; it does not define
      assert(boolean,java.lang.String) in sun.awt.DebugHelper class
      GlobalDebugHelperImpl extends DebugHelperImpl { ^
      ./../../src/share/classes/sun/awt/DebugHelperImpl.java:266:
      sun.awt.PackageDebugHelperImpl should be declared abstract; it does not define
      assert(boolean,java.lang.String) in sun.awt.DebugHelper class
      PackageDebugHelperImpl extends DebugHelperImpl { ^
      ./../../src/share/classes/sun/awt/DebugHelperImpl.java:297:
      sun.awt.ClassDebugHelperImpl should be declared abstract; it does not define
      assert(boolean,java.lang.String) in sun.awt.DebugHelper class
      ClassDebugHelperImpl extends DebugHelperImpl { ^
      Note: Some input files use or override a deprecated API.
      Note: Recompile with -deprecation for details.
      7 errors
      gnumake[3]: *** [.compile.classlist] Error 1
      gnumake[3]: Leaving directory `/usr/re/jdk/jdk1.4/ws/make/sun/motif21'
      gnumake[2]: *** [optimized] Error 2
      gnumake[2]: Leaving directory `/usr/re/jdk/jdk1.4/ws/make/sun/motif21'
      gnumake[1]: *** [all] Error 1
      gnumake[1]: Leaving directory `/usr/re/jdk/jdk1.4/ws/make/sun'
      gnumake: *** [all] Error 1
      Sparc 64 Bit Build FAILED Please look at the log file

      ======================================================================

            tbell Tim Bell
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: