TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails to cleanup in Cygwin

Alan Bateman Alan.Bateman at oracle.com
Tue Aug 9 08:07:16 PDT 2011


Chris Hegarty wrote:
> Hi Dan, Alan,
>
> This is a trivial change to use /dev/null instead of NUL for Windows 
> test with Cygwin.
>
> http://cr.openjdk.java.net/~chegar/7076756/webrev.00/webrev/
>
> Thanks,
> -Chris.
Looks okay although it might be slightly cleaner to set devnull 
consistently, ie:

case Windows* )
  devnull=NUL
  ;;

Just a suggestion.

-Alan.


More information about the serviceability-dev mailing list