< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.bash

Print this page
rev 59103 : imported patch hotspot

@@ -26,11 +26,11 @@
 . ${TESTSRC}/../../../../../test_env.sh
 
 # Set virtual memory usage limit to be not 'unlimited' on unix platforms
 # This is workaround for 6683371.
 case $VM_OS in
-aix | bsd | linux | solaris)
+aix | bsd | linux)
     echo "Check virtual memory usage limits"
     soft_limit=`ulimit -S -v` || ""
     hard_limit=`ulimit -H -v` || ""
     echo "Virtual memory usage limit (hard): $hard_limit"
     echo "Virtual memory usage limit (soft): $soft_limit"
< prev index next >