Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8200123

Replace Thread.init with telescoping constructor

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 11
    • None
    • core-libs
    • None
    • b07

      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).

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: