-
Bug
-
Resolution: Fixed
-
P4
-
1.1
-
b01
-
generic
-
generic
-
Verified
Code in src/share/sun/sun/rmi/rmic/BatchEnvironment.java requires access to all system properties (calls System.getProperties() method). System.getProperties() is a security constrained method. When run under JCK 1.1 and later, access to all of the system properties is forbidden by the security manager. This breaks the rmic compiler, and causes all rmic tests to fail.