JDK-8270547 : java.util.Random contains unnecessary @SuppressWarnings("exports")
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-07-15
  • Updated: 2021-07-22
  • Resolved: 2021-07-16
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 18
18 b07Fixed
Related Reports
Relates :  
Description
There is:
@SuppressWarnings("exports")
in java.util.Random, but this is no longer needed.
Comments
Changeset: 90c219f3 Author: Jan Lahoda <jlahoda@openjdk.org> Date: 2021-07-16 08:54:04 +0000 URL: https://git.openjdk.java.net/jdk/commit/90c219f37bc7da2a556d1733a148a7d445e900e3
16-07-2021