RFR: 8341687: Memory leak in TableView after interacting with TableMenuButton [v2]

Kevin Rushforth kcr at openjdk.org
Sat Nov 23 14:28:18 UTC 2024


On Fri, 22 Nov 2024 21:33:37 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> I'd review that!  The only question is how to do RT- efficiently, so it can be easily reviewed (without going through manually copying and pasting every id)...
>
> It would be pretty easy to do it with a JIRA REST query: Given an input list of `RT-nnnn` bug IDs, produce the corresponding output list of `JDK-mmmmmmm` bug IDs. I'll volunteer to do this part of it.
> 
> Someone could then easily turn that into a script using `sed` to do the replacement.

I filed [JDK-8344899](https://bugs.openjdk.org/browse/JDK-8344899) to track the cleanup and attached a `grep.log` file of all occurrences of `"RT-[0-9]+"` and a `rt2jdk.txt` file with the mapping from `RT-nnnn` to `JDK-mmmmmmm`.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1640#discussion_r1855202798


More information about the openjfx-dev mailing list