Jumbo patch:
* Imported beans and serialization * Updated IA-64 port * Miscellaneous bug fixes From-SVN: r34028
This commit is contained in:
parent
021c89ed68
commit
6c80c45e30
125 changed files with 18458 additions and 560 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue