On Thu, 11 Dec 2025 22:37:56 GMT, Phil Race <[email protected]> wrote:
> We had a previous mysterious failure that looks like it was due to a logger > being gc'd. > To prevent that update all the marlin tests to use a logger stored in a > static. > The 'final' modifier probably isn't necessary for this but is harmless, I'm > doing the minimum here > so I don't want to go change log -> LOG everywhere just because its now final. This pull request has now been integrated. Changeset: e65e0686 Author: Phil Race <[email protected]> URL: https://git.openjdk.org/jdk/commit/e65e06867e7a841c7edce0625f856b8bc2888893 Stats: 19 lines in 4 files changed: 11 ins; 8 del; 0 mod 8372592: Adjust logger usage in java2d tests Reviewed-by: kizune, serb, rriggs ------------- PR: https://git.openjdk.org/jdk/pull/28778
