Re: RFR 9: 8150337 : sun/misc/SunMiscSignalTest.java failed intermittently

2016-02-23 Thread Brian Burkhalter
Hi Roger, I am no expert in this area but the changes appear to be reasonable and consistent. One thumb up. Brian On Feb 23, 2016, at 7:29 AM, Roger Riggs wrote: > Please review a test update to skip tests using SIGINT, SIGTERM, and SIGHUP > when > run with those signals are ignored. For ex

RFR 9: 8150337 : sun/misc/SunMiscSignalTest.java failed intermittently

2016-02-23 Thread Roger Riggs
Please review a test update to skip tests using SIGINT, SIGTERM, and SIGHUP when run with those signals are ignored. For example, using nohup or trap in a shell. It also includes a small enhancement adding sun.misc.Signal.toString ease debugging. Webrev: http://cr.openjdk.java.net/~rriggs/web