Jumbo patch:

* Imported beans and serialization
* Updated IA-64 port
* Miscellaneous bug fixes

From-SVN: r34028
This commit is contained in:
Tom Tromey 2000-05-19 17:55:34 +00:00
parent 021c89ed68
commit 6c80c45e30
125 changed files with 18458 additions and 560 deletions

View file

@ -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();