Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8200123
Replace Thread.init with telescoping constructor
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P3
Fix Version/s:
11
Affects Version/s:
None
Component/s:
core-libs
Labels:
None
Subcomponent:
java.lang
Resolved In Build:
b07
Description
Thread constructors call a shared init method, which prevents making fields final. By replacing init with a private constructor, we can fix that and make at least tid final (and @Stable).
Attachments
Activity
People
Assignee:
Martin Buchholz
Reporter:
Martin Buchholz
Votes
:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2018-03-22 11:20
Updated:
2018-04-03 23:38
Resolved:
2018-03-29 20:37