Commit 2b6b5c35 by Michael Koch Committed by Michael Koch

2004-04-01 Michael Koch <konqueror@gmx.de>

	* java/lang/SecurityManager.java
	(checkAwtEventQueueAccess): Implemented.

From-SVN: r80314
parent 7cd4527e
2004-04-01 Michael Koch <konqueror@gmx.de>
* java/lang/SecurityManager.java
(checkAwtEventQueueAccess): Implemented.
2004-04-01 Gary Benson <gbenson@redhat.com>
* resolve.cc (_Jv_ResolvePoolEntry): Put field name in exception.
......
......@@ -861,8 +861,7 @@ public class SecurityManager
*/
public void checkAwtEventQueueAccess()
{
// Should be: checkPermission(new AWTPermission("accessEventQueue"));
throw new SecurityException("Cannot access the AWT event queue.");
checkPermission(new AWTPermission("accessEventQueue"));
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment