RFR: 8375561: Class NGGroup is in need of some cleanup [v2]

Kevin Rushforth kcr at openjdk.org
Fri Jan 16 23:29:59 UTC 2026


On Fri, 16 Jan 2026 22:34:52 GMT, Christopher Schnick <duke at openjdk.org> wrote:

> If there is a method in the internal codebase that is not used in the entire jfx repo, is it safe to delete?

Yes, if it is an internal method.

In some cases (not this one), methods are called from JNI via an upcall, but those should all be either documented or for WebKit, follow a standard naming pattern.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2043#discussion_r2700316780


More information about the openjfx-dev mailing list