-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
None
-
tiger
-
generic, x86, itanium
-
linux, solaris_8, solaris_9, windows_2000, windows_xp
-
Verified
The regression test
test/java/io/Serializable/defaulted/GetFieldWrite.java
is bad because it depends on unspecified details of the handling of
class literals by the compiler. In Tiger those details are changing
for two reasons: (1) the default -source and -target are changing, and
(2) The VM will be providing durect support for class literals, making
the synthetic support infrastructure generated by the compiler
unnecessary.
In addition, the handling of class literals can change from compiler
to compiler in a way that affects the default SVUID.
test/java/io/Serializable/defaulted/GetFieldWrite.java
is bad because it depends on unspecified details of the handling of
class literals by the compiler. In Tiger those details are changing
for two reasons: (1) the default -source and -target are changing, and
(2) The VM will be providing durect support for class literals, making
the synthetic support infrastructure generated by the compiler
unnecessary.
In addition, the handling of class literals can change from compiler
to compiler in a way that affects the default SVUID.
- duplicates
-
JDK-4890903 buggy reg test java/io/Serializable/defaulted/GetFieldWrite.jtr
-
- Closed
-
- relates to
-
JDK-4903037 Tiger b14 Java Web start's Draw 4 demo is not working, throws I/O exception
-
- Closed
-