Jumbo patch:
* Imported beans and serialization * Updated IA-64 port * Miscellaneous bug fixes From-SVN: r34028
This commit is contained in:
@@ -110,6 +110,11 @@ public abstract class SecurityManager
|
||||
throw new SecurityException();
|
||||
}
|
||||
|
||||
public void checkPermission (java.security.Permission perm)
|
||||
{
|
||||
throw new SecurityException();
|
||||
}
|
||||
|
||||
public void checkPrintJobAccess ()
|
||||
{
|
||||
throw new SecurityException();
|
||||
|
||||
Reference in New Issue
Block a user