RFR: 8263640: hs_err improvement: handle class path longer than O_BUFLEN [v2]

Calvin Cheung ccheung at openjdk.java.net
Mon Jun 28 22:43:43 UTC 2021


On Mon, 28 Jun 2021 21:00:41 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   @iklam comment and removed the @requires vm.cds from the test
>
> src/hotspot/share/runtime/arguments.cpp line 1122:
> 
>> 1120:       }
>> 1121:       st->cr();
>> 1122:     }
> 
> Maybe we can use `st->print_raw()` instead?

Thanks for your review.
I've changed it to st->print_raw_cr() so that st->cr() is not needed.
I also removed the "@requires vm.cds" from the test since it is unrelated to cds.

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

PR: https://git.openjdk.java.net/jdk/pull/4616


More information about the hotspot-runtime-dev mailing list