On Thu, 4 May 2023 18:50:35 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> Adding TextFlow.underlineShape() to add support for a spellchecker-like > decoration, using > > getRange(start, end, TextLayout.TYPE_UNDERLINE); > > > which mirrors an existing method in Text with exactly the same signature. ~~It's definitely affected by GC, so I'd start by looking there. I can change whether the the test passes or fails by changing the heap size or adding a call to gc before each test.~~ UPDATE: THIS COMMENT WAS MEANT FOR ANOTHER PR. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1127#issuecomment-1542578303