--- old/test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.bash 2020-05-01 02:28:15.050718012 -0700 +++ new/test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.bash 2020-05-01 02:28:14.718711626 -0700 @@ -28,7 +28,7 @@ # 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` || ""