On Wed, 8 Apr 2020 21:26:40 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> This PR comments out too verbose console logging, as it has been done with >> some other fprintf calls. >> As a follow up of this PR, a custom directive that enables this output if >> needed can be considered. > > Marked as reviewed by kcr (Lead). The root cause for this issue is not the unnecessary logging, but the fact that the Quantum Renderer keeps running when the app is not in the foreground (causing a long list of debug lines). I'll create a separate issue for that. ------------- PR: https://git.openjdk.java.net/jfx/pull/165