-
Bug
-
Resolution: Fixed
-
P4
-
1.1.6
-
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.
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.