On Tue, 5 May 2026 11:30:49 GMT, Alexey Ivanov <[email protected]> wrote:

>> Kevin Walls has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   oops
>
> src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java
>  line 833:
> 
>> 831:                         MaximizedCellRenderer zr =
>> 832:                             (MaximizedCellRenderer) cell.getRenderer();
>> 833:                         return zr.getComponent();
> 
> Very unlikely, but still a possibility: the second call to 
> `cell.getRenderer()` inside the body of `if` may return a cell renderer 
> that's not an instance of `MaximizedCellRenderer`.

Thanks, I'd like to leave that for now as it seems stable.

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

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

Reply via email to