JDK-8325263 : Address this-escape lint warnings java.base (umbrella)
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 23
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2024-02-05
  • Updated: 2024-02-05
Related Reports
Relates :  
Relates :  
Relates :  
Description
There are approximately 200 "this-escape" javac lint warnings (JDK-8015831) in the java.base module. While those warnings are being suppressed under JDK-8325189, the code impacted by the warnings should be examined to see if the coding pattern can be avoided.

The full list of warning is given in the attachment, subtasks can be used to examine code in a particular area.