diff test/compiler/ciReplay/common.sh @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 4c241e42a3e4
children 52b4284cb496
line wrap: on
line diff
--- a/test/compiler/ciReplay/common.sh	Tue Apr 01 14:09:03 2014 +0200
+++ b/test/compiler/ciReplay/common.sh	Tue Apr 01 13:57:07 2014 +0200
@@ -196,11 +196,6 @@
     then
         # enable core dump
         ulimit -c unlimited
-        new_ulimit=`ulimit -c`
-        if [ $new_ulimit != "unlimited" -a $new_ulimit != "-1" ]
-        then
-            test_fail 2 "CHECK :: ULIMIT" "Could not set 'ulimit -c unlimited'. 'ulimit -c' returns : $new_ulimit"
-        fi
 
         if [ $VM_OS = "solaris" ]
         then
@@ -233,10 +228,7 @@
     
     core_locations=`grep -i core crash.out | grep "location:" | \
             sed -e 's/.*location: //'`
-    echo CRASH OUTPUT:
-    cat crash.out    
     rm crash.out 
-    
     # processing core locations for *nix
     if [ $VM_OS != "windows" ]
     then