< prev index next >

test/jdk/java/lang/RuntimeTests/exec/UnixCommands.java

Print this page
rev 59105 : imported patch corelibs

@@ -30,11 +30,10 @@
  */
 public class UnixCommands {
 
     public static final boolean isUnix = ! System.getProperty("os.name").startsWith("Windows");
     public static final boolean isLinux = System.getProperty("os.name").startsWith("Linux");
-    public static final boolean isSunOS = System.getProperty("os.name").equals("SunOS");
 
     private static final String[] paths = {"/bin", "/usr/bin"};
 
     private static Map<String,String> nameToCommand = new HashMap<>(16);
 
< prev index next >