JDK-8144654 : Improve Marlin logging
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-12-03
  • Updated: 2021-06-28
  • Resolved: 2015-12-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 8 JDK 9 Other
8u311Fixed 9 b100Fixed openjdk8u252Fixed
Related Reports
Duplicate :  
Relates :  
Description
This bug is related to Marlin logs (stdout, Logger):
- MarlinConst.enableLogs must be made configurable via system properties
- MarlinUtils should use PlatformLogger instead of j.u.l.Logger
- Remove usages of Marlinutils.getCallerInfo()
Comments
Fix Request [8u] This is the patch 7 for the Marlin renderer backport in OpenJDK 8 updates. The unshuffled patch applies cleanly and the build is OK. See http://cr.openjdk.java.net/~lbourges/marlin8u/marlin-8.03_to_12/m07.8144654.patch
24-02-2020