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

client VM doesn't throw expected java.lang.StackOverflowError on windows_XP

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.4.0, 1.4.1
    • hotspot
    • generic, x86
    • linux, windows_2000, windows_xp

      Mode : -Xcomp, -Xmixed, -Xint
      Platform : Windows_XP
      JAVA_HOME : X:/VM/merlin/weekly/jdk/latest/win

      Steps to reproduce
      Map X: \\sqesvr.sfbay.sun.com\vsn

      1) X:/GammaBase/Bugs/{Bugid}
      2) sh doit {JAVA_HOME}

      Output:
      java version "1.4.0-beta3"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b78)
      Java HotSpot(TM) Client VM (build 1.4.0-beta3-b78, mixed mode)

      i = 5900
      i = 5901
      i = 5902
      i = 5903
      end of main
      STATUS=0

      Where as server VM throws expected java.lang.StackOverflowError with the same testcase.

      Output:
      java version "1.4.0-beta3"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b78)
      Java HotSpot(TM) Server VM (build 1.4.0-beta3-b78, mixed mode)

      i = 5900
      i = 5901
      i = 5902
      i = 5903

      java.lang.StackOverflowError
      end of main
      STATUS=0

      NOTE: This testcase throws expected java.lang.StackOverflowError on rest of the platforms with C1 & C2 using all modes.

            never Tom Rodriguez
            spothugasunw Satheesh Pothuganti (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: