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

David Holmes dholmes at openjdk.java.net
Tue Jun 29 02:37:07 UTC 2021


On Mon, 28 Jun 2021 23:40:40 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Please review this patch for handling the printing of class path with length longer than O_BUFLEN.
>> The bug is also reproducible using the `jcmd VM.command_line`. The new test uses `jcmd` to verify this change.
>> 
>> Testing: 
>> - [x] tiers 1,2.
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   use st->print_raw_cr() on all lengths of class path

Seems like a simpler solution than previously discussed - please update the bug report.

Thanks,
David

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

Marked as reviewed by dholmes (Reviewer).

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


More information about the hotspot-runtime-dev mailing list