< prev index next >

test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionHelper.java

Print this page
rev 59103 : imported patch hotspot

@@ -317,11 +317,11 @@
 
     /**
      * Special values for prepareProcess exit code.
      *
      * <p>Can we clash with normal codes?
-     * On Solaris and Linux, only [0..255] are returned.
+     * On Linux, only [0..255] are returned.
      * On Windows, prepareProcess exit codes are stored in unsigned int.
      * On MacOSX no limits (except it should fit C int type)
      * are defined in the exit() man pages.
      */
     private static class ExitCode {
< prev index next >