-
Bug
-
Resolution: Fixed
-
P4
-
1.1
-
kestrel
-
sparc
-
solaris_2.4
Name: akC45999 Date: 09/17/97
Specification of java.lang.Thread.setDaemon() method, unlike the one
of java.lang.Thread.setPriority() and java.lang.Thread.setName(),
says nothing about call to checkAccess(). But ability to set daemon flag
is important feature, which cannot be granted to arbitrary thread.
Javasoft's JDK does consults checkAccess(), and this is good.
======================================================================