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

Beta1 : Build A : Win NT & 95 : LOCAL Demo applet Swingset crashes in Comp mode.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P1 P1
    • None
    • 1.0
    • hotspot
    • x86
    • windows_95

      PLATFORM :
      Windows NT & 95

      HARDWARE :
      Pentium processor.

      MODE :
      Xcomp

      TEST FAILED :
      Appletviewer crased while loading Swingset applet : LOCAL.

      STEPS TO REPRODUCE :
      1. Install JDK FCS-K build.
      2. Install Hotspot Beta1 Build A.
      3. Try to run Swingset demo applet using java -Xcomp with appletvier.
      4. Appletviewer crashed and then run using java_g.

      OUTPUT:
      Both the outputs(java and java_g) are given below.

      With java_g :
      =============

      Z:\DemoScripts\local>path=Y:\jdk1.2beta4\win32\bin;Y:\jdk1.2beta4\win32\demo\jfc

      \SwingSet

      Z:\DemoScripts\local>set CLASSPATH=Y:\jdk1.2beta4\win32\lib\;Y:\jdk1.2beta4\win3

      2\demo\jfc\SwingSet


      Z:\DemoScripts\local>java_g -Xcomp SwingSet

      CompilerOracle: exclude java/awt/Container <clinit>
      ### Excluding compile: java.awt.Container::<clinit>
      #
      # HotSpot Virtual Machine Error, assertion failure
      #
      # assert(i < _max, "oob")
      # D:/localbuilds/hotspot_beta1_hp\src\share\vm\opto\node.hpp, 150#
      #
      # Error happend during: method compilation
      #
      # compiling java.awt.Dimension.<clinit>
      #
      Java Threads:
      "Signal Dispatcher" error occured during error reporting
      Unexpected exception occured (EXCEPTION_BREAKPOINT)
      Thread: 0x853798 (id: b7). PC: 8121ca2 Exception: 80000003 (EXCEPTION_BREAKPOIN
      T)
      VM operation: method compilation
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
         vm 63 Executing VM operation: method compilation
        161 63 | loading class 6be1240
        161 63 loading class 6b1a270
        161 63 Make nmethod not entrant 0xe4f8c8
         vm 63 | | # vframes = 1
         vm 63 | Deoptimization (pc=0xe4f96a, sp=0x12fc4c)
         vm 63 Executing VM operation: deoptimize frame
        161 63 Uncommon trap occurred @0xe4f96a, unloaded_class_index = -6
         vm 63 | Create nmethod 0xe4f8c8
         vm 63 Executing VM operation: method compilation
         vm 63 | Create nmethod 0xe4f7c8
         vm 63 Executing VM operation: method compilation
         vm 63 | Create nmethod 0xe4f688
         vm 63 Executing VM operation: method compilation
         vm 63 | Create nmethod 0xe4f548
         vm 63 Executing VM operation: method compilation
        161 63 Make nmethod not entrant 0xe4f448
        161 63 loading class 6b1dce0
      vm 63 | | # vframes = 1
         vm 63 | Deoptimization (pc=0xe4f4ea, sp=0x12fbc0)
         vm 63 Executing VM operation: deoptimize frame
        161 63 Uncommon trap occurred @0xe4f4ea, unloaded_class_index = 5
         vm 63 | Create nmethod 0xe4f448
         vm 63 Executing VM operation: method compilation
        161 63 Make nmethod not entrant 0xe4f248
         vm 63 | | # vframes = 1
         vm 63 | Deoptimization (pc=0xe4f396, sp=0x12fb28)
         vm 63 Executing VM operation: deoptimize frame
        161 63 Uncommon trap occurred @0xe4f396, unloaded_class_index = -6
         vm 63 | Create nmethod 0xe4f248
         vm 63 Executing VM operation: method compilation
         vm 63 | Create nmethod 0xe4f088
         vm 63 Executing VM operation: method compilation
         vm 63 Executing VM operation: method compilation
         vm 63 | Create nmethod 0xe4eec8
         vm 63 Executing VM operation: method compilation
         vm 63 | Create nmethod 0xe4ed08
         vm 63 Executing VM operation: method compilation
         vm 63 | Create nmethod 0xe4eb48
         vm 63 Executing VM operation: method compilation
        161 65 Make nmethod not entrant 0xe4ea48
         vm 65 | | # vframes = 1
         vm 65 | Deoptimization (pc=0xe4eaea, sp=0x12f6e0)
         vm 65 Executing VM operation: deoptimize frame
        161 65 Uncommon trap occurred @0xe4eaea, unloaded_class_index = -6
         vm 65 | Create nmethod 0xe4ea48
         vm 65 Executing VM operation: method compilation
        161 65 Make nmethod not entrant 0xe4e948
         vm 65 | | # vframes = 1
         vm 65 | Deoptimization (pc=0xe4e9f0, sp=0x12f37c)
      Heap
       new generation total 576K, used 193K [0x2e30000, 0x2ed0000[
       eden space 512K, 37% used [0x2e30000,0x2e606c8,0x2eb0000[
       from space 64K, 0% used [0x2ec0000,0x2ec0000,0x2ed0000[
       to space 64K, 0% used [0x2eb0000,0x2eb0000,0x2ec0000[
       train generation total 256K, used 134K [0x2ed0000, 0x6a30000[
       perm generation total 3072K, used 1736K [0x6a30000, 0x7330000[
       perm space 3072K, 56% used [0x6a30000,0x6be21e0,0x6d30000[


      With java :
      ===========
      Z:\DemoScripts\local>java -Xcomp SwingSet
      CompilerOracle: exclude java/awt/Container <clinit>
      ### Excluding compile: java.awt.Container::<clinit>
      java.lang.IllegalMonitorStateException
       - klass: 'java/lang/IllegalMonitorStateException'
      fields:
         - private transient 'backtrace' 'Ljava/lang/Object;' @2 'java/lang/Object'a
      [2] {other class} (2b1b958)
         - private 'detailMessage' 'Ljava/lang/String;' @3 "monitorexit of unowned lo
      ck" (2b1b848)
      #
      # HotSpot Virtual Machine Error, Should Not Reach Here Error
      #
      # ShouldNotReachHere()
      # D:/localbuilds/hotspot_beta1_hp\src\share\vm\opto\runtime.cpp, 1608#
      Java Threads:
      "TimerQueue" prio=5 tid=0xab66170 nid=0xb2 suspended [0xad0f000..0xad0fe70]
       1 - java.lang.Object.wait(Native Method)
       2 - javax.swing.TimerQueue.run(TimerQueue.java:205)
       3 - java.lang.Thread.run(Thread.java:475)
      "AWT-Finalizer" prio=9 tid=0x9edda10 nid=0xbe suspended [0xa0ff000..0xa0ffe70]
       1 - java.lang.Object.wait(Native Method)
       2 - java.lang.Object.wait(Object.java:420)
       3 - sun.awt.AWTFinalizer.run(AWTFinalizer.java:46)
      "AWT-Windows" prio=5 tid=0x9a49590 nid=0xb8 suspended [0x9dff000..0x9dffe70]
      error occured during error reporting
      Unexpected exception occured (EXCEPTION_BREAKPOINT)
      Thread: 0x7d1750 (id: c5). PC: 809a910 Exception: 80000003 (EXCEPTION_BREAKPOIN
      T)
      VM operation: <none>
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
      Heap
       new generation total 576K, used 302K [0x2ae0000, 0x2b80000[
       eden space 512K, 46% used [0x2ae0000,0x2b1b970,0x2b60000[
       from space 64K, 100% used [0x2b60000,0x2b70000,0x2b70000[
       to space 64K, 0% used [0x2b70000,0x2b70000,0x2b80000[
       train generation total 2112K, used 1937K [0x2b80000, 0x66e0000[
       perm generation total 7072K, used 6152K [0x66e0000, 0x6fe0000[
       perm space 7072K, 86% used [0x66e0000,0x6ce21c0,0x6dc8000[

            rschmidtsunw Rene Schmidt (Inactive)
            udhanikoorcl Uday Dhanikonda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: