< prev index next >

test/hotspot/jtreg/compiler/aot/scripts/test-env.sh

Print this page
rev 59103 : imported patch hotspot

@@ -20,11 +20,11 @@
 # questions.
 
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  Linux | SunOS )
+  Linux )
     SO_TYPE=so
     ;;
   Darwin )
     SO_TYPE=dylib
     ;;
< prev index next >