Author: nextgens
Date: 2006-06-02 12:24:07 +0000 (Fri, 02 Jun 2006)
New Revision: 8982

Modified:
   trunk/apps/installer/installclasspath/run.sh
Log:
installer: we disable the workaround for now

Modified: trunk/apps/installer/installclasspath/run.sh
===================================================================
--- trunk/apps/installer/installclasspath/run.sh        2006-06-02 12:17:04 UTC 
(rev 8981)
+++ trunk/apps/installer/installclasspath/run.sh        2006-06-02 12:24:07 UTC 
(rev 8982)
@@ -59,26 +59,26 @@

 # sun specific options
 LDPROP=""
-if [ "$JAVA_IMPL" = "java" ]
-then 
-       echo Sun java detected.
-       # Tell it not to use NPTL.
-       # BAD THINGS happen if it uses NPTL.
-       # Specifically, at least on 1.4.1. and 1.5.0b2, we get hangs
-       # where many threads are stuck waiting for a lock to be 
-       # unlocked but no thread owns it.
+#if [ "$JAVA_IMPL" = "java" ]
+#then 
+#      echo Sun java detected.
+#      # Tell it not to use NPTL.
+#      # BAD THINGS happen if it uses NPTL.
+#      # Specifically, at least on 1.4.1. and 1.5.0b2, we get hangs
+#      # where many threads are stuck waiting for a lock to be 
+#      # unlocked but no thread owns it.
+#
+#      ## won't work on libc2.4 ... let's hope it's fixed
+#      if [[ -z "$(/lib/libc.so.6 | head -n 1 | grep 'release version 2.4')" ]]
+#      then
+#              if [[ -d /lib/tls ]]
+#              then
+#                      LDPROP="set.LD_ASSUME_KERNEL=2.4.1" 
+#              fi
+#      fi
+#fi 

-       ## won't work on libc2.4 ... let's hope it's fixed
-       if [[ -z "$(/lib/libc.so.6 | head -n 1 | grep 'release version 2.4')" ]]
-       then
-               if [[ -d /lib/tls ]]
-               then
-                       LDPROP="set.LD_ASSUME_KERNEL=2.4.1" 
-               fi
-       fi
-fi 

-
 # Get the fully qualified path to the script
 case $0 in
     /*)


Reply via email to