JDK-8351401 : Remove Uses of Boxed Primitive Constructors in JLS
  • Type: Bug
  • Component: specification
  • Sub-Component: language
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-03-07
  • Updated: 2025-06-02
  • Resolved: 2025-06-02
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.
JDK 25
25Fixed
Related Reports
Relates :  
Description
Boxed Primitive Constructors are deprecated. There are a handful of uses of them in the JLS (5.1.11 and 8.1.2), that need to be replaced with the appropriate factory methods.