test/java/util/Calendar/CalendarRegression.java fails with the Test4173516 test case when running on:
java version "1.4.0-beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta_refresh-b63b)
Java HotSpot(TM) Client VM (build 1.4.0-beta_refresh-b63b, mixed mode)
But it never fails with -server or -Xint. It doesn't fail on Beta (b65).
This is not reproducible on Win32 or Linux.
Testcase update
The test in question can be found in a JDK1.4 workspace. Test also needs
to be run with java -client -Xcomp -Xbatch CalendarRegression
Looks like a Compiler1 bug.
gary.collins@East 2001-06-04
java version "1.4.0-beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta_refresh-b63b)
Java HotSpot(TM) Client VM (build 1.4.0-beta_refresh-b63b, mixed mode)
But it never fails with -server or -Xint. It doesn't fail on Beta (b65).
This is not reproducible on Win32 or Linux.
Testcase update
The test in question can be found in a JDK1.4 workspace. Test also needs
to be run with java -client -Xcomp -Xbatch CalendarRegression
Looks like a Compiler1 bug.
gary.collins@East 2001-06-04
- duplicates
-
JDK-4466201 JCK14: wrong optimization in compiler1
- Closed