RFR(M): 8200126: [TESTBUG] Open source VM runtime signal tests (original) (raw)
mikhailo mikhailo.seledtsov at oracle.com
Thu Mar 29 23:00:30 UTC 2018
- Previous message (by thread): RFR(M): 8200126: [TESTBUG] Open source VM runtime signal tests
- Next message (by thread): RFR(M): 8200126: [TESTBUG] Open source VM runtime signal tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have addressed feedback from Christian, David and Magnus. Here is the updated webrev:
http://cr.openjdk.java.net/~mseledtsov/8200126.01.open/index.html
I have also confirmed that output from exesigtest.c printf() is logged into .jtr files.
Grepped for "signal", I can see the output such as: TestSigxfsz.jtr:SIGXFSZ: signal handler using function 'sigset' has been set TestSigxfsz.jtr:SIGXFSZ: signal handler for signal 25 has been processed TestSigxfsz.jtr:SIGXFSZ: signal has been sent successfully TestSigxfsz.jtr:SIGXFSZ: signal has been received Also can see other output from the printf, such as all initVM logs.
Thank you, Misha
On 03/29/2018 02:49 PM, mikhailo wrote:
Magnus,
Thank you for advice. I have updated the makefile accordingly. Will post updated webrev shortly.
Misha On 03/28/2018 03:26 PM, Magnus Ihse Bursie wrote: Yes, you seem to have based this off an old version of JtregNativeHotspot.gmk.
If you update the file I think you see how you should do it, but I'll give you some help: ifeq ($(OPENJDKTARGETOS), windows) BUILDHOTSPOTJTREGEXECUTABLESCFLAGSexeFPRegs := -MT BUILDHOTSPOTJTREGEXCLUDE += exesigtest.c endif
- Previous message (by thread): RFR(M): 8200126: [TESTBUG] Open source VM runtime signal tests
- Next message (by thread): RFR(M): 8200126: [TESTBUG] Open source VM runtime signal tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]