-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
None
-
generic, x86, itanium
-
linux, solaris_8, solaris_9, windows_xp
I get a regression test failure
/v/neal/j2se/test/JTwork/java/io/Serializable/defaulted/GetFieldWrite.jtr
This test checks for the default serial version UID, yet the program contains
a class literal and doesn't specify the -target option to the compiler. Since
we have changed the way class literals are processed between -target 1.2 (the
old default) and -target 1.4 or 1.5 (the new transitional and release defaults)
a change in default serial version UID is to be expected. In short, the test
is buggy.
/v/neal/j2se/test/JTwork/java/io/Serializable/defaulted/GetFieldWrite.jtr
This test checks for the default serial version UID, yet the program contains
a class literal and doesn't specify the -target option to the compiler. Since
we have changed the way class literals are processed between -target 1.2 (the
old default) and -target 1.4 or 1.5 (the new transitional and release defaults)
a change in default serial version UID is to be expected. In short, the test
is buggy.
- duplicates
-
JDK-4901099 REGRESSION: Regression-test .../GetFieldWrite.java fails
-
- Closed
-
-
JDK-4830289 bad regression test depends on presence of synthetic methods
-
- Closed
-