On Thu, 10 Sep 2026 19:17:29 GMT, Stefan Karlsson <[email protected]> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   @stefank and @matias9927 comments
>
> src/hotspot/share/oops/flatArrayKlass.cpp line 433:
> 
>> 431:     st->print_cr(" - Index %3d offset %3d:", index, off);
>> 432:     if (!fa->is_null_free_array() && fa->obj_at_is_null(index)) {
>> 433:       st->print_cr(" - (null)");
> 
> Does this also have to be indented now that you indent the output in the else 
> branch?

Fixed. Now it looks like this:


{0x0000000718008580} - klass: 'java/lang/Integer'[] - flags: is_cloneable_fast 

 - length: 5
 - Index   0 offset  16:
   - (null)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32565#discussion_r3994801769

Reply via email to