JDK-8301578 : Perform output outside synchronization in Module.class
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-02-01
  • Updated: 2023-02-16
  • Resolved: 2023-02-10
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 21
21 b10Fixed
Related Reports
Relates :  
Description
The class Module is performing output in a synchonization block. We could move the output code outside the block.
Comments
Changeset: c25b4f46 Author: Per Minborg <pminborg@openjdk.org> Date: 2023-02-10 13:46:46 +0000 URL: https://git.openjdk.org/jdk/commit/c25b4f461968503888124c6fd5cd6e788617ec3f
10-02-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/12193 Date: 2023-01-25 12:26:26 +0000
01-02-2023