JDK-4279061 : java.util.Timer needs constructor with thread name
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 1.3.0
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 1999-10-07
  • Updated: 2017-05-16
  • Resolved: 2003-08-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Description

Name: krT82822			Date: 10/07/99


When I'm debugging, I find it very useful to have my threads named with descriptive names that appear in the debugger. However, I cannot name the threads in the java.util.Timer class. Can you add a constructor that takes a thread name?
(Review ID: 96174) 
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b18
14-06-2004

EVALUATION Adding such a constructor is a bit tricky, as one can end up with an exponential blowup in the number of constructors. At the very least, we should give the Timer thread more meaningful name. joshua.bloch@Eng 1999-11-30
30-11-1999