A DESCRIPTION OF THE PROBLEM :
The current documentation does not make it clear when the finalize() method of ThreadLocal runs. Does it run once per thread shutdown or does it run once when the enclosing object dies (assuming no other external references)?
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ThreadLocal.html
###@###.### 2004-12-15 17:37:40 GMT
The current documentation does not make it clear when the finalize() method of ThreadLocal runs. Does it run once per thread shutdown or does it run once when the enclosing object dies (assuming no other external references)?
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ThreadLocal.html
###@###.### 2004-12-15 17:37:40 GMT
- relates to
-
JDK-6254531 (thread) Provide reclaimable thread local values without Thread termination
- Open