JDK-8303893 : Add a prism property to control metal pipeline related debug logs
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2023-03-09
  • Updated: 2023-03-09
  • Resolved: 2023-03-09
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.
Other
internalFixed
Related Reports
Relates :  
Description
In metal pipeline code we have the debug logs on by default. Although these are helpful, they are flooding the terminal by default now.

I am planning to move these logs under a new conditional prism property `-Dprism.metalDebug`

Once we achieve the functional completion mark we can either remove these log statements or convert them to either of PrismSettings.verbose or PrismSettings.debug or PrismSettings.trace.
Comments
Changeset: 20820dc9 Author: aghaisas <ajitgh@gmail.com> Date: 2023-03-09 17:56:39 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/20820dc9dbb2a1dc4b3242313309f9dcf3ebcc6b
09-03-2023