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

/JCK-114a/tests/lang/EXPR/expr131/expr13102/expr13102.java test fail

XMLWordPrintable

    • 1.1.6
    • x86
    • generic
    • Verified

      This bug happens on win95 and does not happen on i build. It is a jit bug.
      testcase is inside of /JCK-114a/tests/lang/EXPR/expr131/expr13102/expr13102.java

      Steps to repro:
      -run with jit on:
      javac expr13102.java
      java javasoft.sqe.tests.lang.expr131.expr13102.expr13102

      results:
      you will get an alert dialog. This program has performed an illegal operation ...The detail says:Java caused a stack fault in module <unknow> at 0000:01dc00f9

      -run without jit (which is a correct result)
      javac -J-nojit expr13102.java
      java -nojit javasoft.sqe.tests.lang.expr131.expr13102.expr13102

      the result: (you will get a correct result)
      you will get nullpointerexception.
      Exception thrown in correct location.

            dviswanasunw Deepa Viswanathan (Inactive)
            jwangsunw Jane Wang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: