JDK-8146735 : Move sun.misc.PerformanceLogger to sun.awt.util
  • Type: Bug
  • Component: core-libs
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-10
  • Updated: 2016-03-25
  • Resolved: 2016-01-13
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 9
9 b102Fixed
Related Reports
Relates :  
Relates :  
Description
As per the suggestion in http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-January/037959.html, sun.misc.PerformanceLogger should be moved to sun.util.logging.

This bug has been filed in preparation for JEP 260, JDK-8137055.
Comments
PerformanceLogger is only used by the desktop module, so it makes more sense to move it into a package in the desktop module, sun.awt.util.
13-01-2016