-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
7
-
generic
-
generic
See 4638447 for more details.
After the fix for 4638447 sun.awt.DebugHelper and related classes were removed, and the corresponding logging calls were replaced with Java Logging API methods. The next stage is to inspect our native code.
The current implementation of native logging/debugging varies from AWT to Java2D and to Swing native code. This RFE is about using a single API within all the GUI code. The current approaches (Java2DTrace, DTRACE, etc.) must be investigated, probably refactored and replaced with a common API.
After the fix for 4638447 sun.awt.DebugHelper and related classes were removed, and the corresponding logging calls were replaced with Java Logging API methods. The next stage is to inspect our native code.
The current implementation of native logging/debugging varies from AWT to Java2D and to Swing native code. This RFE is about using a single API within all the GUI code. The current approaches (Java2DTrace, DTRACE, etc.) must be investigated, probably refactored and replaced with a common API.
- relates to
-
JDK-4638447 AWT Debugging Support Enhancements (Java level)
- Closed