< prev index next >

test/jdk/java/security/Security/ClassLoaderDeadlock/Deadlock.sh

Print this page
rev 59107 : imported patch security

@@ -32,14 +32,10 @@
 # @run shell/timeout=30 Deadlock.sh
 
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  SunOS )
-    PATHSEP=":"
-    FILESEP="/"
-    ;;
   Linux )
     PATHSEP=":"
     FILESEP="/"
     ;;
   Darwin )
< prev index next >