On Thu, 10 Sep 2026 19:20:17 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/runtime/fieldDescriptor.cpp line 323:
> 
>> 321: void FieldPrinter::do_field(fieldDescriptor* fd) {
>> 322:   for (int i = 0; i < _indent; i++) _st->print("  ");
>> 323:   _st->print(" - ");
> 
> This used to use `BULLET` instead of ` - ` are we transitioning away from 
> using `BULLET`. Should a follow-up RFE remove its usage?

I created https://bugs.openjdk.org/browse/JDK-8392319

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

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

Reply via email to