mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 00:16:04 +00:00
* java/lang/Thread.java (checkAccess): Now final.
From-SVN: r38273
This commit is contained in:
@@ -37,7 +37,7 @@ public class Thread implements Runnable
|
||||
return currentThread().getThreadGroup().activeCount();
|
||||
}
|
||||
|
||||
public void checkAccess ()
|
||||
public final void checkAccess ()
|
||||
{
|
||||
SecurityManager s = System.getSecurityManager();
|
||||
if (s != null)
|
||||
|
||||
Reference in New Issue
Block a user