RFR(S): 8207342: error occurred during error reporting (printing register info)
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Tue Jul 17 09:41:06 UTC 2018
Hi Martin,
thanks for making this fix. It's good to have this fix
in 11, even if making is_readable_pointer available is
a sensible, but untypical refactoring for RDP.
How did you test this change?
Best regards,
Goetz.
From: Doerr, Martin
Sent: Montag, 16. Juli 2018 16:07
To: hotspot-runtime-dev at openjdk.java.net; Lindenmaier, Goetz <goetz.lindenmaier at sap.com>
Subject: RFR(S): 8207342: error occurred during error reporting (printing register info)
Hi,
I'd like to fix the "printing register info" step in hs_err files for jdk11 if possible.
The function os::print_location misses a check if the pointer is readable.
For example "jdk/bin/java -XX:+CrashGCForDumpingJavaThread -version" generates a hs_err file which doesn't analyze the registers correctly because of "error occurred during error reporting (printing register info)" in section "Register to memory mapping".
In addition, registers are missing on PPC64 and s390.
My proposal looks a little larger than S, but it's small besides moving the duplicated "is_readable_pointer" from codeHeapState and misc_aix to os:
http://cr.openjdk.java.net/~mdoerr/8207342_register_info/webrev.00/
Please review.
Best regards,
Martin
More information about the hotspot-runtime-dev
mailing list