On Wed, 6 May 2026 16:17:50 GMT, Kevin Walls <[email protected]> wrote:

>> JConsole needs to disable HTML rendering in components populated by MBeans, 
>> as is standard practice.
>> 
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Kevin Walls has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   oops

Marked as reviewed by aivanov (Reviewer).

src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/XTreeRenderer.java 
line 55:

> 53:                 tree, value, selected, expanded, leaf, row, hasFocus);
> 54: 
> 55:         tree.putClientProperty("html.disable", Boolean.TRUE);

Seems like this setting doesn't have an effect… It may be odd to modify 
properties of the component for which this renderer will render a node.

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

PR Review: https://git.openjdk.org/jdk/pull/30998#pullrequestreview-4254651736
PR Review Comment: https://git.openjdk.org/jdk/pull/30998#discussion_r3210757016

Reply via email to