On Tue, 5 May 2026 11:26:36 GMT, Alexey Ivanov <[email protected]> wrote:
>> src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/OperationEntry.java
>> line 60:
>>
>>> 58: public JToolTip createToolTip() {
>>> 59: JToolTip t = super.createToolTip();
>>> 60: t.putClientProperty("html.disable",
>>> Boolean.TRUE);
>>
>> you can also do it for l52 where JLabel is created..
>
> If that label displays only `(` and the text never changes, there's no need
> for `html.disable`.
Thanks, I left line 52 and 86 alone as they are ( and ) labels with no variable
text.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30998#discussion_r3188153388