7104577: Changes for 7104209 cause many RMI tests to fail

Reviewed-by: chegar
This commit is contained in:
Alan Bateman 2011-10-25 09:27:20 +01:00
parent f5ff85a77a
commit 616b1a997f

View File

@ -109,14 +109,6 @@ public class MarshalInputStream extends ObjectInputStream {
}
}
/**
* Load the "rmi" native library.
*/
static {
java.security.AccessController.doPrivileged(
new sun.security.action.LoadLibraryAction("rmi"));
}
/**
* Create a new MarshalInputStream object.
*/