On Tue, 5 May 2026 05:51:40 GMT, Prasanta Sadhukhan <[email protected]> 
wrote:

>> Kevin Walls has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   remove one unnecessary html.disable, add one more
>
> 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`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30998#discussion_r3188031584

Reply via email to