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

Beta1 : Build A : Win NT & 95 : Sunsoft and Javasoft tests 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 :
      The following tests crashed with the following error message :

      VM operation: method compilation.

      The following tests failed under Win NT with Sunsoft Suite :
      1.misc/gen_math/Loops_4 compile_and_execute
      2.misc/jit_tests/too_wide compile_and_execute
      3.misc/jit_tests/t098 compile_and_execute

      The following tests fails under Windows Nt and 95 with Sunsoft suite :
      3.misc/1.1E_regress/bug006 compile_and_execute
      4.misc/gen_math/Loops_6 compile_and_execute

      The following tests failed under Win NT with Javasoft suite :
      1.jit/jit_suite/too_wide execute_positive

      STEPS TO REPRODUCE :
      1. Install JDK FCS-K build.
      2. Install Hotspot Beta1 Build A.
      3. Run the failed Sunsoft and Javasoft tests with -Xcomp under Tonga.

      OUTPUT:
      The outputs of all the above mentioned tests were given below in the
      order of Sunsoft Win NT, Sunsoft Win 95 and JavaSoft Win NT

      Sunsoft Windows NT failures:
      ----------------------------
      START bug006 Mon Oct 19 19:02:54 PDT 1998

      Compiling ..........

      javac -classic D:\Tonga_nt\Administrator.NT.x86\bug006\*.java

      Exit status of Compilation is :0
      Executing ..........

      java -Xcomp -XX:-ShowMessageBoxOnError bug006

      Exit status of Execution is :-1073741819

      Error mixing types: int:0 and arraymem
      Unexpected exception occured (EXCEPTION_ACCESS_VIOLATION)
      Thread: 0x813370 (id: 2c2). PC: 80c3063 Exception: c0000005 (EXCEPTION_ACCESS_VIOLATION)
      VM operation: method compilation
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
      Heap
       new generation total 576K, used 224K [0x2dd0000, 0x2e70000[
       eden space 512K, 43% used [0x2dd0000,0x2e08168,0x2e50000[
       from space 64K, 0% used [0x2e50000,0x2e50000,0x2e60000[
       to space 64K, 0% used [0x2e60000,0x2e60000,0x2e70000[
       train generation total 64K, used 0K [0x2e70000, 0x69d0000[
       perm generation total 3072K, used 906K [0x69d0000, 0x72d0000[
       perm space 3072K, 29% used [0x69d0000,0x6ab2a18,0x6cd0000[

      TEST FAIL misc/1.1E_regress/bug006 compile_and_execute
      FINISH bug006 Mon Oct 19 19:03:24 PDT 1998
      ----------------------------------------------

      START Loops_4 Mon Oct 19 19:03:24 PDT 1998

      Compiling ..........

      javac -classic D:\Tonga_nt\Administrator.NT.x86\Loops_4\*.java

      Exit status of Compilation is :0

      Executing ..........

      java -Xcomp -XX:-ShowMessageBoxOnError Loops_4

      Exit status of Execution is :-1073741819


      Unexpected exception occured (EXCEPTION_ACCESS_VIOLATION)
      Thread: 0x813370 (id: 2e6). PC: 806a69f Exception: c0000005 (EXCEPTION_ACCESS_VIOLATION)
      VM operation: method compilation
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
      Heap
       new generation total 576K, used 223K [0x2dd0000, 0x2e70000[
       eden space 512K, 43% used [0x2dd0000,0x2e07f38,0x2e50000[
       from space 64K, 0% used [0x2e50000,0x2e50000,0x2e60000[
       to space 64K, 0% used [0x2e60000,0x2e60000,0x2e70000[
       train generation total 64K, used 0K [0x2e70000, 0x69d0000[
       perm generation total 3072K, used 905K [0x69d0000, 0x72d0000[
       perm space 3072K, 29% used [0x69d0000,0x6ab2738,0x6cd0000[

      TEST FAIL misc/gen_math/Loops_4 compile_and_execute

      FINISH Loops_4 Mon Oct 19 19:05:35 PDT 1998
      -----------------------------------------------

      START Loops_6 Mon Oct 19 19:05:35 PDT 1998

      Compiling ..........

      javac -classic D:\Tonga_nt\Administrator.NT.x86\Loops_6\*.java

      Exit status of Compilation is :0

      Executing ..........

      java -Xcomp -XX:-ShowMessageBoxOnError Loops_6

      Exit status of Execution is :-1073741819


      Unexpected exception occured (EXCEPTION_ACCESS_VIOLATION)
      Thread: 0x813370 (id: 3c3). PC: 80fdb0d Exception: c0000005 (EXCEPTION_ACCESS_VIOLATION)
      VM operation: method compilation
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
      Heap
       new generation total 576K, used 223K [0x2dd0000, 0x2e70000[
       eden space 512K, 43% used [0x2dd0000,0x2e07fd0,0x2e50000[
       from space 64K, 0% used [0x2e50000,0x2e50000,0x2e60000[
       to space 64K, 0% used [0x2e60000,0x2e60000,0x2e70000[
       train generation total 64K, used 0K [0x2e70000, 0x69d0000[
       perm generation total 3072K, used 906K [0x69d0000, 0x72d0000[
       perm space 3072K, 29% used [0x69d0000,0x6ab2870,0x6cd0000[

      TEST FAIL misc/gen_math/Loops_6 compile_and_execute

      FINISH Loops_6 Mon Oct 19 19:06:04 PDT 1998

      ------------------------------------------------------

      START too_wide Mon Oct 19 19:06:29 PDT 1998

      Compiling ..........

      javac -classic D:\Tonga_nt\Administrator.NT.x86\too_wide\*.java

      Exit status of Compilation is :0

      Executing ..........

      java -Xcomp -XX:-ShowMessageBoxOnError too_wide

      Exit status of Execution is :-1073741819


      Unexpected exception occured (EXCEPTION_ACCESS_VIOLATION)
      Thread: 0x813370 (id: 3c4). PC: 806a69f Exception: c0000005 (EXCEPTION_ACCESS_VIOLATION)
      VM operation: method compilation
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
      Heap
       new generation total 576K, used 223K [0x2dd0000, 0x2e70000[
       eden space 512K, 43% used [0x2dd0000,0x2e07ca8,0x2e50000[
       from space 64K, 0% used [0x2e50000,0x2e50000,0x2e60000[
       to space 64K, 0% used [0x2e60000,0x2e60000,0x2e70000[
       train generation total 64K, used 0K [0x2e70000, 0x69d0000[
       perm generation total 3072K, used 905K [0x69d0000, 0x72d0000[
       perm space 3072K, 29% used [0x69d0000,0x6ab2420,0x6cd0000[

      TEST FAIL misc/jit_tests/too_wide compile_and_execute

      FINISH too_wide Mon Oct 19 19:08:56 PDT 1998
      --------------------------------------------

      START t098 Mon Oct 19 19:08:57 PDT 1998

      Compiling ..........

      javac -classic D:\Tonga_nt\Administrator.NT.x86\t098\*.java

      Exit status of Compilation is :0

      Executing ..........

      java -Xcomp -XX:-ShowMessageBoxOnError t098

      Exit status of Execution is :-1073741819

      Comparing results with golden file ..........
      ==== DIFF in the Golden FILES ===

      Float intermediate results appear to be ok.
      ------------
      Unexpected exception occured (EXCEPTION_ACCESS_VIOLATION)

      Unexpected exception occured (EXCEPTION_ACCESS_VIOLATION)
      Thread: 0x813370 (id: 101). PC: 806a69f Exception: c0000005 (EXCEPTION_ACCESS_VIOLATION)
      VM operation: method compilation
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
      Heap
       new generation total 576K, used 223K [0x2dd0000, 0x2e70000[
       eden space 512K, 43% used [0x2dd0000,0x2e07c50,0x2e50000[
       from space 64K, 0% used [0x2e50000,0x2e50000,0x2e60000[
       to space 64K, 0% used [0x2e60000,0x2e60000,0x2e70000[
       train generation total 64K, used 0K [0x2e70000, 0x69d0000[
       perm generation total 3072K, used 905K [0x69d0000, 0x72d0000[
       perm space 3072K, 29% used [0x69d0000,0x6ab24e8,0x6cd0000[

      TEST FAIL misc/jit_tests/t098 compile_and_execute

      FINISH t098 Mon Oct 19 19:11:35 PDT 1998
      ----------------------------------------------

      Sunsoft Win 95 fsilures:
      ------------------------

      START bug006 Tue Oct 20 09:47:05 PDT 1998

      Compiling ..........

      javac -classic D:\Tonga_95\administrator.Win95.x86\bug006\*.java

      Exit status of Compilation is :0

      Executing ..........

      java -Xcomp -XX:-ShowMessageBoxOnError bug006

      Exit status of Execution is :-1073741819

      Error mixing types: int:0 and arraymem
      Unexpected exception occured (EXCEPTION_ACCESS_VIOLATION)
      Thread: 0x695a94 (id: fffc0c2d). PC: 80c3063 Exception: c0000005 (EXCEPTION_ACCESS_VIOLATION)
      VM operation: method compilation
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
      Heap
       new generation total 576K, used 224K [0x27e0000, 0x2880000[
       eden space 512K, 43% used [0x27e0000,0x2818288,0x2860000[
       from space 64K, 0% used [0x2860000,0x2860000,0x2870000[
       to space 64K, 0% used [0x2870000,0x2870000,0x2880000[
       train generation total 64K, used 0K [0x2880000, 0x63e0000[
       perm generation total 3072K, used 906K [0x63e0000, 0x6ce0000[
       perm space 3072K, 29% used [0x63e0000,0x64c2a18,0x66e0000[

      TEST FAIL misc/1.1E_regress/bug006 compile_and_execute

      FINISH bug006 Tue Oct 20 09:47:38 PDT 1998
      ------------------------------------

      START Loops_6 Tue Oct 20 09:48:14 PDT 1998

      Compiling ..........

      javac -classic D:\Tonga_95\administrator.Win95.x86\Loops_6\*.java

      Exit status of Compilation is :0

      Executing ..........

      java -Xcomp -XX:-ShowMessageBoxOnError Loops_6

      Exit status of Execution is :-1073741819


      Unexpected exception occured (EXCEPTION_ACCESS_VIOLATION)
      Thread: 0x695a94 (id: fffc0c11). PC: 80fdb0d Exception: c0000005 (EXCEPTION_ACCESS_VIOLATION)
      VM operation: method compilation
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
      Heap
       new generation total 576K, used 224K [0x27e0000, 0x2880000[
       eden space 512K, 43% used [0x27e0000,0x2818118,0x2860000[
       from space 64K, 0% used [0x2860000,0x2860000,0x2870000[
       to space 64K, 0% used [0x2870000,0x2870000,0x2880000[
       train generation total 64K, used 0K [0x2880000, 0x63e0000[
       perm generation total 3072K, used 906K [0x63e0000, 0x6ce0000[
       perm space 3072K, 29% used [0x63e0000,0x64c2870,0x66e0000[

      TEST FAIL misc/gen_math/Loops_6 compile_and_execute

      FINISH Loops_6 Tue Oct 20 09:48:43 PDT 1998
      -------------------------------------

      JavaSoft Win NT failures:
      -------------------------

      START too_wide Mon Oct 19 19:52:50 PDT 1998


      Executing ..........

      java_g -Xcomp -XX:-ShowMessageBoxOnError JITSuite.too_wide

      Exit status of Execution is :-2147483645


      VM option '-ShowMessageBoxOnError'
      #
      # HotSpot Virtual Machine Error, assertion failure
      #
      # assert(C->_unique < 1<<(8*sizeof(_idx)), "Node limit exceeded")
      # D:/localbuilds/hotspot_beta1_hp\src\share\vm\opto\node.cpp, 29#
      #
      # Error happend during: method compilation
      #
      # compiling JITSuite.too_wide.main
      #
      Java Threads:
      "Signal Dispatcher" error occured during error reporting
      Unexpected exception occured (EXCEPTION_BREAKPOINT)
      Thread: 0x8532c8 (id: 54). PC: 8121ca2 Exception: 80000003 (EXCEPTION_BREAKPOINT)
      VM operation: method compilation
      "Executing safepoints"
      not synchronized

      "Executing events"
      [Last 50 events in the event buffer]
      -<thd>-<age sec>-<description>---------------------
         vm 3.5 Executing VM operation: method compilation
         vm 3.5 | Create nmethod 0x1241348
         vm 3.6 Executing VM operation: method compilation
         vm 3.6 | Create nmethod 0x12410c8
         vm 3.7 Executing VM operation: method compilation
         vm 3.8 | Create nmethod 0x1240fc8
         vm 3.8 Executing VM operation: method compilation
         vm 3.8 | Create nmethod 0x1240bc8
         vm 4.1 Executing VM operation: method compilation
        784 4.1 compiledIC 0x107faf0 --> megamorphic 0x6eefdd0
         vm 4.1 | Create nmethod 0x1240848
         vm 4.3 Executing VM operation: method compilation
         vm 4.3 | Create nmethod 0x1240548
         vm 4.5 Executing VM operation: method compilation
         vm 4.5 | Create nmethod 0x12403c8
         vm 4.6 Executing VM operation: method compilation
         vm 4.6 | Create nmethod 0x1240288
         vm 4.6 Executing VM operation: method compilation
        784 4.6 Make nmethod not entrant 0x122c848
        784 4.6 | loading class 6f33c90
        784 4.6 loading class 6e5af00
         vm 4.6 | | # vframes = 1
         vm 4.6 | Deoptimization (pc=0x122c914, sp=0x12f6c4)
         vm 4.6 Executing VM operation: deoptimize frame
        784 4.6 Uncommon trap occurred @0x122c914, unloaded_class_index = 7
        784 4.7 Make nmethod not entrant 0x1240048
        784 4.7 loading class 6e5b098
         vm 4.7 | | # vframes = 1
         vm 4.7 | Deoptimization (pc=0x1240118, sp=0x12f65c)
         vm 4.7 Executing VM operation: deoptimize frame
        784 4.7 Uncommon trap occurred @0x1240118, unloaded_class_index = 62
         vm 4.7 | Create nmethod 0x12401c8
         vm 4.7 Executing VM operation: method compilation
         vm 4.7 | Create nmethod 0x1240048
         vm 4.8 Executing VM operation: method compilation
        784 4.8 update call-site at pc 0x123ce72
         vm 4.8 | Create nmethod 0x123f588
         vm 5.7 Executing VM operation: method compilation
         vm 5.8 | Create nmethod 0x123ea88
         vm 6.6 Executing VM operation: method compilation
         vm 6.6 | Create nmethod 0x123e988
         vm 6.7 Executing VM operation: method compilation
        784 6.7 Make nmethod not entrant 0x123de88
        784 6.7 loading class 6f30f80
         vm 6.7 | | # vframes = 1
         vm 6.7 | | Executing nested VM operation: compile C2I
         vm 6.7 | Deoptimization (pc=0x123e3ec, sp=0x12f5ec)
         vm 6.7 Executing VM operation: deoptimize frame
        784 6.7 Uncommon trap occurred @0x123e3ec, unloaded_class_index = 21
         vm 6.7 | Create nmethod 0x123e808
      Heap
       new generation total 576K, used 225K [0x3250000, 0x32f0000[
       eden space 512K, 44% used [0x3250000,0x32885f0,0x32d0000[
       from space 64K, 0% used [0x32d0000,0x32d0000,0x32e0000[
       to space 64K, 0% used [0x32e0000,0x32e0000,0x32f0000[
       train generation total 64K, used 0K [0x32f0000, 0x6e50000[
       perm generation total 3072K, used 916K [0x6e50000, 0x7750000[
       perm space 3072K, 29% used [0x6e50000,0x6f35008,0x7150000[

      TEST FAIL jit/jit_suite/too_wide execute_positive

      FINISH too_wide Mon Oct 19 19:55:15 PDT 1998

      END RUN Mon Oct 19 19:55:15 PDT 1998

            smitrovisunw Srdjan Mitrovic (Inactive)
            udhanikoorcl Uday Dhanikonda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: