-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P1
-
None
-
Affects Version/s: 1.2.0
-
Component/s: core-libs
-
sparc
-
solaris_2.5.1
The following RMI constructors are publically available in 1.1.4 but not in 1.2W
- java.rmi.server.RemoteRef.<clinit>
- java.rmi.server.ServerRef.<clinit>
- java.rmi.server.LoaderHandler.<clinit>
This breaks source and binary compabitility with 1.1.x. mr suspects the JLS 13.4.12 case - that someone supplied constructors where there were none, so the compiler no longer silently creates the default no-arg constructor.
- java.rmi.server.RemoteRef.<clinit>
- java.rmi.server.ServerRef.<clinit>
- java.rmi.server.LoaderHandler.<clinit>
This breaks source and binary compabitility with 1.1.x. mr suspects the JLS 13.4.12 case - that someone supplied constructors where there were none, so the compiler no longer silently creates the default no-arg constructor.