RFR: JDK-8213005: Missing symbols in hs_err files on Windows after JDK-8212028 (original) (raw)
David Holmes david.holmes at oracle.com
Fri Oct 26 00:03:55 UTC 2018
- Previous message (by thread): RFR: JDK-8213005: Missing symbols in hs_err files on Windows after JDK-8212028
- Next message (by thread): RFR: JDK-8213005: Missing symbols in hs_err files on Windows after JDK-8212028
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Erik,
Thanks for jumping on this promptly and fixing it!
On 26/10/2018 9:27 AM, Erik Joelsson wrote:
When running tests through the new RunTest makefile framework in Mach5, we are now missing symbol information in hserr files on Windows. This is caused by the new run-test-prebuilt target not properly setting up NTSYMBOLPATH which in turn is caused by the variable CYGPATH not being set.
This patch sets CYGPATH in RunTestPrebuiltSpec.gmk.
Looks good!
I also modified some cosmetics in the NTSYMBOLSPATH setup to make it easier to understand, at least for me.
Looks as indecipherable to me as it did before :)
Thanks, David
Verfied by running "run-test-prebuilt" with a fastdebug build and setting JTREG=JAVAOPTIONS=-XX:ErrorHandlerTest=14. With the fix, the generated hserr*.log contains symbols in the stacktrace.
Bug: https://bugs.openjdk.java.net/browse/JDK-8213005 Webrev: http://cr.openjdk.java.net/~erikj/8213005/webrev.01/make/RunTests.gmk.sdiff.html
/Erik
- Previous message (by thread): RFR: JDK-8213005: Missing symbols in hs_err files on Windows after JDK-8212028
- Next message (by thread): RFR: JDK-8213005: Missing symbols in hs_err files on Windows after JDK-8212028
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]