RFR: 8263640: hs_err improvement: handle class path longer than O_BUFLEN [v3]
Calvin Cheung
ccheung at openjdk.java.net
Mon Jun 28 23:40:40 UTC 2021
> 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
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4616/files
- new: https://git.openjdk.java.net/jdk/pull/4616/files/60ecf197..b4b645cd
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4616&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4616&range=01-02
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/4616.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4616/head:pull/4616
PR: https://git.openjdk.java.net/jdk/pull/4616
More information about the hotspot-runtime-dev
mailing list