From owner-freebsd-java Fri Jan 28 10:34:31 2000 Delivered-To: freebsd-java@freebsd.org Received: from mta4.snfc21.pbi.net (mta4.snfc21.pbi.net [206.13.28.142]) by hub.freebsd.org (Postfix) with ESMTP id 3AB1D15BAD for ; Fri, 28 Jan 2000 10:34:29 -0800 (PST) (envelope-from hsu@FreeBSD.org) Received: from FreeBSD.org ([63.193.112.125]) by mta4.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.1999.09.16.21.57.p8) with ESMTP id <0FP2003U15WD94@mta4.snfc21.pbi.net> for freebsd-java@freebsd.org; Fri, 28 Jan 2000 10:26:38 -0800 (PST) Date: Fri, 28 Jan 2000 10:27:18 -0800 From: Jeffrey Hsu Subject: Re: Linux JDK Swing crashes... In-reply-to: "Message from Koster, K.J." "of Fri, 28 Jan 2000 13:37:13 +0100." <59063B5B4D98D311BC0D0001FA7E45220FD1C6@l04.research.kpn.com> To: "Koster, K.J." Cc: 'FreeBSD Java mailing list' Message-id: <0FP2003U35WD94@mta4.snfc21.pbi.net> MIME-version: 1.0 X-Mailer: exmh version 2.1.1 10/15/1999 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Try using Green threads: *** bin/.java_wrapper.0 Mon Dec 6 06:12:44 1999 --- bin/.java_wrapper Fri Jan 7 17:36:51 2000 *************** *** 32,39 **** # Resolve symlinks. See 4152645. while [ -L "$PRG" ]; do ls=`/bin/ls -ld "$PRG"` ! link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'` ! if /usr/bin/expr "$link" : '/' > /dev/null; then PRG="$link" else PRG="`/usr/bin/dirname $PRG`/$link" --- 32,39 ---- # Resolve symlinks. See 4152645. while [ -L "$PRG" ]; do ls=`/bin/ls -ld "$PRG"` ! link=`/bin/expr "$ls" : '.*-> \(.*\)$'` ! if /bin/expr "$link" : '\/' > /dev/null; then PRG="$link" else PRG="`/usr/bin/dirname $PRG`/$link" *************** *** 65,71 **** # Select vm type (if classic vm, also select thread type). unset vmtype unset ttype ! DEFAULT_THREADS_FLAG=native if [ "x$1" = "x-hotspot" ]; then vmtype=hotspot ttype=native_threads --- 65,71 ---- # Select vm type (if classic vm, also select thread type). unset vmtype unset ttype ! DEFAULT_THREADS_FLAG=green if [ "x$1" = "x-hotspot" ]; then vmtype=hotspot ttype=native_threads To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message