RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v3]

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Mon Oct 27 15:54:36 UTC 2025


On Mon, 27 Oct 2025 14:16:39 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Good catch. It is not needed, just the result of some spurious clicking on the NetBeans form editor that resulted in that code being auto-generated. I removed the action declaration and other GUI properties of the new text field to align the generated code with that of the other text fields in the Options form (commit 4123bb0c9ccb8b60993f4b575c36f9751cefd1b9).
>
> Can this method then be removed?

Right, sorry, removed now (commit 8da5897204f1e51b4347b3a1110e33506d660dd1). I was expecting that NetBeans would detect it as dead and remove it automagically when re-generating `ViewPanel.java` from `ViewPanel.form`, but forgot to check.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27975#discussion_r2466200094


More information about the hotspot-compiler-dev mailing list