test/runtime/6929067/Test6929067.sh

Print this page


   1 #!/bin/sh
   2 
   3 ##

   4 ## @test Test6929067.sh
   5 ## @bug 6929067
   6 ## @bug 8021296
   7 ## @summary Stack guard pages should be removed when thread is detached
   8 ## @compile T.java
   9 ## @run shell Test6929067.sh
  10 ##
  11 set -x
  12 if [ "${TESTSRC}" = "" ]
  13 then
  14   TESTSRC=${PWD}
  15   echo "TESTSRC not set.  Using "${TESTSRC}" as default"
  16 fi
  17 echo "TESTSRC=${TESTSRC}"
  18 ## Adding common setup Variables for running shell tests.
  19 . ${TESTSRC}/../../test_env.sh
  20 
  21 # set platform-dependent variables
  22 OS=`uname -s`
  23 case "$OS" in


   1 #!/bin/sh
   2 
   3 ##
   4 ## @ignore 8028740
   5 ## @test Test6929067.sh
   6 ## @bug 6929067
   7 ## @bug 8021296
   8 ## @summary Stack guard pages should be removed when thread is detached
   9 ## @compile T.java
  10 ## @run shell Test6929067.sh
  11 ##
  12 set -x
  13 if [ "${TESTSRC}" = "" ]
  14 then
  15   TESTSRC=${PWD}
  16   echo "TESTSRC not set.  Using "${TESTSRC}" as default"
  17 fi
  18 echo "TESTSRC=${TESTSRC}"
  19 ## Adding common setup Variables for running shell tests.
  20 . ${TESTSRC}/../../test_env.sh
  21 
  22 # set platform-dependent variables
  23 OS=`uname -s`
  24 case "$OS" in