On Thu, 2 Jul 2026 14:05:24 GMT, Matthias Baesken <[email protected]> wrote:
>> I submitted [JDK-8387669](https://bugs.openjdk.org/browse/JDK-8387669): >> _Early exit condition in CheckFontSmoothingSettings() is wrong_. > > Thanks ! > Btw. should we use '||' too in the coding right above (line 434) ? ` if > (!settingsChanged && fontSmoothing == FONTSMOOTHING_OFF) {` Yes. I hadn't seen this line in the diff view. When I opened the full file, I noticed it and included in the bug report. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31676#discussion_r3513777627
