From owner-freebsd-java@FreeBSD.ORG Sun Jan 16 05:18:12 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0099116A4CE for ; Sun, 16 Jan 2005 05:18:12 +0000 (GMT) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E6C843D48 for ; Sun, 16 Jan 2005 05:18:11 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by tydfam.jp (8.13.1/8.13.1) with ESMTP id j0G5I2CK001310; Sun, 16 Jan 2005 14:18:03 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sun, 16 Jan 2005 14:18:03 +0900 (JST) Message-Id: <20050116.141803.730552925.ken@tydfam.jp> To: glewis@eyesbeyond.com From: Yamada Ken Takeshi In-Reply-To: <20050114210055.GA86214@misty.eyesbeyond.com> References: <20050114210055.GA86214@misty.eyesbeyond.com> X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5 experimental patchset available X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 05:18:12 -0000 JFYI. Thank you for your effort for this, first of all. Although it may not be of your interest at this point of time, I tried to compile it under 6-current, i386 SMP (2005-01-15 updated) and it hanged at "Recursively making javac all". Both, libpthread, libc_r were the same. I hope that it helps you some. Followings are hand copied log of compilation as the system hanged, and may not be accurate. >>> Recursiviely making java all @ .......... gmake [5]: Entering directory /usr/home/ken/jdk15/j2se/make/sun/java gmake /usr/home/ken/jdk15/control/build/bsd-i586/bin/javac VARIANT=OPT gmake [6]: Entering directory /bin/mkdir -p /usr/home/ken/jdk15/control/build/bsd-i586/tmp/sun/com.sun.tools.javac/javac/obj rm -r /usr/home/ken/jdk15/control/build/bsd-i586/tmp/sun/com.sun.tools.javac/javac/.classes.list /usr/home/ken/jdk15/control/build/bsd-i586/bin/java -classpath ../../../tools/CompileProperties CompileProperties ../../../../src/share/classes/com/sun/tools/java/resourcs/compile.properties /usr/home/ken/jdk15/control/build/bsd-i586/gensrc/com/sun/tools/java/resources/compiler.java parsing: ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties inferred package name: com.sun.tools.java.resources wrote: /usr/home/ken/jdk15/control/build/bsd-i586/gensrc/com/sun/tools/java/resources/compiler.java From owner-freebsd-java@FreeBSD.ORG Sun Jan 16 09:10:00 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC7016A4CE for ; Sun, 16 Jan 2005 09:10:00 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF5E43D39 for ; Sun, 16 Jan 2005 09:09:57 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0G9DMqk047394; Sun, 16 Jan 2005 11:13:22 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0G9DLvA047393; Sun, 16 Jan 2005 11:13:21 +0200 (EET) (envelope-from ml) Date: Sun, 16 Jan 2005 11:13:21 +0200 From: Alexey Zelkin To: Yamada Ken Takeshi Message-ID: <20050116091321.GA47342@phantom.cris.net> References: <20050114210055.GA86214@misty.eyesbeyond.com> <20050116.141803.730552925.ken@tydfam.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050116.141803.730552925.ken@tydfam.jp> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5 experimental patchset available X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 09:10:00 -0000 hi, On Sun, Jan 16, 2005 at 02:18:03PM +0900, Yamada Ken Takeshi wrote: > JFYI. > > Thank you for your effort for this, first of all. > > Although it may not be of your interest at this point of time, I tried to compile it under 6-current, i386 SMP (2005-01-15 updated) and it hanged at "Recursively making javac all". Both, libpthread, libc_r were the same. > > I hope that it helps you some. Thank you for trying this patchset! Can you please try following commands sequently and send me results: /usr/home/ken/jdk15/control/build/bsd-i586/bin/java -version /usr/home/ken/jdk15/control/build/bsd-i586/bin/java_g -version /usr/home/ken/jdk15/control/build/bsd-i586/bin/java -Xint -version /usr/home/ken/jdk15/control/build/bsd-i586/bin/java_g -Xint -version > > Followings are hand copied log of compilation as the system hanged, and may not be accurate. > > >>> Recursiviely making java all @ .......... > gmake [5]: Entering directory /usr/home/ken/jdk15/j2se/make/sun/java > gmake /usr/home/ken/jdk15/control/build/bsd-i586/bin/javac VARIANT=OPT > gmake [6]: Entering directory > /bin/mkdir -p /usr/home/ken/jdk15/control/build/bsd-i586/tmp/sun/com.sun.tools.javac/javac/obj > rm -r /usr/home/ken/jdk15/control/build/bsd-i586/tmp/sun/com.sun.tools.javac/javac/.classes.list > /usr/home/ken/jdk15/control/build/bsd-i586/bin/java -classpath ../../../tools/CompileProperties CompileProperties ../../../../src/share/classes/com/sun/tools/java/resourcs/compile.properties /usr/home/ken/jdk15/control/build/bsd-i586/gensrc/com/sun/tools/java/resources/compiler.java > parsing: ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties > inferred package name: com.sun.tools.java.resources > wrote: /usr/home/ken/jdk15/control/build/bsd-i586/gensrc/com/sun/tools/java/resources/compiler.java > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Sun Jan 16 11:59:47 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48DF516A4CE for ; Sun, 16 Jan 2005 11:59:47 +0000 (GMT) Received: from mail.bemo.waw.pl (bemo.waw.pl [213.241.37.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9809D43D2D for ; Sun, 16 Jan 2005 11:59:46 +0000 (GMT) (envelope-from rob@bemo.waw.pl) Received: from rob (rob.bemo.waw.pl [192.168.1.32]) by mail.bemo.waw.pl (Compinet) with ESMTP id CFD22575 for ; Sun, 16 Jan 2005 13:06:17 +0100 (CET) From: rob@bemo.waw.pl To: freebsd-java@freebsd.org Date: Sun, 16 Jan 2005 12:59:46 +0000 User-Agent: KMail/1.7.1 References: <20050115195221.59240.qmail@web61001.mail.yahoo.com> In-Reply-To: <20050115195221.59240.qmail@web61001.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200501161259.46721.rob@bemo.waw.pl> Subject: Re: Java Plugin X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 11:59:47 -0000 Are You try for example: cd /usr/X11R6/lib/mozilla/plugins=20 ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so Robert On Saturday 15 January 2005 19:52, E. J. Cerejo wrote: > I'm having trouble in getting the java plugin to work > with mozilla on FreeBSD 5.3, here what I did: > > Install jdk13 using the port and then I linksysed > /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so > to /usr/X11R6/lib/browser_plugins/libjavaplugin.so but > unfortunately it still doesn't work. > > Any ideas as to why? > > > > --------------------------------- > Yahoo! Acesso Gr=E1tis - Internet r=E1pida e gr=E1tis. Instale o discador= do > Yahoo! agora. _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Sun Jan 16 14:05:28 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC22B16A4CE for ; Sun, 16 Jan 2005 14:05:28 +0000 (GMT) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EAFC43D53 for ; Sun, 16 Jan 2005 14:05:28 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by tydfam.jp (8.13.1/8.13.1) with ESMTP id j0GE5Oc5003618; Sun, 16 Jan 2005 23:05:24 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sun, 16 Jan 2005 23:05:25 +0900 (JST) Message-Id: <20050116.230525.640897787.ken@tydfam.jp> To: freebsd-java@freebsd.org, phantom@FreeBSD.org.ua From: Yamada Ken Takeshi In-Reply-To: <20050116091321.GA47342@phantom.cris.net> References: <20050114210055.GA86214@misty.eyesbeyond.com> <20050116.141803.730552925.ken@tydfam.jp> <20050116091321.GA47342@phantom.cris.net> X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: JDK 1.5 experimental patchset available X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 14:05:29 -0000 Is the followings enough? Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to LWP 100264] 0x480597b8 in .rtld_start () from /libexec/ld-elf.so.1 (gdb) c Continuing. Cannot find thread 2: Thread ID=1, generic error (gdb) (gdb) run -Xint -version Starting program: /usr/home/ken/jdk15/control/build/bsd-i586/bin/java -Xint -version (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to LWP 100437] 0x480597b8 in .rtld_start () from /libexec/ld-elf.so.1 (gdb) c Continuing. Cannot find thread 2: Thread ID=1, generic error (gdb) From owner-freebsd-java@FreeBSD.ORG Mon Jan 17 11:02:15 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8884416A512 for ; Mon, 17 Jan 2005 11:02:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A1443D41 for ; Mon, 17 Jan 2005 11:02:15 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0HB2F2u071188 for ; Mon, 17 Jan 2005 11:02:15 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0HB2Er2071182 for freebsd-java@freebsd.org; Mon, 17 Jan 2005 11:02:14 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 17 Jan 2005 11:02:14 GMT Message-Id: <200501171102.j0HB2Er2071182@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 11:02:15 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes f [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/10/20] ports/72902 java Make of /usr/ports/java/jdk14 fails with o [2004/12/06] ports/74760 java javavmwrapper messes up amavisd-new o [2004/12/21] ports/75348 java Tomcat port overwrites server.xml config 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/08/11] java/70292 java jdk14 compile problem f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi o [2005/01/05] ports/75852 java [patch] Make java/linux-sun-jdk14 install 4 problems total. From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 10:13:42 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D8316A4CE for ; Wed, 19 Jan 2005 10:13:42 +0000 (GMT) Received: from 82-168-140-74-bbxl.xdsl.tiscali.nl (82-168-140-74-bbxl.xdsl.tiscali.nl [82.168.140.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB41343D5E for ; Wed, 19 Jan 2005 10:13:41 +0000 (GMT) (envelope-from rene@82-168-140-74-bbxl.xdsl.tiscali.nl) Received: from 82-168-140-74-bbxl.xdsl.tiscali.nl (localhost [127.0.0.1]) j0JAFtv0017875 for ; Wed, 19 Jan 2005 11:15:55 +0100 (CET) (envelope-from rene@82-168-140-74-bbxl.xdsl.tiscali.nl) Received: (from rene@localhost)j0JAFsVi017874 for freebsd-java@freebsd.org; Wed, 19 Jan 2005 11:15:54 +0100 (CET) (envelope-from rene) Date: Wed, 19 Jan 2005 11:15:54 +0100 From: Rene Ladan To: freebsd-java@freebsd.org Message-ID: <20050119101554.GA17833@82-168-140-74-bbxl.xdsl.tiscali.nl> Mail-Followup-To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: IPv6 works ok for jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 10:13:42 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've commented out the 'setenv DONT_ENABLE_IPV6 YES' line to see if IPv6 works, which it does. I'm running FreeBSD 5.3-STABLE #6: Wed Jan 12 20:03:28 CET 2005 root@82-168-140-74-bbxl.xdsl.tiscali.nl:/usr/obj/usr/src/sys/RENE with net.inet6.ip6.v6only set to 0. The testip.java (attached) program produces the following output: rene@82-168-140-74-bbxl.xdsl.tiscali.nl:~/lang/java/test>~/test-jdk15/contr= ol/build/bsd-i586/bin/java -cp . testip Interface lo0 has ip address /fe80:2:0:0:0:0:0:1 is link local address Interface lo0 has ip address /0:0:0:0:0:0:0:1 is loopback address Interface lo0 has ip address /127.0.0.1 is loopback address Interface fxp0 has ip address /fe80:1:0:0:2d0:59ff:fe01:ed22 is link local address Interface fxp0 has ip address /192.168.0.3 is site local address rene@82-168-140-74-bbxl.xdsl.tiscali.nl:~/lang/java/test>file testip.class testip.class: compiled Java class data, version 49.0 Script done on Wed Jan 19 11:09:21 2005 which is the same when compiled and ran with jdk14 with IPv6 enabled. --=20 "It won't fit on the line." -- me, 2001 --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB7jNavz70qa4zXcwRAt3EAKCJtesXEHhL5kv2PLZPBnn9rsWEGwCgoINH xd14h2T8zGkSmcroqqJSo08= =KIVX -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 13:38:00 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F3C516A4CE for ; Wed, 19 Jan 2005 13:38:00 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0ADE43D4C for ; Wed, 19 Jan 2005 13:37:53 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0JDf9qk075168; Wed, 19 Jan 2005 15:41:09 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0JDf9q2075167; Wed, 19 Jan 2005 15:41:09 +0200 (EET) (envelope-from ml) Date: Wed, 19 Jan 2005 15:41:09 +0200 From: Alexey Zelkin To: freebsd-java@freebsd.org Message-ID: <20050119134109.GA75103@phantom.cris.net> References: <20050119101554.GA17833@82-168-140-74-bbxl.xdsl.tiscali.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050119101554.GA17833@82-168-140-74-bbxl.xdsl.tiscali.nl> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i Subject: Re: IPv6 works ok for jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 13:38:00 -0000 hi, It means what NetworkInterface class works as expected only. Unfortunatelly IPv6 support is deeply integrated with java.net support, and should be tested in all aspects. As for jdk14 -- we can't make two functions (only!) work as expected by JCK (without kernel modifications), and therefore had to disable IPv6 stack at all (at least in default configuration). PS: I did not test IPv6 support for 1.5.0 port at all, yet. So, I'd suggest to not to use it. On Wed, Jan 19, 2005 at 11:15:54AM +0100, Rene Ladan wrote: > Hi, > > I've commented out the 'setenv DONT_ENABLE_IPV6 YES' line to see if IPv6 > works, which it does. > > I'm running > > FreeBSD 5.3-STABLE #6: Wed Jan 12 20:03:28 CET 2005 > root@82-168-140-74-bbxl.xdsl.tiscali.nl:/usr/obj/usr/src/sys/RENE > > with net.inet6.ip6.v6only set to 0. > > The testip.java (attached) program produces the following output: > > rene@82-168-140-74-bbxl.xdsl.tiscali.nl:~/lang/java/test>~/test-jdk15/control/build/bsd-i586/bin/java -cp . testip > Interface lo0 has ip address /fe80:2:0:0:0:0:0:1 > is link local address > Interface lo0 has ip address /0:0:0:0:0:0:0:1 > is loopback address > Interface lo0 has ip address /127.0.0.1 > is loopback address > Interface fxp0 has ip address /fe80:1:0:0:2d0:59ff:fe01:ed22 > is link local address > Interface fxp0 has ip address /192.168.0.3 > is site local address > rene@82-168-140-74-bbxl.xdsl.tiscali.nl:~/lang/java/test>file testip.class > testip.class: compiled Java class data, version 49.0 > > Script done on Wed Jan 19 11:09:21 2005 > > which is the same when compiled and ran with jdk14 with IPv6 enabled. > -- > "It won't fit on the line." > -- me, 2001 From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 14:22:36 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FAE16A4CE for ; Wed, 19 Jan 2005 14:22:36 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC7543D46 for ; Wed, 19 Jan 2005 14:22:28 +0000 (GMT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0JEQ2qk075728; Wed, 19 Jan 2005 16:26:02 +0200 (EET) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0JEQ2RV075727; Wed, 19 Jan 2005 16:26:02 +0200 (EET) (envelope-from phantom) Date: Wed, 19 Jan 2005 16:26:01 +0200 From: Alexey Zelkin To: java@FreeBSD.org Message-ID: <20050119142601.GA75697@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i Subject: [RFC] ia64/sparc64 jdk 1.5.0 ports? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 14:22:36 -0000 Gentelmen, I'd like to listen about people opinion -- DO WE NEED ia64 and/or sparc64 PORT OF JDK15 ? Please take it as little survey, and post your thoughts privately or to mailing list. -- /* Alexey Zelkin && Independent Contractor */ /* phantom(at)FreeBSD.org && http://www.FreeBSD.org/java */ /* phantom(at)cris.net && http://www.FreeBSD.org.ua/ */ From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 14:48:38 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D16DA16A4CE for ; Wed, 19 Jan 2005 14:48:38 +0000 (GMT) Received: from www.enhyper.com (mailgate.enhyper.com [62.49.250.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D12F543D2D for ; Wed, 19 Jan 2005 14:48:37 +0000 (GMT) (envelope-from iang@iang.org) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by www.enhyper.com (8.11.6/8.11.6) with SMTP id j0JElS211808; Wed, 19 Jan 2005 14:47:49 GMT X-Authentication-Warning: www.enhyper.com: localhost.localdomain [127.0.0.1] didn't use HELO protocol Message-ID: <41EE743A.5030501@iang.org> Date: Wed, 19 Jan 2005 14:52:42 +0000 From: Ian G Organization: http://iang.org/ User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexey Zelkin References: <20050119142601.GA75697@phantom.cris.net> In-Reply-To: <20050119142601.GA75697@phantom.cris.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: java@FreeBSD.org Subject: Re: [RFC] ia64/sparc64 jdk 1.5.0 ports? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 14:48:38 -0000 Alexey Zelkin wrote: >Gentelmen, > >I'd like to listen about people opinion -- DO WE NEED ia64 and/or sparc64 >PORT OF JDK15 ? Please take it as little survey, and post your thoughts >privately or to mailing list. > > Do you mean the Intel 64 bit architecture that bombed? If so, I vote NO. My guess is that sometime around mid 2004, Intel canned that future in private and is migrating it out over time. Same vote for Sparc64. Not for my money. ( If you mean the AMD Opteron architecture, then definately YES. ) iang -- News and views on what matters in finance+crypto: http://financialcryptography.com/ From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 15:55:26 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4122516A4CE for ; Wed, 19 Jan 2005 15:55:26 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 237D743D5E for ; Wed, 19 Jan 2005 15:55:16 +0000 (GMT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0JFwfqk076655; Wed, 19 Jan 2005 17:58:41 +0200 (EET) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0JFwatc076654; Wed, 19 Jan 2005 17:58:36 +0200 (EET) (envelope-from phantom) Date: Wed, 19 Jan 2005 17:58:36 +0200 From: Alexey Zelkin To: Ian G Message-ID: <20050119155836.GA76616@phantom.cris.net> References: <20050119142601.GA75697@phantom.cris.net> <41EE743A.5030501@iang.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41EE743A.5030501@iang.org> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@FreeBSD.org Subject: Re: [RFC] ia64/sparc64 jdk 1.5.0 ports? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 15:55:26 -0000 hi, On Wed, Jan 19, 2005 at 02:52:42PM +0000, Ian G wrote: > Alexey Zelkin wrote: > > >Gentelmen, > > > >I'd like to listen about people opinion -- DO WE NEED ia64 and/or sparc64 > >PORT OF JDK15 ? Please take it as little survey, and post your thoughts > >privately or to mailing list. > > > > > > Do you mean the Intel 64 bit architecture that > bombed? If so, I vote NO. My guess is that > sometime around mid 2004, Intel canned that > future in private and is migrating it out over time. > > Same vote for Sparc64. Not for my money. Thank you for your opinion > ( If you mean the AMD Opteron architecture, then > definately YES. ) It's already in-tree, working and will be part of patchset1 release. -- /* Alexey Zelkin && Independent Contractor */ /* phantom(at)FreeBSD.org && http://www.FreeBSD.org/java */ /* phantom(at)cris.net && http://www.FreeBSD.org.ua/ */ From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 16:43:40 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D201D16A4CE for ; Wed, 19 Jan 2005 16:43:40 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA9143D49 for ; Wed, 19 Jan 2005 16:43:39 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j0JGhWLc061100; Wed, 19 Jan 2005 18:43:32 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j0JGhSJJ067401; Wed, 19 Jan 2005 18:43:31 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [265.7.0]); Wed, 19 Jan 2005 18:43:19 +0200 Message-ID: <41EE8E27.1010301@ebs.gr> Date: Wed, 19 Jan 2005 18:43:19 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexey Zelkin References: <20050119142601.GA75697@phantom.cris.net> In-Reply-To: <20050119142601.GA75697@phantom.cris.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: [RFC] ia64/sparc64 jdk 1.5.0 ports? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 16:43:40 -0000 Alexey Zelkin wrote: > Gentelmen, > > I'd like to listen about people opinion -- DO WE NEED ia64 and/or sparc64 > PORT OF JDK15 ? Please take it as little survey, and post your thoughts > privately or to mailing list. I'm not sure either should be high-priority items, but if I had to choose one, I'd go for sparc64. I know of a few places that might consider deploying FreeBSD on oldish sparc64 hardware for Java server applications. This is a scenario that makes sense from a business perspective: old SPARC systems tend to be replaced by commoditized Intel/AMD hardware and the decommissioned boxes could retain some value with zero cost, by installing FreeBSD and being used as backup systems in high availability configurations, or in a server farm/grid. Thanks for the excellent work! From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 18:42:28 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8803916A4CE for ; Wed, 19 Jan 2005 18:42:28 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 383E143D1F for ; Wed, 19 Jan 2005 18:42:28 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id A795056470; Thu, 20 Jan 2005 07:42:26 +1300 (NZDT) Date: Thu, 20 Jan 2005 07:42:26 +1300 From: Jonathan Chen To: Alexey Zelkin Message-ID: <20050119184226.GE10964@osiris.chen.org.nz> References: <20050119142601.GA75697@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050119142601.GA75697@phantom.cris.net> User-Agent: Mutt/1.4.2.1i cc: java@FreeBSD.org Subject: Re: [RFC] ia64/sparc64 jdk 1.5.0 ports? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 18:42:28 -0000 On Wed, Jan 19, 2005 at 04:26:01PM +0200, Alexey Zelkin wrote: > Gentelmen, > > I'd like to listen about people opinion -- DO WE NEED ia64 and/or sparc64 > PORT OF JDK15 ? Please take it as little survey, and post your thoughts > privately or to mailing list. ia64 - no. I personally suspect that the chip is going the way of the dinosaur. sparc64 - *YES*. I know that one could opt to run Solaris and Sun's JDK on it, but having a FreeBSD port would be really good to have on a FreeBSD Tier-1 architecture. Cheers. -- Jonathan Chen Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something. From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 19:40:21 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB56A16A4CF for ; Wed, 19 Jan 2005 19:40:21 +0000 (GMT) Received: from www.enhyper.com (mailgate.enhyper.com [62.49.250.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E568F43D54 for ; Wed, 19 Jan 2005 19:40:20 +0000 (GMT) (envelope-from iang@iang.org) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by www.enhyper.com (8.11.6/8.11.6) with SMTP id j0JJe4212961 for ; Wed, 19 Jan 2005 19:40:14 GMT X-Authentication-Warning: www.enhyper.com: localhost.localdomain [127.0.0.1] didn't use HELO protocol Message-ID: <41EEB8CE.9030009@iang.org> Date: Wed, 19 Jan 2005 19:45:18 +0000 From: Ian G Organization: http://iang.org/ User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org References: <20050119142601.GA75697@phantom.cris.net> <41EE8E27.1010301@ebs.gr> In-Reply-To: <41EE8E27.1010301@ebs.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [RFC] ia64/sparc64 jdk 1.5.0 ports? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 19:40:22 -0000 Panagiotis Astithas wrote: > "that might consider deploying FreeBSD..." Given the amount of work in getting Java to run on FreeBSD, I think it's a bit of a stretch to think about "maybes." It's wonderful to think of all these platforms that FreeBSD could run on, and Sparc machines are nice .... but (!) some poor muggins has to do the work, and when they are doing Sparc work, it means they are *not* doing other work. (Thanks for all that work, guys!) Also, those very same institutions (banks mostly) will quite happily buy another commodity PC if they want to play around with (Java on) FreeBSD. The cost of the management of an OS on a commodity PC is well in excess of the value of the PC, for a bank. It's IMHO a mistake to think that old hardware has anything but negative cost associated with it, banks would be burning up money just even thinking about putting another OS on it for fun.... All IMHO! iang -- News and views on what matters in finance+crypto: http://financialcryptography.com/ From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 20:54:23 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D64516A4CE for ; Wed, 19 Jan 2005 20:54:23 +0000 (GMT) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.24.2.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id B61D643D2F for ; Wed, 19 Jan 2005 20:54:22 +0000 (GMT) (envelope-from js@jschneider.com) Received: from rochester.rr.com (roc-24-169-128-241.rochester.rr.com [24.169.128.241])j0JKsJJj000998 for ; Wed, 19 Jan 2005 15:54:20 -0500 (EST) From: John Schneider To: freebsd-java@freebsd.org Date: Wed, 19 Jan 2005 15:54:10 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501191554.10879.js@jschneider.com> X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Request for eclipse-devel port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 20:54:23 -0000 With the first patchset of jdk15 just around the corner (thanks Alexey and Greg!), it would be great to have Eclipse IDE support for Tiger. While Netbeans 4.0 will do the job for some, us Eclipse users will need 3.1M4. The 3.1.0 release date isn't slated until June, so we'll be waiting quite a bit more time if we wait until then to port it. Are any of you porters interested in making this happen? http://download.eclipse.org/downloads/drops/S-3.1M4-200412162000/index.php Thanks, John From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 22:28:20 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD3B16A4CE for ; Wed, 19 Jan 2005 22:28:20 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F1143D48 for ; Wed, 19 Jan 2005 22:28:19 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.11/8.12.11) with ESMTP id j0JMSIXQ085940 for ; Wed, 19 Jan 2005 15:28:18 -0700 (MST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id j0JMSHIk085939 for freebsd-java@freebsd.org; Wed, 19 Jan 2005 15:28:17 -0700 (MST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 19 Jan 2005 15:28:17 -0700 From: Greg Lewis To: freebsd-java@freebsd.org Message-ID: <20050119222817.GA85843@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: JDK 1.5.0 patchset 1 "Sabretooth" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 22:28:20 -0000 The BSD Java Porting project is pleased to annouce the availability of patchset 1 "Sabretooth" for JDK 1.5, based on the JDK 1.5.0 SCSL source code. Due to the work of Alexey Zelkin (the primary developer responsible for this release) and Christos Zoulas (who provided NetBSD support) the first patchset should provide at least some support for the following platforms: FreeBSD 4.10/i386 FreeBSD 5.3/i386 FreeBSD 5.3/amd64 NetBSD 2.0/i386 As with most initial releases some caveats apply: 1. No plugin or javaws support. These will follow in a future release. 2. Possible problems with graphical applications on FreeBSD 4.x. 3. This release is not suitable for production use and should be considered primarily for early adopters. 4. Support for FreeBSD 6-CURRENT is not guaranteed. Please include Alexey in any problem reports for FreeBSD and Christos in any problem reports for NetBSD. The patchset may be downloaded at: http://www.eyesbeyond.com/freebsddom/java/jdk15.html A java/jdk15 port for FreeBSD will follow shortly. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Thu Jan 20 04:52:14 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF1516A4CE for ; Thu, 20 Jan 2005 04:52:14 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393DF43D31 for ; Thu, 20 Jan 2005 04:52:14 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 7F4DF56470; Thu, 20 Jan 2005 17:52:12 +1300 (NZDT) Date: Thu, 20 Jan 2005 17:52:12 +1300 From: Jonathan Chen To: Greg Lewis Message-ID: <20050120045212.GA13163@osiris.chen.org.nz> References: <20050119222817.GA85843@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050119222817.GA85843@misty.eyesbeyond.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5.0 patchset 1 "Sabretooth" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 04:52:14 -0000 On Wed, Jan 19, 2005 at 03:28:17PM -0700, Greg Lewis wrote: > > The BSD Java Porting project is pleased to annouce the availability of > patchset 1 "Sabretooth" for JDK 1.5, based on the JDK 1.5.0 SCSL source > code. > > Due to the work of Alexey Zelkin (the primary developer responsible for > this release) and Christos Zoulas (who provided NetBSD support) the first > patchset should provide at least some support for the following platforms: > > FreeBSD 4.10/i386 > FreeBSD 5.3/i386 > FreeBSD 5.3/amd64 > NetBSD 2.0/i386 Yay! Thank you, thank you, thank you! -- Jonathan Chen ---------------------------------------------------------------------- Vini, vidi, velcro... I came, I saw, I stuck around From owner-freebsd-java@FreeBSD.ORG Thu Jan 20 08:01:25 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD07F16A4CE for ; Thu, 20 Jan 2005 08:01:25 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D79A43D41 for ; Thu, 20 Jan 2005 08:01:24 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j0K81MLc063483; Thu, 20 Jan 2005 10:01:22 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j0K8118S075080; Thu, 20 Jan 2005 10:01:06 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [265.7.1]); Thu, 20 Jan 2005 10:00:52 +0200 Message-ID: <41EF6534.4090704@ebs.gr> Date: Thu, 20 Jan 2005 10:00:52 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian G References: <20050119142601.GA75697@phantom.cris.net> <41EE8E27.1010301@ebs.gr> <41EEB8CE.9030009@iang.org> In-Reply-To: <41EEB8CE.9030009@iang.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: [RFC] ia64/sparc64 jdk 1.5.0 ports? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 08:01:25 -0000 Ian G wrote: > Panagiotis Astithas wrote: > >> "that might consider deploying FreeBSD..." > > > > Given the amount of work in getting Java to run > on FreeBSD, I think it's a bit of a stretch to think > about "maybes." It's wonderful to think of all > these platforms that FreeBSD could run on, and > Sparc machines are nice .... but (!) some poor > muggins has to do the work, and when they are > doing Sparc work, it means they are *not* doing > other work. > > (Thanks for all that work, guys!) I had the same reservations about other platform support and that is why I said I am "not sure either should be high-priority items". But then I considered that it is other people's time and effort we are talking about, so who am I to tell them what to do :-) > Also, those very same institutions > (banks mostly) will quite happily buy another > commodity PC if they want to play around with > (Java on) FreeBSD. The cost of the management of > an OS on a commodity PC is well in excess of the > value of the PC, for a bank. It's IMHO a mistake > to think that old hardware has anything but > negative cost associated with it, banks would > be burning up money just even thinking about > putting another OS on it for fun.... > > All IMHO! > > iang > The organizations I had in mind were mostly from the academic and ISP world. Publicly funded universities in particular have large deployments of Sun hardware from the 90's and are always on a tight budget, at least here in Greece. They are also large adopters of grids and grid-like infrastructure for scientific reasearch (not necessarily IT-related), so they seem like a good fit. The best new though is that quite a few of them are consolidating their infrastructure on FreeBSD. For deployment in banks I agree with you. Not to mention that their staff here have this saying, that "nobody got fired for buying IBM" :-) Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Thu Jan 20 10:29:00 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E87816A4CE for ; Thu, 20 Jan 2005 10:29:00 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF5CE43D5E for ; Thu, 20 Jan 2005 10:28:57 +0000 (GMT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0KAWaqk083998; Thu, 20 Jan 2005 12:32:36 +0200 (EET) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0KAWav6083997; Thu, 20 Jan 2005 12:32:36 +0200 (EET) (envelope-from phantom) Date: Thu, 20 Jan 2005 12:32:35 +0200 From: Alexey Zelkin To: java@FreeBSD.org Message-ID: <20050120103235.GA83972@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i Subject: [phantom@FreeBSD.org: cvs commit: ports/java/jdk15 Makefile distinfo pkg-descr pkg-message pkg-plist ports/java/jdk15/files cacerts disable-ipv6.patch patch-common::Defs-bsd.gmk patch-control::common::Defs-bsd.gmk patch-j2se::common::Defs-bsd.gmk patch-j2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 10:29:00 -0000 JFYI. ----- Forwarded message from Alexey Zelkin ----- Delivered-To: phantom@freebsd.org Delivered-To: ports-committers@freebsd.org From: Alexey Zelkin Date: Thu, 20 Jan 2005 08:41:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk15 Makefile distinfo pkg-descr pkg-message pkg-plist ports/java/jdk15/files cacerts disable-ipv6.patch patch-common::Defs-bsd.gmk patch-control::common::Defs-bsd.gmk patch-j2se::common::Defs-bsd.gmk patch-j2se::instrument::Makefile patch-plugin::common::config.gmk ... X-FreeBSD-CVS-Branch: HEAD Precedence: bulk X-Loop: FreeBSD.ORG phantom 2005-01-20 08:41:13 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile distinfo pkg-descr pkg-message java/jdk15/files patch-control::common::Defs-bsd.gmk Added files: java/jdk15/files patch-j2se::common::Defs-bsd.gmk patch-j2se::instrument::Makefile Removed files: java/jdk15 pkg-plist java/jdk15/files cacerts disable-ipv6.patch patch-common::Defs-bsd.gmk patch-plugin::common::config.gmk patch-plugin::ns6::Makefile testos.c Log: Please welcome new participant of FreeBSD ports tree and Java ports family -- first public patchset of native Sun JDK 1.5.0 port. Most valuable addition of this patchset is native amd64 support. And special thanks goes to Daniel Seuffert for making it possible by providing amd64 hardware. This patchset was tested on following configurations: i386/4.10, i386/5.3, amd64/5.3. 5.3-RELEASE support is quite strong and shown no huge visible problems over last week. But even mentioning above note, keep in mind -- THIS IS ALPHA PATCHSET and suitable for testers/developers ONLY! Known issues are including (but for sure not limited to): . Browser plugin support is missing . JVMTI, JDWP and JMX are not tested yet . FreeBSD i386/4.10 support is suffering from hidden memory allocation failres (ideas and patches are welcome) NOTE ABOUT BOOTSTRAPING: It's possible to bootstrap jdk 1.5.0 using jdk 1.4.2 (either native or linux one). There's no need to have java/linux_jdk15 installed and working. Supported by: FreeBSD Foundation Revision Changes Path 1.85 +65 -106 ports/java/jdk15/Makefile 1.14 +6 -6 ports/java/jdk15/distinfo 1.2 +0 -98 ports/java/jdk15/files/cacerts (dead) 1.2 +0 -15 ports/java/jdk15/files/disable-ipv6.patch (dead) 1.9 +0 -13 ports/java/jdk15/files/patch-common::Defs-bsd.gmk (dead) 1.2 +3 -3 ports/java/jdk15/files/patch-control::common::Defs-bsd.gmk 1.1 +13 -0 ports/java/jdk15/files/patch-j2se::common::Defs-bsd.gmk (new) 1.1 +15 -0 ports/java/jdk15/files/patch-j2se::instrument::Makefile (new) 1.2 +0 -13 ports/java/jdk15/files/patch-plugin::common::config.gmk (dead) 1.3 +0 -13 ports/java/jdk15/files/patch-plugin::ns6::Makefile (dead) 1.3 +0 -81 ports/java/jdk15/files/testos.c (dead) 1.5 +2 -2 ports/java/jdk15/pkg-descr 1.5 +16 -19 ports/java/jdk15/pkg-message 1.24 +0 -1764 ports/java/jdk15/pkg-plist (dead) ----- End forwarded message ----- -- /* Alexey Zelkin && Independent Contractor */ /* phantom(at)FreeBSD.org && http://www.FreeBSD.org/java */ /* phantom(at)cris.net && http://www.FreeBSD.org.ua/ */ From owner-freebsd-java@FreeBSD.ORG Thu Jan 20 10:36:45 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9698816A4CE for ; Thu, 20 Jan 2005 10:36:45 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1DFD43D46 for ; Thu, 20 Jan 2005 10:36:42 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0KAe6qk084084; Thu, 20 Jan 2005 12:40:06 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0KAe6e7084083; Thu, 20 Jan 2005 12:40:06 +0200 (EET) (envelope-from ml) Date: Thu, 20 Jan 2005 12:40:06 +0200 From: Alexey Zelkin To: Greg Lewis Message-ID: <20050120104006.GA84023@phantom.cris.net> References: <20050119222817.GA85843@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050119222817.GA85843@misty.eyesbeyond.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: FreeBSD-4 issue (was: Re: JDK 1.5.0 patchset 1 "Sabretooth") X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 10:36:45 -0000 On Wed, Jan 19, 2005 at 03:28:17PM -0700, Greg Lewis wrote: > > The BSD Java Porting project is pleased to annouce the availability of > patchset 1 "Sabretooth" for JDK 1.5, based on the JDK 1.5.0 SCSL source > code. > > Due to the work of Alexey Zelkin (the primary developer responsible for > this release) and Christos Zoulas (who provided NetBSD support) the first > patchset should provide at least some support for the following platforms: > > FreeBSD 4.10/i386 > FreeBSD 5.3/i386 > FreeBSD 5.3/amd64 > NetBSD 2.0/i386 > > As with most initial releases some caveats apply: > > 1. No plugin or javaws support. These will follow in a future release. > 2. Possible problems with graphical applications on FreeBSD 4.x. Actually, this problem is memory allocation related (libverify implements own mechanizm of small chunks allocation). And appears while running most of memory consuming java applications (at 4-STABLE only). Unfortunatelly, because of concentration on FreeBSD 5.x/6.x support, I do not have enough resources to continue FreeBSD 4.x line now. And so, if you've debug foo and some spare time be my guest and submit your patches/analyzis for these issues! > 3. This release is not suitable for production use and should be > considered primarily for early adopters. > 4. Support for FreeBSD 6-CURRENT is not guaranteed. Yep, but please make sure you've up-to-date -CURRENT before issuing bugreport. > Please include Alexey in any problem reports for FreeBSD and Christos in > any problem reports for NetBSD. > > The patchset may be downloaded at: > > http://www.eyesbeyond.com/freebsddom/java/jdk15.html > > A java/jdk15 port for FreeBSD will follow shortly. > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Thu Jan 20 19:22:37 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE9316A4CE for ; Thu, 20 Jan 2005 19:22:37 +0000 (GMT) Received: from avs2.arnes.si (avs2.arnes.si [193.2.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7ECC43D31 for ; Thu, 20 Jan 2005 19:22:32 +0000 (GMT) (envelope-from mte@brkini.net) Received: from localhost (avs2.arnes.si [193.2.1.75]) by avs2.arnes.si (Postfix) with ESMTP id 4DC4526E02B for ; Thu, 20 Jan 2005 20:22:31 +0100 (CET) Received: from avs2.arnes.si ([193.2.1.75]) by localhost (avs2.arnes.si [193.2.1.75]) (amavisd-new, port 10024) with ESMTP id 55913-07 for ; Thu, 20 Jan 2005 20:22:30 +0100 (CET) Received: from [195.210.253.7] (BSN-210-253-7.dsl.siol.net [195.210.253.7]) by avs2.arnes.si (Postfix) with ESMTP id 54B8F26DFD2 for ; Thu, 20 Jan 2005 20:22:29 +0100 (CET) Message-ID: <41F004F3.8020504@brkini.net> Date: Thu, 20 Jan 2005 20:22:27 +0100 From: Matej User-Agent: Mozilla Thunderbird 1.0 (X11/20050103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at arnes.si Subject: compiling jdk1.5 does not work straight away X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 19:22:37 -0000 Hello, I think i found a bug..everything went ok until somewhere where it says i need to enable linprocfs. Ok i do this but soon after this i get an error when compiling /usr/obj/usr/ports/java/jdk15/work/control/build/bsd-i586/gensrc/sun/nio/cs/StandardCharsets.java (not 100% if the filename is correct but the path is correct so you can find the file with no problem). In that file there were 3 lines that needed to be commented (lines began with Java HotSpot(TM) etc.... so they were not a java code to be compiled). After adding the 3 comments it compiled without any error more. Hope this helps, otherwise please contact me for further info. Matej From owner-freebsd-java@FreeBSD.ORG Thu Jan 20 21:17:31 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AB1216A4CE for ; Thu, 20 Jan 2005 21:17:31 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A371243D1D for ; Thu, 20 Jan 2005 21:17:28 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0KLKoqk088804; Thu, 20 Jan 2005 23:20:51 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0KLKoUW088803; Thu, 20 Jan 2005 23:20:50 +0200 (EET) (envelope-from ml) Date: Thu, 20 Jan 2005 23:20:50 +0200 From: Alexey Zelkin To: Matej Message-ID: <20050120212050.GA88771@phantom.cris.net> References: <41F004F3.8020504@brkini.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F004F3.8020504@brkini.net> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: compiling jdk1.5 does not work straight away X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 21:17:31 -0000 hi, Try executing /usr/local/linux-sun-jdk1.4.2/bin/java and see if it displays warning (at first line) about impossibility to detect initial stack location. If it appears, you've problems with configuring of your linux emulation. In my expirience, it's only reproducible if linprocfs is not mounted (for all of configurations) On Thu, Jan 20, 2005 at 08:22:27PM +0100, Matej wrote: > Hello, > I think i found a bug..everything went ok until somewhere where it says > i need to enable linprocfs. Ok i do this but soon after this i get an > error when compiling > /usr/obj/usr/ports/java/jdk15/work/control/build/bsd-i586/gensrc/sun/nio/cs/StandardCharsets.java > (not 100% if the filename is correct but the path is correct so you can > find the file with no problem). In that file there were 3 lines that needed > to be commented (lines began with Java HotSpot(TM) etc.... so they were not > a java code to be compiled). After adding the 3 comments it compiled > without any error more. > Hope this helps, otherwise please contact me for further info. > Matej > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Thu Jan 20 23:27:43 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE16116A4CE for ; Thu, 20 Jan 2005 23:27:43 +0000 (GMT) Received: from node15.coopprint.com (node15.cooperativeprinting.com [208.4.77.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 73BFF43D5A for ; Thu, 20 Jan 2005 23:27:43 +0000 (GMT) (envelope-from ryans@gamersimpact.com) Received: (qmail 11242 invoked by uid 0); 20 Jan 2005 23:25:44 -0000 Received: from unknown (HELO ?192.168.0.5?) (63.231.157.250) by node15.coopprint.com with SMTP; 20 Jan 2005 23:25:44 -0000 Message-ID: <41F03E7C.80403@gamersimpact.com> Date: Thu, 20 Jan 2005 17:27:56 -0600 From: Ryan Sommers User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Java Error Spew X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 23:27:43 -0000 Any idea why I'm seeing this: (ryans@blue)~/roller:java -version Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location java version "1.4.2_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode) (ryans@blue)~/roller: -- Ryan Sommers ryans@gamersimpact.com From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 00:42:42 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8536816A4CE for ; Fri, 21 Jan 2005 00:42:42 +0000 (GMT) Received: from web51809.mail.yahoo.com (web51809.mail.yahoo.com [206.190.38.240]) by mx1.FreeBSD.org (Postfix) with SMTP id D3ED643D41 for ; Fri, 21 Jan 2005 00:42:41 +0000 (GMT) (envelope-from huanghwh@yahoo.com) Received: (qmail 69166 invoked by uid 60001); 21 Jan 2005 00:42:41 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=KLlydclOqCDo8r1RFx85SKhzEiHzDPlaiW68deY4m0Y2IusEvMJTlX1PHrUXta+UYhSufldEwc+b4wAOgzNBt2o9x7EGojvlwt9Upctw451CgYC6mAGCOWf4F6+8RvtF/PdMcsfochpL+imUx5rGQ5TbsoQM3SxJIb250PRw4Kw= ; Message-ID: <20050121004241.69164.qmail@web51809.mail.yahoo.com> Received: from [218.19.184.132] by web51809.mail.yahoo.com via HTTP; Fri, 21 Jan 2005 08:42:41 CST Date: Fri, 21 Jan 2005 08:42:41 +0800 (CST) From: huang wen hui To: java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit Subject: jdk15 fail compile under amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 00:42:42 -0000 hi, I use both linux-sun-jdk14 and 32bit native jdk1.4.2, get same problem: gmake[7]: Entering directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library' rm -f /usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/java/java.lang/.classes.list if [ -s /usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/java/java.lang/.classes.list ] ; \ then /usr/ports/java/jdk15/work/control/build/bsd-amd64/bin/javac -J-XX:ThreadStackSize=1536 -J-Xms64m -J-Xmx256m -classpath "/usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/java/java.lang/library/newclasses:../../../../../src/share/classes" -bootclasspath "/usr/ports/java/jdk15/work/control/build/bsd-amd64/lib/jce.jar:/usr/ports/java/jdk15/work/control/build/bsd-amd64/lib/jsse.jar" -sourcepath "/usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes" -d /usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/java/java.lang/library/newclasses -encoding ascii -source 1.5 \ ../../../../../src/share/classes/java/lang/Object.java ../../../../../src/share/classes/java/lang/Class.java ../../../../../src/share/classes/java/lang/Thread.java ../../../../../src/share/classes/java/lang/Character.java ../../../../../src/share/classes/sun/misc/ASCIICaseInsensitiveComparator.java ../../../../../src/share/classes/sun/misc/VM.java ../../../../../src/share/classes/sun/misc/Signal.java ../../../../../src/share/classes/sun/misc/NativeSignalHandler.java ../../../../../src/share/classes/java/lang/ThreadGroup.java ../../../../../src/share/classes/java/lang/ThreadLocal.java ../../../../../src/share/classes/java/lang/InheritableThreadLocal.java ../../../../../src/share/classes/java/lang/String.java ../../../../../src/share/classes/java/lang/ConditionalSpecialCasing.java ../../../../../src/share/classes/java/lang/StringCoding.java ../../../../../src/share/classes/java/lang/StringBuffer.java ../../../../../src/share/classes/java/lang/StringBuilder.java ../../../../../src/share/classes/java/lang/SuppressWarnings.java ../../../../../src/share/classes/java/lang/AbstractStringBuilder.java ../../../../../src/share/classes/java/lang/ClassLoader.java ../../../../../src/share/classes/java/lang/AssertionStatusDirectives.java ../../../../../src/share/classes/java/lang/Enum.java ../../../../../src/share/classes/java/lang/StrictMath.java ../../../../../src/share/classes/java/lang/Math.java ../../../../../src/share/classes/sun/misc/FloatingDecimal.java ../../../../../src/share/classes/sun/misc/FormattedFloatingDecimal.java ../../../../../src/share/classes/java/lang/Number.java ../../../../../src/share/classes/java/lang/Byte.java ../../../../../src/share/classes/java/lang/Short.java ../../../../../src/share/classes/java/lang/Integer.java ../../../../../src/share/classes/java/lang/Long.java ../../../../../src/share/classes/java/lang/Float.java ../../../../../src/share/classes/java/lang/Double.java ../../../../../src/share/classes/java/lang/Boolean.java ../../../../../src/share/classes/java/lang/Void.java ../../../../../src/share/classes/java/lang/Runnable.java ../../../../../src/share/classes/java/lang/Cloneable.java ../../../../../src/share/classes/java/lang/CharSequence.java ../../../../../src/share/classes/java/lang/SecurityManager.java ../../../../../src/share/classes/java/lang/Runtime.java ../../../../../src/share/classes/java/lang/RuntimePermission.java ../../../../../src/share/classes/java/lang/Shutdown.java ../../../../../src/solaris/classes/java/lang/Terminator.java ../../../../../src/share/classes/java/lang/System.java ../../../../../src/share/classes/java/lang/Compiler.java ../../../../../src/share/classes/java/lang/Throwable.java ../../../../../src/share/classes/java/lang/Exception.java ../../../../../src/share/classes/java/lang/IllegalAccessException.java ../../../../../src/share/classes/java/lang/InstantiationException.java ../../../../../src/share/classes/java/lang/ClassNotFoundException.java ../../../../../src/share/classes/java/lang/CloneNotSupportedException.java ../../../../../src/share/classes/java/lang/InterruptedException.java ../../../../../src/share/classes/java/lang/NoSuchFieldException.java ../../../../../src/share/classes/java/lang/NoSuchMethodException.java ../../../../../src/share/classes/java/lang/RuntimeException.java ../../../../../src/share/classes/java/lang/ArithmeticException.java ../../../../../src/share/classes/java/lang/ArrayStoreException.java ../../../../../src/share/classes/java/lang/ClassCastException.java ../../../../../src/share/classes/java/lang/IndexOutOfBoundsException.java ../../../../../src/share/classes/java/lang/ArrayIndexOutOfBoundsException.java ../../../../../src/share/classes/java/lang/StringIndexOutOfBoundsException.java ../../../../../src/share/classes/java/lang/NegativeArraySizeException.java ../../../../../src/share/classes/java/lang/NullPointerException.java ../../../../../src/share/classes/java/lang/IllegalStateException.java ../../../../../src/share/classes/java/lang/IllegalArgumentException.java ../../../../../src/share/classes/java/lang/NumberFormatException.java ../../../../../src/share/classes/java/lang/IllegalThreadStateException.java ../../../../../src/share/classes/java/lang/IllegalMonitorStateException.java ../../../../../src/share/classes/java/lang/SecurityException.java ../../../../../src/share/classes/java/lang/TypeNotPresentException.java ../../../../../src/share/classes/java/lang/EnumConstantNotPresentException.java ../../../../../src/share/classes/java/lang/UnsupportedOperationException.java ../../../../../src/share/classes/java/lang/Error.java ../../../../../src/share/classes/java/lang/AssertionError.java ../../../../../src/share/classes/java/lang/ThreadDeath.java ../../../../../src/share/classes/java/lang/LinkageError.java ../../../../../src/share/classes/java/lang/ClassCircularityError.java ../../../../../src/share/classes/java/lang/ClassFormatError.java ../../../../../src/share/classes/java/lang/UnsupportedClassVersionError.java ../../../../../src/share/classes/java/lang/ExceptionInInitializerError.java ../../../../../src/share/classes/java/lang/IncompatibleClassChangeError.java ../../../../../src/share/classes/java/lang/AbstractMethodError.java ../../../../../src/share/classes/java/lang/IllegalAccessError.java ../../../../../src/share/classes/java/lang/InstantiationError.java ../../../../../src/share/classes/java/lang/NoSuchFieldError.java ../../../../../src/share/classes/java/lang/NoSuchMethodError.java ../../../../../src/share/classes/java/lang/NoClassDefFoundError.java ../../../../../src/share/classes/java/lang/UnsatisfiedLinkError.java ../../../../../src/share/classes/java/lang/VerifyError.java ../../../../../src/share/classes/java/lang/VirtualMachineError.java ../../../../../src/share/classes/java/lang/InternalError.java ../../../../../src/share/classes/java/lang/OutOfMemoryError.java ../../../../../src/share/classes/java/lang/StackOverflowError.java ../../../../../src/share/classes/java/lang/UnknownError.java ../../../../../src/share/classes/java/lang/StackTraceElement.java ../../../../../src/share/classes/java/lang/Package.java ../../../../../src/share/classes/java/lang/Process.java ../../../../../src/share/classes/java/lang/ProcessBuilder.java ../../../../../src/solaris/classes/java/lang/ProcessEnvironment.java ../../../../../src/solaris/classes/java/lang/ProcessImpl.java ../../../../../src/share/classes/java/lang/Appendable.java ../../../../../src/share/classes/java/lang/Comparable.java ../../../../../src/share/classes/java/lang/Readable.java ../../../../../src/share/classes/java/lang/Override.java ../../../../../src/share/classes/java/lang/ref/Reference.java ../../../../../src/share/classes/java/lang/ref/SoftReference.java ../../../../../src/share/classes/java/lang/ref/WeakReference.java ../../../../../src/share/classes/java/lang/ref/FinalReference.java ../../../../../src/share/classes/java/lang/ref/PhantomReference.java ../../../../../src/share/classes/java/lang/ref/ReferenceQueue.java ../../../../../src/share/classes/java/lang/ref/Finalizer.java ../../../../../src/share/classes/java/util/BitSet.java ../../../../../src/share/classes/java/util/Calendar.java ../../../../../src/share/classes/java/util/GregorianCalendar.java ../../../../../src/share/classes/sun/util/BuddhistCalendar.java ../../../../../src/share/classes/sun/util/calendar/CalendarDate.java ../../../../../src/share/classes/sun/util/calendar/CalendarSystem.java ../../../../../src/share/classes/sun/util/calendar/CalendarUtils.java ../../../../../src/share/classes/sun/util/calendar/AbstractCalendar.java ../../../../../src/share/classes/sun/util/calendar/BaseCalendar.java ../../../../../src/share/classes/sun/util/calendar/Era.java ../../../../../src/share/classes/sun/util/calendar/Gregorian.java ../../../../../src/share/classes/sun/util/calendar/JulianCalendar.java ../../../../../src/share/classes/java/util/Currency.java /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/java/util/CurrencyData.java ../../../../../src/share/classes/java/util/Date.java ../../../../../src/share/classes/java/util/Dictionary.java ../../../../../src/share/classes/java/util/EmptyStackException.java ../../../../../src/share/classes/java/util/Enumeration.java ../../../../../src/share/classes/java/util/EventListener.java ../../../../../src/share/classes/java/util/EventListenerProxy.java ../../../../../src/share/classes/java/util/EventObject.java ../../../../../src/share/classes/java/util/Formatter.java ../../../../../src/share/classes/java/util/Formattable.java ../../../../../src/share/classes/java/util/FormattableFlags.java ../../../../../src/share/classes/java/util/IllegalFormatException.java ../../../../../src/share/classes/java/util/DuplicateFormatFlagsException.java ../../../../../src/share/classes/java/util/FormatFlagsConversionMismatchException.java ../../../../../src/share/classes/java/util/IllegalFormatCodePointException.java ../../../../../src/share/classes/java/util/IllegalFormatConversionException.java ../../../../../src/share/classes/java/util/IllegalFormatFlagsException.java ../../../../../src/share/classes/java/util/IllegalFormatPrecisionException.java ../../../../../src/share/classes/java/util/IllegalFormatWidthException.java ../../../../../src/share/classes/java/util/MissingFormatArgumentException.java ../../../../../src/share/classes/java/util/MissingFormatWidthException.java ../../../../../src/share/classes/java/util/UnknownFormatConversionException.java ../../../../../src/share/classes/java/util/UnknownFormatFlagsException.java ../../../../../src/share/classes/java/util/FormatterClosedException.java ../../../../../src/share/classes/java/util/ListResourceBundle.java ../../../../../src/share/classes/java/util/Locale.java ../../../../../src/share/classes/java/util/MissingResourceException.java ../../../../../src/share/classes/java/util/NoSuchElementException.java ../../../../../src/share/classes/java/util/Observable.java ../../../../../src/share/classes/java/util/Observer.java ../../../../../src/share/classes/java/util/Properties.java ../../../../../src/share/classes/java/util/XMLUtils.java ../../../../../src/share/classes/java/util/InvalidPropertiesFormatException.java ../../../../../src/share/classes/java/util/PropertyPermission.java ../../../../../src/share/classes/java/util/PropertyResourceBundle.java ../../../../../src/share/classes/java/util/Random.java ../../../../../src/share/classes/java/util/ResourceBundle.java ../../../../../src/share/classes/java/util/ResourceBundleEnumeration.java ../../../../../src/share/classes/java/util/Scanner.java ../../../../../src/share/classes/java/util/InputMismatchException.java ../../../../../src/share/classes/java/util/Stack.java ../../../../../src/share/classes/java/util/StringTokenizer.java ../../../../../src/share/classes/java/util/TimeZone.java ../../../../../src/share/classes/java/util/SimpleTimeZone.java ../../../../../src/share/classes/sun/util/calendar/ZoneInfo.java ../../../../../src/share/classes/sun/util/calendar/ZoneInfoFile.java ../../../../../src/share/classes/java/util/TooManyListenersException.java ../../../../../src/share/classes/java/util/Comparator.java ../../../../../src/share/classes/java/util/Collections.java ../../../../../src/share/classes/java/util/Iterator.java ../../../../../src/share/classes/java/util/ListIterator.java ../../../../../src/share/classes/java/util/Collection.java ../../../../../src/share/classes/java/util/Set.java ../../../../../src/share/classes/java/util/SortedSet.java ../../../../../src/share/classes/java/util/List.java ../../../../../src/share/classes/java/util/Queue.java ../../../../../src/share/classes/java/util/AbstractCollection.java ../../../../../src/share/classes/java/util/AbstractSet.java ../../../../../src/share/classes/java/util/HashSet.java ../../../../../src/share/classes/java/util/LinkedHashSet.java ../../../../../src/share/classes/java/util/TreeSet.java ../../../../../src/share/classes/java/util/EnumSet.java ../../../../../src/share/classes/java/util/RegularEnumSet.java ../../../../../src/share/classes/java/util/JumboEnumSet.java ../../../../../src/share/classes/java/util/AbstractList.java ../../../../../src/share/classes/java/util/ArrayList.java ../../../../../src/share/classes/java/util/Vector.java ../../../../../src/share/classes/java/util/AbstractSequentialList.java ../../../../../src/share/classes/java/util/LinkedList.java ../../../../../src/share/classes/java/util/AbstractQueue.java ../../../../../src/share/classes/java/util/PriorityQueue.java ../../../../../src/share/classes/java/util/Map.java ../../../../../src/share/classes/java/util/SortedMap.java ../../../../../src/share/classes/java/util/AbstractMap.java ../../../../../src/share/classes/java/util/HashMap.java ../../../../../src/share/classes/java/util/LinkedHashMap.java ../../../../../src/share/classes/java/util/TreeMap.java ../../../../../src/share/classes/java/util/Hashtable.java ../../../../../src/share/classes/java/util/WeakHashMap.java ../../../../../src/share/classes/java/util/IdentityHashMap.java ../../../../../src/share/classes/java/util/EnumMap.java ../../../../../src/share/classes/java/util/Arrays.java ../../../../../src/share/classes/java/util/ConcurrentModificationException.java ../../../../../src/share/classes/java/util/Timer.java ../../../../../src/share/classes/java/util/TimerTask.java ../../../../../src/share/classes/java/util/UUID.java ../../../../../src/share/classes/java/util/concurrent/AbstractExecutorService.java ../../../../../src/share/classes/java/util/concurrent/ArrayBlockingQueue.java ../../../../../src/share/classes/java/util/concurrent/BlockingQueue.java ../../../../../src/share/classes/java/util/concurrent/BrokenBarrierException.java ../../../../../src/share/classes/java/util/concurrent/Callable.java ../../../../../src/share/classes/java/util/concurrent/CancellationException.java ../../../../../src/share/classes/java/util/concurrent/CompletionService.java ../../../../../src/share/classes/java/util/concurrent/ConcurrentHashMap.java ../../../../../src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java ../../../../../src/share/classes/java/util/concurrent/ConcurrentMap.java ../../../../../src/share/classes/java/util/concurrent/CopyOnWriteArrayList.java ../../../../../src/share/classes/java/util/concurrent/CopyOnWriteArraySet.java ../../../../../src/share/classes/java/util/concurrent/CountDownLatch.java ../../../../../src/share/classes/java/util/concurrent/CyclicBarrier.java ../../../../../src/share/classes/java/util/concurrent/DelayQueue.java ../../../../../src/share/classes/java/util/concurrent/Delayed.java ../../../../../src/share/classes/java/util/concurrent/Exchanger.java ../../../../../src/share/classes/java/util/concurrent/ExecutionException.java ../../../../../src/share/classes/java/util/concurrent/Executor.java ../../../../../src/share/classes/java/util/concurrent/ExecutorService.java ../../../../../src/share/classes/java/util/concurrent/ExecutorCompletionService.java ../../../../../src/share/classes/java/util/concurrent/Executors.java ../../../../../src/share/classes/java/util/concurrent/Future.java ../../../../../src/share/classes/java/util/concurrent/FutureTask.java ../../../../../src/share/classes/java/util/concurrent/LinkedBlockingQueue.java ../../../../../src/share/classes/java/util/concurrent/PriorityBlockingQueue.java ../../../../../src/share/classes/java/util/concurrent/RejectedExecutionException.java ../../../../../src/share/classes/java/util/concurrent/RejectedExecutionHandler.java ../../../../../src/share/classes/java/util/concurrent/ScheduledExecutorService.java ../../../../../src/share/classes/java/util/concurrent/ScheduledFuture.java ../../../../../src/share/classes/java/util/concurrent/ScheduledThreadPoolExecutor.java ../../../../../src/share/classes/java/util/concurrent/Semaphore.java ../../../../../src/share/classes/java/util/concurrent/SynchronousQueue.java ../../../../../src/share/classes/java/util/concurrent/ThreadFactory.java ../../../../../src/share/classes/java/util/concurrent/ThreadPoolExecutor.java ../../../../../src/share/classes/java/util/concurrent/TimeUnit.java ../../../../../src/share/classes/java/util/concurrent/TimeoutException.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicBoolean.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicInteger.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicIntegerArray.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicLong.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicLongArray.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicLongFieldUpdater.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicMarkableReference.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicReference.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java ../../../../../src/share/classes/java/util/concurrent/atomic/AtomicStampedReference.java ../../../../../src/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java ../../../../../src/share/classes/java/util/concurrent/locks/Condition.java ../../../../../src/share/classes/java/util/concurrent/locks/Lock.java ../../../../../src/share/classes/java/util/concurrent/locks/LockSupport.java ../../../../../src/share/classes/java/util/concurrent/locks/ReadWriteLock.java ../../../../../src/share/classes/java/util/concurrent/locks/ReentrantLock.java ../../../../../src/share/classes/java/util/concurrent/locks/ReentrantReadWriteLock.java ../../../../../src/share/classes/java/util/regex/Pattern.java ../../../../../src/share/classes/java/util/regex/Matcher.java ../../../../../src/share/classes/java/util/regex/MatchResult.java ../../../../../src/share/classes/java/util/regex/ASCII.java ../../../../../src/share/classes/java/util/regex/PatternSyntaxException.java ../../../../../src/share/classes/java/util/prefs/Preferences.java ../../../../../src/share/classes/java/util/prefs/AbstractPreferences.java ../../../../../src/share/classes/java/util/prefs/PreferenceChangeEvent.java ../../../../../src/share/classes/java/util/prefs/PreferenceChangeListener.java ../../../../../src/share/classes/java/util/prefs/NodeChangeEvent.java ../../../../../src/share/classes/java/util/prefs/NodeChangeListener.java ../../../../../src/share/classes/java/util/prefs/BackingStoreException.java ../../../../../src/share/classes/java/util/prefs/InvalidPreferencesFormatException.java ../../../../../src/share/classes/java/util/prefs/PreferencesFactory.java ../../../../../src/share/classes/java/util/prefs/Base64.java ../../../../../src/share/classes/java/util/prefs/XmlSupport.java ../../../../../src/share/classes/java/io/Closeable.java ../../../../../src/share/classes/java/io/Flushable.java ../../../../../src/share/classes/java/io/PipedInputStream.java ../../../../../src/share/classes/java/io/PipedOutputStream.java ../../../../../src/share/classes/java/io/IOException.java ../../../../../src/share/classes/java/io/CharConversionException.java ../../../../../src/share/classes/java/io/FileNotFoundException.java ../../../../../src/share/classes/java/io/EOFException.java ../../../../../src/share/classes/java/io/SyncFailedException.java ../../../../../src/share/classes/java/io/UTFDataFormatException.java ../../../../../src/share/classes/java/io/InterruptedIOException.java ../../../../../src/share/classes/java/io/UnsupportedEncodingException.java ../../../../../src/share/classes/java/io/DataInput.java ../../../../../src/share/classes/java/io/DataOutput.java ../../../../../src/share/classes/java/io/InputStream.java ../../../../../src/share/classes/java/io/FileInputStream.java ../../../../../src/share/classes/java/io/FilterInputStream.java ../../../../../src/share/classes/java/io/BufferedInputStream.java ../../../../../src/share/classes/java/io/DataInputStream.java ../../../../../src/share/classes/java/io/ByteArrayInputStream.java ../../../../../src/share/classes/java/io/PushbackInputStream.java ../../../../../src/share/classes/java/io/SequenceInputStream.java ../../../../../src/share/classes/java/io/StringBufferInputStream.java ../../../../../src/share/classes/java/io/LineNumberInputStream.java ../../../../../src/share/classes/java/io/OutputStream.java ../../../../../src/share/classes/java/io/FileOutputStream.java ../../../../../src/share/classes/java/io/FilterOutputStream.java ../../../../../src/share/classes/java/io/BufferedOutputStream.java ../../../../../src/share/classes/java/io/DataOutputStream.java ../../../../../src/share/classes/java/io/ByteArrayOutputStream.java ../../../../../src/share/classes/java/io/PrintStream.java ../../../../../src/share/classes/java/io/RandomAccessFile.java ../../../../../src/share/classes/java/io/StreamTokenizer.java ../../../../../src/share/classes/java/io/File.java ../../../../../src/share/classes/java/io/FileSystem.java ../../../../../src/solaris/classes/java/io/FileDescriptor.java ../../../../../src/share/classes/java/io/FilenameFilter.java ../../../../../src/share/classes/java/io/FileFilter.java ../../../../../src/share/classes/java/io/FilePermission.java ../../../../../src/share/classes/java/io/Serializable.java ../../../../../src/share/classes/java/io/Externalizable.java ../../../../../src/share/classes/java/io/Bits.java ../../../../../src/share/classes/java/io/ObjectInput.java ../../../../../src/share/classes/java/io/ObjectInputStream.java ../../../../../src/share/classes/java/io/ObjectInputValidation.java ../../../../../src/share/classes/java/io/ObjectOutput.java ../../../../../src/share/classes/java/io/ObjectOutputStream.java ../../../../../src/share/classes/java/io/ObjectStreamClass.java ../../../../../src/share/classes/java/io/ObjectStreamConstants.java ../../../../../src/share/classes/java/io/ObjectStreamField.java ../../../../../src/share/classes/java/io/SerializablePermission.java ../../../../../src/share/classes/java/io/InvalidClassException.java ../../../../../src/share/classes/java/io/InvalidObjectException.java ../../../../../src/share/classes/java/io/NotActiveException.java ../../../../../src/share/classes/java/io/NotSerializableException.java ../../../../../src/share/classes/java/io/ObjectStreamException.java ../../../../../src/share/classes/java/io/OptionalDataException.java ../../../../../src/share/classes/java/io/StreamCorruptedException.java ../../../../../src/share/classes/java/io/WriteAbortedException.java ../../../../../src/share/classes/java/io/Reader.java ../../../../../src/share/classes/java/io/BufferedReader.java ../../../../../src/share/classes/java/io/LineNumberReader.java ../../../../../src/share/classes/java/io/CharArrayReader.java ../../../../../src/share/classes/java/io/FilterReader.java ../../../../../src/share/classes/java/io/PushbackReader.java ../../../../../src/share/classes/java/io/InputStreamReader.java ../../../../../src/share/classes/java/io/FileReader.java ../../../../../src/share/classes/java/io/PipedReader.java ../../../../../src/share/classes/java/io/StringReader.java ../../../../../src/share/classes/java/io/Writer.java ../../../../../src/share/classes/java/io/BufferedWriter.java ../../../../../src/share/classes/java/io/PrintWriter.java ../../../../../src/share/classes/java/io/CharArrayWriter.java ../../../../../src/share/classes/java/io/FilterWriter.java ../../../../../src/share/classes/java/io/OutputStreamWriter.java ../../../../../src/share/classes/java/io/FileWriter.java ../../../../../src/share/classes/java/io/PipedWriter.java ../../../../../src/share/classes/java/io/StringWriter.java ../../../../../src/share/classes/java/io/ExpiringCache.java ../../../../../src/share/classes/java/nio/charset/Charset.java /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/java/nio/charset/CharsetDecoder.java /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/java/nio/charset/CharsetEncoder.java ../../../../../src/share/classes/java/nio/charset/UnmappableCharacterException.java ../../../../../src/share/classes/java/nio/Bits.java /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/java/nio/DirectByteBuffer.java /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/java/nio/HeapByteBuffer.java /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/java/nio/HeapCharBuffer.java ../../../../../src/share/classes/java/security/AccessController.java ../../../../../src/share/classes/java/security/ProtectionDomain.java ../../../../../src/share/classes/java/net/URLClassLoader.java ../../../../../src/share/classes/java/net/URLConnection.java ../../../../../src/share/classes/sun/misc/Launcher.java /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/sun/misc/Version.java ../../../../../src/share/classes/sun/net/www/protocol/jar/Handler.java ../../../../../src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java ../../../../../src/solaris/classes/sun/net/www/protocol/file/Handler.java ../../../../../src/share/classes/sun/net/www/protocol/file/FileURLConnection.java ../../../../../src/solaris/classes/sun/misc/FileURLMapper.java ../../../../../src/share/classes/sun/misc/MessageUtils.java ../../../../../src/share/classes/sun/misc/GC.java ../../../../../src/share/classes/sun/misc/Service.java ../../../../../src/share/classes/sun/misc/JavaLangAccess.java ../../../../../src/share/classes/java/util/zip/Adler32.java ../../../../../src/share/classes/java/util/zip/CRC32.java ../../../../../src/share/classes/java/util/zip/Checksum.java ../../../../../src/share/classes/java/util/zip/CheckedInputStream.java ../../../../../src/share/classes/java/util/zip/CheckedOutputStream.java ../../../../../src/share/classes/java/util/zip/DataFormatException.java ../../../../../src/share/classes/java/util/zip/Deflater.java ../../../../../src/share/classes/java/util/zip/DeflaterOutputStream.java ../../../../../src/share/classes/java/util/zip/GZIPInputStream.java ../../../../../src/share/classes/java/util/zip/GZIPOutputStream.java ../../../../../src/share/classes/java/util/zip/Inflater.java ../../../../../src/share/classes/java/util/zip/InflaterInputStream.java ../../../../../src/share/classes/java/util/zip/ZipConstants.java ../../../../../src/share/classes/java/util/zip/ZipEntry.java ../../../../../src/share/classes/java/util/zip/ZipException.java ../../../../../src/share/classes/java/util/zip/ZipFile.java ../../../../../src/share/classes/java/util/zip/ZipInputStream.java ../../../../../src/share/classes/java/util/zip/ZipOutputStream.java /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/java/lang/UNIXProcess.java ../../../../../src/solaris/classes/java/io/UnixFileSystem.java ; \ fi # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGILL (0x4) at pc=0x0000000800dd2d5c, pid=96109, tid=0x5f4400 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-p1-hwh_20_jan_2005_22_08 mixed mode) # Problematic frame: # V [libjvm.so+0x469d5c] # # An error report file with more information is saved as hs_err_pid96109.log # # If you would like to submit a bug report, please write # a letter to freebsd-java@FreeBSD.org mailing list # Abort trap (core dumped) gmake[7]: *** [.compile.classlist] Error 134 gmake[7]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library' gmake[6]: *** [optimized] Error 2 gmake[6]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library' gmake[5]: *** [all] Error 1 gmake[5]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile' gmake[4]: *** [all] Error 1 gmake[4]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java/javac' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk15. ========================================= # uname -a FreeBSD cnc.gddsn.org.cn 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #4: Thu Jan 20 21:53:19 CST 2005 hwh@cnc.gddsn.org.cn:/usr/obj/usr/src/sys/GW1 amd64 and I try to use 5-STABLE, also get the same problem. --hwh _________________________________________________________ Do You Yahoo!? 嫌邮箱太小?雅虎电邮自助扩容! http://cn.rd.yahoo.com/mail_cn/tag/10m/*http://cn.mail.yahoo.com/event/10m.html _________________________________________________________ Do You Yahoo!? 嫌邮箱太小?雅虎电邮自助扩容! http://cn.rd.yahoo.com/mail_cn/tag/10m/*http://cn.mail.yahoo.com/event/10m.html From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 08:47:50 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C532B16A4CE for ; Fri, 21 Jan 2005 08:47:50 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7548143D54 for ; Fri, 21 Jan 2005 08:47:47 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0L8pNqk092681; Fri, 21 Jan 2005 10:51:23 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0L8pLs6092680; Fri, 21 Jan 2005 10:51:21 +0200 (EET) (envelope-from ml) Date: Fri, 21 Jan 2005 10:51:20 +0200 From: Alexey Zelkin To: huang wen hui Message-ID: <20050121085120.GA92533@phantom.cris.net> References: <20050121004241.69164.qmail@web51809.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121004241.69164.qmail@web51809.mail.yahoo.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org Subject: Re: jdk15 fail compile under amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 08:47:50 -0000 hi, On Fri, Jan 21, 2005 at 08:42:41AM +0800, huang wen hui wrote: > hi, > I use both linux-sun-jdk14 and 32bit native jdk1.4.2, > get same problem: [..] > # > # An unexpected error has been detected by HotSpot > Virtual Machine: > # > # SIGILL (0x4) at pc=0x0000000800dd2d5c, pid=96109, > tid=0x5f4400 > # > # Java VM: Java HotSpot(TM) 64-Bit Server VM > (1.5.0-p1-hwh_20_jan_2005_22_08 mixed mode) > # Problematic frame: > # V [libjvm.so+0x469d5c] > # > # An error report file with more information is saved > as hs_err_pid96109.log > # > # If you would like to submit a bug report, please > write > # a letter to freebsd-java@FreeBSD.org mailing list > # > Abort trap (core dumped) > gmake[7]: *** [.compile.classlist] Error 134 > gmake[7]: Leaving directory > `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library' Send me (privately) gdb's bactrace for java.core located in above directory after this error, please. And hs_err_pid69109.log file located in same directory. Thanks! > ========================================= > # uname -a > FreeBSD cnc.gddsn.org.cn 5.3-RELEASE-p5 FreeBSD > 5.3-RELEASE-p5 #4: Thu Jan 20 21:53:19 CST 2005 > hwh@cnc.gddsn.org.cn:/usr/obj/usr/src/sys/GW1 amd64 > > and I try to use 5-STABLE, also get the same problem. Can you please post machine configuration (cpu, motherboard, etc) and parts of dmesg related to processor. From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 08:48:36 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6288D16A4CE for ; Fri, 21 Jan 2005 08:48:36 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8CBF43D5C for ; Fri, 21 Jan 2005 08:48:33 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0L8qAqk092699; Fri, 21 Jan 2005 10:52:10 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0L8q8b4092698; Fri, 21 Jan 2005 10:52:08 +0200 (EET) (envelope-from ml) Date: Fri, 21 Jan 2005 10:52:07 +0200 From: Alexey Zelkin To: Ryan Sommers Message-ID: <20050121085207.GB92533@phantom.cris.net> References: <41F03E7C.80403@gamersimpact.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F03E7C.80403@gamersimpact.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org Subject: Re: Java Error Spew X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 08:48:36 -0000 hi, Mount linprocsfs. On Thu, Jan 20, 2005 at 05:27:56PM -0600, Ryan Sommers wrote: > Any idea why I'm seeing this: > > (ryans@blue)~/roller:java -version > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location > java version "1.4.2_06" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) > Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode) > (ryans@blue)~/roller: > > > -- > Ryan Sommers > ryans@gamersimpact.com > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 10:13:20 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5867616A4CE for ; Fri, 21 Jan 2005 10:13:20 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A06043D5A for ; Fri, 21 Jan 2005 10:13:16 +0000 (GMT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0LAGqqk093468; Fri, 21 Jan 2005 12:16:52 +0200 (EET) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0LAGqKj093467; Fri, 21 Jan 2005 12:16:52 +0200 (EET) (envelope-from phantom) Date: Fri, 21 Jan 2005 12:16:52 +0200 From: Alexey Zelkin To: huang wen hui Message-ID: <20050121101652.GA93319@phantom.cris.net> References: <20050121004241.69164.qmail@web51809.mail.yahoo.com> <20050121085120.GA92533@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121085120.GA92533@phantom.cris.net> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org Subject: amd64 and Intel processors problem (was: Re: jdk15 fail compile under amd64) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 10:13:20 -0000 hi, Thank you for posting of your dmesg and backtraces. They described a problem. Unfortunatelly, JVM building/built for amd64, expects to be running at real amd64 hardware. And in your case, you're using Intel hardware running in amd64 emulation mode (as far as I understand). At this point -- it's impossible to use such combination, sorry. You need to build i386 version of jdk at FreeBSD/i386, and just copy it to your Intel/amd64. Can you please, try it and report your results ? On Fri, Jan 21, 2005 at 10:51:20AM +0200, Alexey Zelkin wrote: > hi, > > On Fri, Jan 21, 2005 at 08:42:41AM +0800, huang wen hui wrote: > > hi, > > I use both linux-sun-jdk14 and 32bit native jdk1.4.2, > > get same problem: > > [..] > > # > > # An unexpected error has been detected by HotSpot > > Virtual Machine: > > # > > # SIGILL (0x4) at pc=0x0000000800dd2d5c, pid=96109, > > tid=0x5f4400 > > # > > # Java VM: Java HotSpot(TM) 64-Bit Server VM > > (1.5.0-p1-hwh_20_jan_2005_22_08 mixed mode) > > # Problematic frame: > > # V [libjvm.so+0x469d5c] > > # > > # An error report file with more information is saved > > as hs_err_pid96109.log > > # > > # If you would like to submit a bug report, please > > write > > # a letter to freebsd-java@FreeBSD.org mailing list > > # > > Abort trap (core dumped) > > gmake[7]: *** [.compile.classlist] Error 134 > > gmake[7]: Leaving directory > > `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library' > > Send me (privately) gdb's bactrace for java.core located in above > directory after this error, please. And hs_err_pid69109.log file > located in same directory. Thanks! > > > ========================================= > > # uname -a > > FreeBSD cnc.gddsn.org.cn 5.3-RELEASE-p5 FreeBSD > > 5.3-RELEASE-p5 #4: Thu Jan 20 21:53:19 CST 2005 > > hwh@cnc.gddsn.org.cn:/usr/obj/usr/src/sys/GW1 amd64 > > > > and I try to use 5-STABLE, also get the same problem. > > Can you please post machine configuration (cpu, motherboard, etc) > and parts of dmesg related to processor. -- /* Alexey Zelkin && Independent Contractor */ /* phantom(at)FreeBSD.org && http://www.FreeBSD.org/java */ /* phantom(at)cris.net && http://www.FreeBSD.org.ua/ */ From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 10:27:02 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8278A16A4CE for ; Fri, 21 Jan 2005 10:27:02 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03FF843D1F for ; Fri, 21 Jan 2005 10:27:02 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 68533B84D for ; Fri, 21 Jan 2005 11:27:00 +0100 (CET) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 466A811428; Fri, 21 Jan 2005 11:27:00 +0100 (CET) Sender: xi@borderworlds.dk To: freebsd-java@freebsd.org From: Christian Laursen Date: 21 Jan 2005 11:27:00 +0100 Message-ID: <86wtu7qdqj.fsf@borg.borderworlds.dk> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: jdk 1.5 initial impression X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-java@freebsd.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 10:27:02 -0000 I just installed the new java/jdk15 port. It compiled with no problems at all using the native jdk 1.4.2 to bootstrap. However when installed the plist is empty. I tried a few of my own programs. The swing gui looks a lot better on 1.5 than earlier, but in one of my programs it was significantly slower. Is there any way I can profile it to find the reason or is this a known deficiency? Thank you very much for your great work with this. -- Christian Laursen From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 11:38:28 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA53116A4CE for ; Fri, 21 Jan 2005 11:38:28 +0000 (GMT) Received: from web51810.mail.yahoo.com (web51810.mail.yahoo.com [206.190.38.241]) by mx1.FreeBSD.org (Postfix) with SMTP id 351F843D1F for ; Fri, 21 Jan 2005 11:38:28 +0000 (GMT) (envelope-from huanghwh@yahoo.com) Received: (qmail 45469 invoked by uid 60001); 21 Jan 2005 11:38:27 -0000 Message-ID: <20050121113827.45467.qmail@web51810.mail.yahoo.com> Received: from [218.19.184.132] by web51810.mail.yahoo.com via HTTP; Fri, 21 Jan 2005 19:38:27 CST Date: Fri, 21 Jan 2005 19:38:27 +0800 (CST) From: huang wen hui To: Alexey Zelkin In-Reply-To: <20050121101652.GA93319@phantom.cris.net> MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit cc: java@freebsd.org Subject: Re: amd64 and Intel processors problem (was: Re: jdk15 fail compile under amd64) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 11:38:28 -0000 --- Alexey Zelkin 的正文: > hi, > > Thank you for posting of your dmesg and backtraces. > They described > a problem. > > Unfortunatelly, JVM building/built for amd64, > expects to be running > at real amd64 hardware. And in your case, you're > using Intel hardware > running in amd64 emulation mode (as far as I > understand). > > At this point -- it's impossible to use such > combination, sorry. :( > > You need to build i386 version of jdk at > FreeBSD/i386, and just copy > it to your Intel/amd64. Can you please, try it and > report your results ? I had tried it before, jdk1.5.0 always "Segmentation fault (core dumped)" jdk1.4.2 is ok. > > On Fri, Jan 21, 2005 at 10:51:20AM +0200, Alexey > Zelkin wrote: > > hi, > > > > On Fri, Jan 21, 2005 at 08:42:41AM +0800, huang > wen hui wrote: > > > hi, > > > I use both linux-sun-jdk14 and 32bit native > jdk1.4.2, > > > get same problem: > > > > [..] > > > # > > > # An unexpected error has been detected by > HotSpot > > > Virtual Machine: > > > # > > > # SIGILL (0x4) at pc=0x0000000800dd2d5c, > pid=96109, > > > tid=0x5f4400 > > > # > > > # Java VM: Java HotSpot(TM) 64-Bit Server VM > > > (1.5.0-p1-hwh_20_jan_2005_22_08 mixed mode) > > > # Problematic frame: > > > # V [libjvm.so+0x469d5c] > > > # > > > # An error report file with more information is > saved > > > as hs_err_pid96109.log > > > # > > > # If you would like to submit a bug report, > please > > > write > > > # a letter to freebsd-java@FreeBSD.org mailing > list > > > # > > > Abort trap (core dumped) > > > gmake[7]: *** [.compile.classlist] Error 134 > > > gmake[7]: Leaving directory > > > > `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library' > > > > Send me (privately) gdb's bactrace for java.core > located in above > > directory after this error, please. And > hs_err_pid69109.log file > > located in same directory. Thanks! > > > > > ========================================= > > > # uname -a > > > FreeBSD cnc.gddsn.org.cn 5.3-RELEASE-p5 FreeBSD > > > 5.3-RELEASE-p5 #4: Thu Jan 20 21:53:19 CST 2005 > > > > hwh@cnc.gddsn.org.cn:/usr/obj/usr/src/sys/GW1 > amd64 > > > > > > and I try to use 5-STABLE, also get the same > problem. > > > > Can you please post machine configuration (cpu, > motherboard, etc) > > and parts of dmesg related to processor. > > -- > /* Alexey Zelkin && Independent > Contractor */ > /* phantom(at)FreeBSD.org && > http://www.FreeBSD.org/java */ > /* phantom(at)cris.net && > http://www.FreeBSD.org.ua/ */ > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to > "freebsd-java-unsubscribe@freebsd.org" > _________________________________________________________ Do You Yahoo!? 嫌邮箱太小?雅虎电邮自助扩容! http://cn.rd.yahoo.com/mail_cn/tag/10m/*http://cn.mail.yahoo.com/event/10m.html From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 12:28:56 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F5016A4CE for ; Fri, 21 Jan 2005 12:28:56 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687F343D2D for ; Fri, 21 Jan 2005 12:28:52 +0000 (GMT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0LCWRqk094830; Fri, 21 Jan 2005 14:32:27 +0200 (EET) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0LCWRse094829; Fri, 21 Jan 2005 14:32:27 +0200 (EET) (envelope-from phantom) Date: Fri, 21 Jan 2005 14:32:27 +0200 From: Alexey Zelkin To: huang wen hui Message-ID: <20050121123227.GA94815@phantom.cris.net> References: <20050121101652.GA93319@phantom.cris.net> <20050121113827.45467.qmail@web51810.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121113827.45467.qmail@web51810.mail.yahoo.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org Subject: Re: amd64 and Intel processors problem (was: Re: jdk15 fail compile under amd64) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 12:28:57 -0000 On Fri, Jan 21, 2005 at 07:38:27PM +0800, huang wen hui wrote: > --- Alexey Zelkin ???????? > > hi, > > > > Thank you for posting of your dmesg and backtraces. > > They described > > a problem. > > > > Unfortunatelly, JVM building/built for amd64, > > expects to be running > > at real amd64 hardware. And in your case, you're > > using Intel hardware > > running in amd64 emulation mode (as far as I > > understand). > > > > At this point -- it's impossible to use such > > combination, sorry. > :( > > > > You need to build i386 version of jdk at > > FreeBSD/i386, and just copy > > it to your Intel/amd64. Can you please, try it and > > report your results ? > I had tried it before, > jdk1.5.0 always "Segmentation fault (core dumped)" > jdk1.4.2 is ok. gdb backtrace from core file ? From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 12:49:28 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1458D16A4CE for ; Fri, 21 Jan 2005 12:49:28 +0000 (GMT) Received: from web51801.mail.yahoo.com (web51801.mail.yahoo.com [206.190.38.232]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BF6243D2D for ; Fri, 21 Jan 2005 12:49:27 +0000 (GMT) (envelope-from huanghwh@yahoo.com) Received: (qmail 22736 invoked by uid 60001); 21 Jan 2005 12:49:26 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=U91yXfS+U+Rgf1J1E0Ma1/BVKWNZnadksej31NdfFPLUsztsTmS73ItJrWRdDteVLV6THZBwXqedGks1WRFPO8Ge995dFDvsbmHwFoBNxAh5oqEXBcvclpVghbGahq2/p3ohE/ka1GGy4Te1Pda+Z30mwPqdWPSS9yOhEbcwRVk= ; Message-ID: <20050121124926.22734.qmail@web51801.mail.yahoo.com> Received: from [218.19.184.132] by web51801.mail.yahoo.com via HTTP; Fri, 21 Jan 2005 20:49:26 CST Date: Fri, 21 Jan 2005 20:49:26 +0800 (CST) From: huang wen hui To: Alexey Zelkin In-Reply-To: <20050121123227.GA94815@phantom.cris.net> MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit cc: java@freebsd.org Subject: Re: amd64 and Intel processors problem (was: Re: jdk15 fail compile under amd64) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 12:49:28 -0000 --- Alexey Zelkin 的正文: > On Fri, Jan 21, 2005 at 07:38:27PM +0800, huang wen > hui wrote: > > --- Alexey Zelkin > ???????? > > > hi, > > > > > > Thank you for posting of your dmesg and > backtraces. > > > They described > > > a problem. > > > > > > Unfortunatelly, JVM building/built for amd64, > > > expects to be running > > > at real amd64 hardware. And in your case, > you're > > > using Intel hardware > > > running in amd64 emulation mode (as far as I > > > understand). > > > > > > At this point -- it's impossible to use such > > > combination, sorry. > > :( > > > > > > You need to build i386 version of jdk at > > > FreeBSD/i386, and just copy > > > it to your Intel/amd64. Can you please, try it > and > > > report your results ? > > I had tried it before, > > jdk1.5.0 always "Segmentation fault (core dumped)" > > jdk1.4.2 is ok. > > gdb backtrace from core file ? > > I don't know much gdb on COMPAT32: %./java_g Segmentation fault (core dumped) %gdb -core java_g.core java_g GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... "/usr/local/jdk1.5.0/bin/java_g.core" is not a core dump: File format not recognized (gdb) quit %gdb java_g GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... (gdb) run Starting program: /usr/local/jdk1.5.0/bin/java_g Program received signal SIGTRAP, Trace/breakpoint trap. 0x2805b970 in ?? () (gdb) c Continuing. Program received signal SIGSEGV, Segmentation fault. 0x286a7403 in ?? () (gdb) bt #0 0x286a7403 in ?? () #1 0x08060040 in ?? () #2 0x288f61ec in ?? () #3 0xffffd198 in ?? () #4 0x2872c2d4 in ?? () #5 0x08054acd in ?? () #6 0x00000012 in ?? () #7 0x080547e4 in ?? () #8 0x00000001 in ?? () #9 0x2828fad3 in ?? () #10 0x281755f9 in ?? () #11 0x2817fe4c in ?? () #12 0x288f611c in ?? () #13 0x28966b68 in ?? () #14 0x01ffd094 in ?? () #15 0x28079ab8 in ?? () #16 0x280820d0 in ?? () #17 0x00000000 in ?? () #18 0xffffd0b4 in ?? () #19 0x2805f2e3 in ?? () #20 0x080489fb in ?? () #21 0xffffd050 in ?? () #22 0x00000000 in ?? () #23 0x00000000 in ?? () #24 0x000000b0 in ?? () #25 0x28058f90 in ?? () #26 0x01ffd0c4 in ?? () #27 0x28079ab8 in ?? () #28 0x00000000 in ?? () #29 0x2805d5d8 in ?? () #30 0xffffd144 in ?? () #31 0x2805f174 in ?? () #32 0x2817fe4c in ?? () #33 0x08060040 in ?? () #34 0xffffdb10 in ?? () #35 0xffffd1e8 in ?? () #36 0x28151dca in ?? () #37 0xffffd180 in ?? () #38 0x08054acd in ?? () #39 0xffffd1fc in ?? () #40 0x28108f3e in ?? () #41 0x00000000 in ?? () #42 0x00000000 in ?? () #43 0x00000000 in ?? () #44 0x00000000 in ?? () #45 0x00000000 in ?? () #46 0x00000000 in ?? () ---Type to continue, or q to quit--- #47 0x00000000 in ?? () #48 0x00000000 in ?? () #49 0x00000000 in ?? () #50 0x00000100 in ?? () #51 0x00000005 in ?? () #52 0x2817fe4c in ?? () #53 0x00000020 in ?? () #54 0x00000000 in ?? () #55 0xffffd138 in ?? () #56 0x28109222 in ?? () #57 0x00000020 in ?? () #58 0x00000000 in ?? () #59 0x00000000 in ?? () #60 0x2817fe4c in ?? () #61 0x00000000 in ?? () #62 0xffffdb10 in ?? () #63 0xffffd188 in ?? () #64 0x28109b3f in ?? () #65 0x00000020 in ?? () #66 0x00000000 in ?? () #67 0x00000000 in ?? () #68 0x00000000 in ?? () #69 0x00000000 in ?? () #70 0x2837f638 in ?? () #71 0xffffd168 in ?? () #72 0x2837f608 in ?? () #73 0x00000000 in ?? () #74 0x288f61ec in ?? () #75 0xffffd178 in ?? () #76 0x2837f5e8 in ?? () #77 0x00000000 in ?? () #78 0x288f61ec in ?? () #79 0xffffd198 in ?? () #80 0x284c2d2e in ?? () #81 0x08060040 in ?? () #82 0xffffdb10 in ?? () #83 0xffffd1a8 in ?? () #84 0x00000000 in ?? () #85 0x288f61ec in ?? () #86 0x08060040 in ?? () #87 0xffffd1c8 in ?? () #88 0x28572ae3 in ?? () #89 0xffffd1f0 in ?? () #90 0xffffd1c0 in ?? () #91 0xffffd1c8 in ?? () #92 0x28572a3c in ?? () #93 0x00000020 in ?? () ---Type to continue, or q to quit--- #94 0x00000029 in ?? () #95 0x080582d8 in __JCR_LIST__ () #96 0x00000000 in ?? () #97 0x00000001 in ?? () #98 0x080582d8 in __JCR_LIST__ () #99 0xffffd208 in ?? () #100 0x0804ae22 in InitializeJVM (pvm=0x8054acd, penv=0x12, ifn=0x80547e4) at ../../../../src/share/bin/java.c:1025 Previous frame inner to this frame (corrupt stack?) (gdb)quit _________________________________________________________ Do You Yahoo!? 嫌邮箱太小?雅虎电邮自助扩容! http://cn.rd.yahoo.com/mail_cn/tag/10m/*http://cn.mail.yahoo.com/event/10m.html From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 12:51:28 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E7716A4CE for ; Fri, 21 Jan 2005 12:51:28 +0000 (GMT) Received: from web51809.mail.yahoo.com (web51809.mail.yahoo.com [206.190.38.240]) by mx1.FreeBSD.org (Postfix) with SMTP id 7094F43D2D for ; Fri, 21 Jan 2005 12:51:27 +0000 (GMT) (envelope-from huanghwh@yahoo.com) Received: (qmail 41466 invoked by uid 60001); 21 Jan 2005 12:51:26 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=Yysuwy+3YvHB1Lia6bk+8W0XdOMkTGPA7bwcN6aLCVw5hu95qcc481Y4Ibr65UompZHfjZcTAVUjn4hmC2B47nYihRMI3eHYYqbSWCic3Mce81+8jcN182M2B0wK/jdH1rPSzlzDzXCXivfnxFcqWeyPxQ+oLRit9hTUd+qH/oc= ; Message-ID: <20050121125126.41464.qmail@web51809.mail.yahoo.com> Received: from [218.19.184.132] by web51809.mail.yahoo.com via HTTP; Fri, 21 Jan 2005 20:51:26 CST Date: Fri, 21 Jan 2005 20:51:26 +0800 (CST) From: huang wen hui To: Alexey Zelkin In-Reply-To: <20050121123227.GA94815@phantom.cris.net> MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit cc: java@freebsd.org Subject: Re: amd64 and Intel processors problem (was: Re: jdk15 fail compile under amd64) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 12:51:28 -0000 --- Alexey Zelkin 的正文: > On Fri, Jan 21, 2005 at 07:38:27PM +0800, huang wen > hui wrote: > > --- Alexey Zelkin > ???????? > > > hi, > > > > > > Thank you for posting of your dmesg and > backtraces. > > > They described > > > a problem. > > > > > > Unfortunatelly, JVM building/built for amd64, > > > expects to be running > > > at real amd64 hardware. And in your case, > you're > > > using Intel hardware > > > running in amd64 emulation mode (as far as I > > > understand). > > > > > > At this point -- it's impossible to use such > > > combination, sorry. > > :( > > > > > > You need to build i386 version of jdk at > > > FreeBSD/i386, and just copy > > > it to your Intel/amd64. Can you please, try it > and > > > report your results ? > > I had tried it before, > > jdk1.5.0 always "Segmentation fault (core dumped)" > > jdk1.4.2 is ok. > > gdb backtrace from core file ? > > may be I lost somethings, I setenv: setenv LD_32_LIBRARY_PATH /lib32:/usr/lib32:/usr/local/jdk1.5.0/jre/lib/i386:/usr/local/jdk1.5.0/jre/lib/i386/client:/usr/local/jdk1.5.0/jre/lib/i386/server and I don't know much gdb on COMPAT32: %./java_g Segmentation fault (core dumped) %gdb -core java_g.core java_g GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... "/usr/local/jdk1.5.0/bin/java_g.core" is not a core dump: File format not recognized (gdb) quit %gdb java_g GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... (gdb) run Starting program: /usr/local/jdk1.5.0/bin/java_g Program received signal SIGTRAP, Trace/breakpoint trap. 0x2805b970 in ?? () (gdb) c Continuing. Program received signal SIGSEGV, Segmentation fault. 0x286a7403 in ?? () (gdb) bt #0 0x286a7403 in ?? () #1 0x08060040 in ?? () #2 0x288f61ec in ?? () #3 0xffffd198 in ?? () #4 0x2872c2d4 in ?? () #5 0x08054acd in ?? () #6 0x00000012 in ?? () #7 0x080547e4 in ?? () #8 0x00000001 in ?? () #9 0x2828fad3 in ?? () #10 0x281755f9 in ?? () #11 0x2817fe4c in ?? () #12 0x288f611c in ?? () #13 0x28966b68 in ?? () #14 0x01ffd094 in ?? () #15 0x28079ab8 in ?? () #16 0x280820d0 in ?? () #17 0x00000000 in ?? () #18 0xffffd0b4 in ?? () #19 0x2805f2e3 in ?? () #20 0x080489fb in ?? () #21 0xffffd050 in ?? () #22 0x00000000 in ?? () #23 0x00000000 in ?? () #24 0x000000b0 in ?? () #25 0x28058f90 in ?? () #26 0x01ffd0c4 in ?? () #27 0x28079ab8 in ?? () #28 0x00000000 in ?? () #29 0x2805d5d8 in ?? () #30 0xffffd144 in ?? () #31 0x2805f174 in ?? () #32 0x2817fe4c in ?? () #33 0x08060040 in ?? () #34 0xffffdb10 in ?? () #35 0xffffd1e8 in ?? () #36 0x28151dca in ?? () #37 0xffffd180 in ?? () #38 0x08054acd in ?? () #39 0xffffd1fc in ?? () #40 0x28108f3e in ?? () #41 0x00000000 in ?? () #42 0x00000000 in ?? () #43 0x00000000 in ?? () #44 0x00000000 in ?? () #45 0x00000000 in ?? () #46 0x00000000 in ?? () ---Type to continue, or q to quit--- #47 0x00000000 in ?? () #48 0x00000000 in ?? () #49 0x00000000 in ?? () #50 0x00000100 in ?? () #51 0x00000005 in ?? () #52 0x2817fe4c in ?? () #53 0x00000020 in ?? () #54 0x00000000 in ?? () #55 0xffffd138 in ?? () #56 0x28109222 in ?? () #57 0x00000020 in ?? () #58 0x00000000 in ?? () #59 0x00000000 in ?? () #60 0x2817fe4c in ?? () #61 0x00000000 in ?? () #62 0xffffdb10 in ?? () #63 0xffffd188 in ?? () #64 0x28109b3f in ?? () #65 0x00000020 in ?? () #66 0x00000000 in ?? () #67 0x00000000 in ?? () #68 0x00000000 in ?? () #69 0x00000000 in ?? () #70 0x2837f638 in ?? () #71 0xffffd168 in ?? () #72 0x2837f608 in ?? () #73 0x00000000 in ?? () #74 0x288f61ec in ?? () #75 0xffffd178 in ?? () #76 0x2837f5e8 in ?? () #77 0x00000000 in ?? () #78 0x288f61ec in ?? () #79 0xffffd198 in ?? () #80 0x284c2d2e in ?? () #81 0x08060040 in ?? () #82 0xffffdb10 in ?? () #83 0xffffd1a8 in ?? () #84 0x00000000 in ?? () #85 0x288f61ec in ?? () #86 0x08060040 in ?? () #87 0xffffd1c8 in ?? () #88 0x28572ae3 in ?? () #89 0xffffd1f0 in ?? () #90 0xffffd1c0 in ?? () #91 0xffffd1c8 in ?? () #92 0x28572a3c in ?? () #93 0x00000020 in ?? () ---Type to continue, or q to quit--- #94 0x00000029 in ?? () #95 0x080582d8 in __JCR_LIST__ () #96 0x00000000 in ?? () #97 0x00000001 in ?? () #98 0x080582d8 in __JCR_LIST__ () #99 0xffffd208 in ?? () #100 0x0804ae22 in InitializeJVM (pvm=0x8054acd, penv=0x12, ifn=0x80547e4) at ../../../../src/share/bin/java.c:1025 Previous frame inner to this frame (corrupt stack?) (gdb)quit _________________________________________________________ Do You Yahoo!? 嫌邮箱太小?雅虎电邮自助扩容! http://cn.rd.yahoo.com/mail_cn/tag/10m/*http://cn.mail.yahoo.com/event/10m.html From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 13:10:04 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D868116A4CF for ; Fri, 21 Jan 2005 13:10:04 +0000 (GMT) Received: from web51810.mail.yahoo.com (web51810.mail.yahoo.com [206.190.38.241]) by mx1.FreeBSD.org (Postfix) with SMTP id 5655D43D39 for ; Fri, 21 Jan 2005 13:10:04 +0000 (GMT) (envelope-from huanghwh@yahoo.com) Received: (qmail 66639 invoked by uid 60001); 21 Jan 2005 13:10:02 -0000 Message-ID: <20050121131002.66637.qmail@web51810.mail.yahoo.com> Received: from [218.19.184.132] by web51810.mail.yahoo.com via HTTP; Fri, 21 Jan 2005 21:10:02 CST Date: Fri, 21 Jan 2005 21:10:02 +0800 (CST) From: huang wen hui To: Alexey Zelkin In-Reply-To: <20050121123227.GA94815@phantom.cris.net> MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit cc: java@freebsd.org Subject: Re: amd64 and Intel processors problem (was: Re: jdk15 fail compile under amd64) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 13:10:05 -0000 --- Alexey Zelkin 的正文: > On Fri, Jan 21, 2005 at 07:38:27PM +0800, huang wen > hui wrote: > > --- Alexey Zelkin > ???????? > > > hi, > > > > > > Thank you for posting of your dmesg and > backtraces. > > > They described > > > a problem. > > > > > > Unfortunatelly, JVM building/built for amd64, > > > expects to be running > > > at real amd64 hardware. And in your case, > you're > > > using Intel hardware > > > running in amd64 emulation mode (as far as I > > > understand). > > > > > > At this point -- it's impossible to use such > > > combination, sorry. > > :( > > > > > > You need to build i386 version of jdk at > > > FreeBSD/i386, and just copy > > > it to your Intel/amd64. Can you please, try it > and > > > report your results ? > > I had tried it before, > > jdk1.5.0 always "Segmentation fault (core dumped)" > > jdk1.4.2 is ok. > > gdb backtrace from core file ? > > forget this: I used ln's "libpthread.so.1", or java will not run, jdk1.4.2 has same problem. # ls -l /usr/lib32/libpthread.so.1 lrwxr-xr-x 1 root wheel 11 Jan 21 21:00 /usr/lib32/libpthread.so.1 -> libc_r.so.5 #/usr/local/jdk1.5.0/bin/java Segmentation fault (core dumped) #cp libpthread.so.1.orig libpthread.so.1 #/usr/local/jdk1.5.0/bin/java /libexec/ld-elf.so.1: /usr/lib32/libpthread.so.1: Undefined symbol "i386_set_ldt" _________________________________________________________ Do You Yahoo!? 嫌邮箱太小?雅虎电邮自助扩容! http://cn.rd.yahoo.com/mail_cn/tag/10m/*http://cn.mail.yahoo.com/event/10m.html From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 15:47:58 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FEE316A4CE for ; Fri, 21 Jan 2005 15:47:58 +0000 (GMT) Received: from smtp.housing.ufl.edu (smtp.housing.ufl.edu [128.227.47.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B1B43D39 for ; Fri, 21 Jan 2005 15:47:57 +0000 (GMT) (envelope-from WillS@housing.ufl.edu) Received: (qmail 97383 invoked by uid 98); 21 Jan 2005 10:47:56 -0500 Received: from WillS@housing.ufl.edu by smtp.housing.ufl.edu by uid 1003 with qmail-scanner-1.20 (spamassassin: 3.0.1. Clear:RC:1(128.227.47.18):. Processed in 0.016823 secs); 21 Jan 2005 15:47:56 -0000 X-Qmail-Scanner-Mail-From: WillS@housing.ufl.edu via smtp.housing.ufl.edu X-Qmail-Scanner: 1.20 (Clear:RC:1(128.227.47.18):. Processed in 0.016823 secs) Received: from bragi.housing.ufl.edu (128.227.47.18) by smtp.housing.ufl.edu with (RC4-MD5 encrypted) SMTP; 21 Jan 2005 10:47:56 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 21 Jan 2005 10:47:56 -0500 Message-ID: <0E972CEE334BFE4291CD07E056C76ED803A2D3ED@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: jdk 1.5 initial impression Thread-Index: AcT/o8Mjktm+7QZES0uurAyJNf58cAAKrYIg From: "Will Saxon" To: Subject: RE: jdk 1.5 initial impression X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 15:47:58 -0000 > -----Original Message----- > From: owner-freebsd-java@freebsd.org > [mailto:owner-freebsd-java@freebsd.org]On Behalf Of Christian Laursen > Sent: Friday, January 21, 2005 5:27 AM > To: freebsd-java@freebsd.org > Subject: jdk 1.5 initial impression >=20 >=20 > I just installed the new java/jdk15 port. It compiled with no problems > at all using the native jdk 1.4.2 to bootstrap. However when installed > the plist is empty. >=20 > I tried a few of my own programs. >=20 > The swing gui looks a lot better on 1.5 than earlier, but in one of > my programs it was significantly slower. Is there any way I=20 > can profile > it to find the reason or is this a known deficiency? >=20 > Thank you very much for your great work with this. Seconded. I have already tested a 1.5-only app that uses log4j,=20 mysql-connector, jakarta-commons-logging and the new concurrency stuff=20 on i386 without issue. I compiled most of the above also. I am working with amd64 now and anticipate similar results. Much thanks! -Will From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 17:24:38 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3B5C16A4E7 for ; Fri, 21 Jan 2005 17:24:38 +0000 (GMT) Received: from regen.bandwidth-junkies.net (pcp0010733707pcs.howard01.md.comcast.net [69.243.79.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 439A943D5A for ; Fri, 21 Jan 2005 17:24:38 +0000 (GMT) (envelope-from acidos@regen.bandwidth-junkies.net) Received: from regen.bandwidth-junkies.net (localhost.bandwidth-junkies.net [127.0.0.1])j0LHObaX069788 for ; Fri, 21 Jan 2005 12:24:37 -0500 (EST) (envelope-from acidos@regen.bandwidth-junkies.net) Received: (from acidos@localhost)j0LHObsu069787 for freebsd-java@freebsd.org; Fri, 21 Jan 2005 12:24:37 -0500 (EST) (envelope-from acidos) Date: Fri, 21 Jan 2005 12:24:36 -0500 From: Adam VanderHook To: freebsd-java@freebsd.org Message-ID: <20050121172435.GP703@regen.bandwidth-junkies.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: JDK 1.5 Issue X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 17:24:39 -0000 I have only teste this with PfPro (pfpro.sf.net), but when working with JTables I cannot backspace/delete, tab, or press enter. Using accelerators like CTRL+N still work though. Despite these problems nothing is being reported to the console. -- "Life does not cease to be funny when people die any more than it ceases to be serious when people laugh." -- George Bernard Shaw Adam VanderHook acidos@bandwidth-junkies.net http://acidos.bandwidth-junkies.net/ From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 18:36:15 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D0516A4DE for ; Fri, 21 Jan 2005 18:36:15 +0000 (GMT) Received: from renaissance.homeip.net (m197.net81-67-151.noos.fr [81.67.151.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2213743D4C for ; Fri, 21 Jan 2005 18:36:15 +0000 (GMT) (envelope-from anthony.ginepro@laposte.net) Received: by renaissance.homeip.net (Postfix, from userid 1001) id 819C1208D; Fri, 21 Jan 2005 19:36:13 +0100 (CET) From: Anthony Ginepro To: freebsd-java@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 21 Jan 2005 19:36:13 +0100 Message-Id: <1106332573.54288.6.camel@renaissance.homeip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Subject: JDK1.5 regression from experimental to patchset 1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 18:36:16 -0000 After successfully compiling both jdk, I found than patchset-1 makes tomcat-5.0.30 and tomcat-5.5.4 really slow compared with patchset-experimental. tomcat startup with 1.5.0-p1 : 133906 ms tomcat startup with 1.5.0-exp: 4268 ms All jsp pages are also really slow to use at first. If you want me to try patchset in order to solve the issue or if you need more information, send email directly. Thanks again for all your good work, Anthony. From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 20:11:42 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA1F616A4CE for ; Fri, 21 Jan 2005 20:11:42 +0000 (GMT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7579543D58 for ; Fri, 21 Jan 2005 20:11:31 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])j0LKBU9p015133 for ; Fri, 21 Jan 2005 21:11:30 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost) by arabica.esil.univ-mrs.fr (8.13.1/8.13.1/Submit) id j0LKBTAX015132 for freebsd-java@freebsd.org; Fri, 21 Jan 2005 21:11:29 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Fri, 21 Jan 2005 21:11:29 +0100 From: Herve Quiroz To: freebsd-java@freebsd.org Message-ID: <20050121201129.GA15013@arabica.esil.univ-mrs.fr> Mail-Followup-To: freebsd-java@freebsd.org References: <0E972CEE334BFE4291CD07E056C76ED803A2D3ED@bragi.housing.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0E972CEE334BFE4291CD07E056C76ED803A2D3ED@bragi.housing.ufl.edu> User-Agent: Mutt/1.4.2.1i Subject: JDK 1.5 testing (Was: jdk 1.5 initial impression) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 20:11:43 -0000 On Fri, Jan 21, 2005 at 10:47:56AM -0500, Will Saxon wrote: > Seconded. I have already tested a 1.5-only app that uses log4j, > mysql-connector, jakarta-commons-logging and the new concurrency stuff > on i386 without issue. I compiled most of the above also. I am working > with amd64 now and anticipate similar results. FYI, now that java/jdk15 has its own entry in bsd.java.mk, most applications that use javavmwrapper to invoke the JVM should be able to use JDK 1.5. Just make sure that you have JAVA_VERSION=1.5 defined in either your environement or /etc/make.conf. Herve From owner-freebsd-java@FreeBSD.ORG Sat Jan 22 16:41:27 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C49C916A4CE for ; Sat, 22 Jan 2005 16:41:27 +0000 (GMT) Received: from web30401.mail.mud.yahoo.com (web30401.mail.mud.yahoo.com [68.142.200.104]) by mx1.FreeBSD.org (Postfix) with SMTP id 69D8A43D1D for ; Sat, 22 Jan 2005 16:41:27 +0000 (GMT) (envelope-from collapsingsilence@yahoo.com) Received: (qmail 17178 invoked by uid 60001); 22 Jan 2005 16:41:27 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=bmX3S1gXhEDFD2KWofoT661NxYswnq2XFC3gyUx9m6hiOYIae1Kh7Aw7ZwSdmJVE/htRgChl8dlA0xFX2pMdMgyAisAvB7Qkg6D1S1OXL3Ho86sN3xjkW5YHskBIP5JoXavl6kCAzSFtQ3end985aJN4V/bbTGJzuerYsvVfsjE= ; Message-ID: <20050122164127.17176.qmail@web30401.mail.mud.yahoo.com> Received: from [24.98.86.220] by web30401.mail.mud.yahoo.com via HTTP; Sat, 22 Jan 2005 08:41:27 PST Date: Sat, 22 Jan 2005 08:41:27 -0800 (PST) From: shaun murray To: freebsd-java@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: HotSpot Virtual Machine Error : 11 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 16:41:28 -0000 hello- i've been having issues running Azureus2.2.0.2 on freeBSD4.9-Release. i just noticed that i had 3 hs_err_pid*.log files in my home directory, and i opened one out of curiosity, and found that it wanted me to report it's contents here. so, here it is -=o): -------------------- Unexpected Signal : 11 occurred at PC=0x2A59BC2A Function=org.gudy.azureus2.core3.disk.impl.piecepicker.impl.DMPiecePickerImpl.computePriorityIndicator()V (compiled Java code) Library=(N/A) Current Java thread: Dynamic libraries: 0x8048000 /usr/local/jdk1.4.2/bin/java 0x2806b000 /usr/lib/libc_r.so.4 0x28122000 /usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so 0x28650000 /usr/lib/libstdc++.so.3 0x28695000 /usr/lib/libm.so.2 0x286b0000 /usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so 0x286bf000 /usr/local/jdk1.4.2/jre/lib/i386/libverify.so 0x286da000 /usr/local/jdk1.4.2/jre/lib/i386/libjava.so 0x286fb000 /usr/local/jdk1.4.2/jre/lib/i386/libzip.so 0x34aad000 /usr/local/jdk1.4.2/jre/lib/i386/libnet.so 0x34ac5000 /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/freebsd/x86/libswt-pi-gtk-3063.so 0x34afd000 /usr/X11R6/lib/libgtk-x11-2.0.so.400 0x34d8e000 /usr/X11R6/lib/libgdk-x11-2.0.so.400 0x2c49a000 /usr/X11R6/lib/libXrandr.so.2 0x34df5000 /usr/X11R6/lib/libXi.so.6 0x34dfd000 /usr/X11R6/lib/libXinerama.so.1 0x34e00000 /usr/X11R6/lib/libXcursor.so.1 0x34e09000 /usr/local/lib/libatk-1.0.so.800 0x34e22000 /usr/X11R6/lib/libgdk_pixbuf-2.0.so.400 0x34e38000 /usr/X11R6/lib/libpangoxft-1.0.so.600 0x34e3d000 /usr/X11R6/lib/libXft.so.2 0x34e4e000 /usr/local/lib/libfreetype.so.9 0x34eb5000 /usr/lib/libz.so.2 0x34ec2000 /usr/X11R6/lib/libXrender.so.1 0x34eca000 /usr/X11R6/lib/libXext.so.6 0x34ed8000 /usr/X11R6/lib/libfontconfig.so.1 0x34efe000 /usr/X11R6/lib/libpangox-1.0.so.600 0x34f09000 /usr/X11R6/lib/libX11.so.6 0x34fc7000 /usr/X11R6/lib/libpango-1.0.so.600 0x34ffc000 /usr/local/lib/libgobject-2.0.so.400 0x35038000 /usr/local/lib/libgmodule-2.0.so.400 0x3503c000 /usr/local/lib/libgthread-2.0.so.400 0x35040000 /usr/local/lib/libglib-2.0.so.400 0x350c2000 /usr/local/lib/libiconv.so.3 0x351af000 /usr/X11R6/lib/libXtst.so.6 0x351b4000 /usr/local/lib/libintl.so.6 0x351bd000 /usr/X11R6/lib/libpangoft2-1.0.so.600 0x351e1000 /usr/local/lib/libexpat.so.5 0x2c49e000 /usr/X11R6/lib/libXThrStub.so.6 0x351fe000 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 0x35201000 /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/freebsd/x86/libswt-gtk-3063.so 0x3529a000 /usr/X11R6/lib/pango/1.4.0/modules/pango-basic-fc.so 0x3529d000 /usr/local/jdk1.4.2/jre/lib/i386/libnio.so 0x352a4000 /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/freebsd/x86/libswt-atk-gtk-3063.so 0x352de000 /usr/X11R6/lib/pango/1.4.0/modules/pango-arabic-fc.so 0x352e2000 /usr/X11R6/lib/pango/1.4.0/modules/pango-hangul-fc.so 0x2804e000 /usr/libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 1728K, used 692K [0x2c4a0000, 0x2c670000, 0x2c980000) eden space 1600K, 35% used [0x2c4a0000, 0x2c52dea0, 0x2c630000) from space 128K, 97% used [0x2c630000, 0x2c64f1d8, 0x2c650000) to space 128K, 0% used [0x2c650000, 0x2c650000, 0x2c670000) tenured generation total 21700K, used 11490K [0x2c980000, 0x2deb1000, 0x304a0000) the space 21700K, 52% used [0x2c980000, 0x2d4b8a20, 0x2d4b8c00, 0x2deb1000) compacting perm gen total 11776K, used 11536K [0x304a0000, 0x31020000, 0x344a0000) the space 11776K, 97% used [0x304a0000, 0x30fe41f0, 0x30fe4200, 0x31020000) Local Time = Thu Jan 20 19:33:16 2005 Elapsed Time = 264611 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002F1 # Please report this error to # freebsd-java@FreeBSD.org mailing list # # Java VM: Java HotSpot(TM) Client VM (1.4.2-p7-root_10_jan_2005_20_03 mixed mode) # ------------------- __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 From owner-freebsd-java@FreeBSD.ORG Sat Jan 22 16:43:11 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E39FF16A4CE for ; Sat, 22 Jan 2005 16:43:10 +0000 (GMT) Received: from web30410.mail.mud.yahoo.com (web30410.mail.mud.yahoo.com [68.142.200.113]) by mx1.FreeBSD.org (Postfix) with SMTP id 6C6CA43D54 for ; Sat, 22 Jan 2005 16:43:10 +0000 (GMT) (envelope-from collapsingsilence@yahoo.com) Received: (qmail 80042 invoked by uid 60001); 22 Jan 2005 16:43:10 -0000 Message-ID: <20050122164310.80040.qmail@web30410.mail.mud.yahoo.com> Received: from [24.98.86.220] by web30410.mail.mud.yahoo.com via HTTP; Sat, 22 Jan 2005 08:43:10 PST Date: Sat, 22 Jan 2005 08:43:10 -0800 (PST) From: shaun murray To: freebsd-java@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: HotSpot Virtual Machine Error : 11 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 16:43:11 -0000 hello- i've been having issues running Azureus2.2.0.2 on freeBSD4.9-Release. i just noticed that i had 3 hs_err_pid*.log files in my home directory, and i opened one out of curiosity, and found that it wanted me to report it's contents here. so, here it is -=o): -------------------- Unexpected Signal : 11 occurred at PC=0x2A59BC2A Function=org.gudy.azureus2.core3.disk.impl.piecepicker.impl.DMPiecePickerImpl.computePriorityIndicator()V (compiled Java code) Library=(N/A) Current Java thread: Dynamic libraries: 0x8048000 /usr/local/jdk1.4.2/bin/java 0x2806b000 /usr/lib/libc_r.so.4 0x28122000 /usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so 0x28650000 /usr/lib/libstdc++.so.3 0x28695000 /usr/lib/libm.so.2 0x286b0000 /usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so 0x286bf000 /usr/local/jdk1.4.2/jre/lib/i386/libverify.so 0x286da000 /usr/local/jdk1.4.2/jre/lib/i386/libjava.so 0x286fb000 /usr/local/jdk1.4.2/jre/lib/i386/libzip.so 0x34aad000 /usr/local/jdk1.4.2/jre/lib/i386/libnet.so 0x34ac5000 /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/freebsd/x86/libswt-pi-gtk-3063.so 0x34afd000 /usr/X11R6/lib/libgtk-x11-2.0.so.400 0x34d8e000 /usr/X11R6/lib/libgdk-x11-2.0.so.400 0x2c49a000 /usr/X11R6/lib/libXrandr.so.2 0x34df5000 /usr/X11R6/lib/libXi.so.6 0x34dfd000 /usr/X11R6/lib/libXinerama.so.1 0x34e00000 /usr/X11R6/lib/libXcursor.so.1 0x34e09000 /usr/local/lib/libatk-1.0.so.800 0x34e22000 /usr/X11R6/lib/libgdk_pixbuf-2.0.so.400 0x34e38000 /usr/X11R6/lib/libpangoxft-1.0.so.600 0x34e3d000 /usr/X11R6/lib/libXft.so.2 0x34e4e000 /usr/local/lib/libfreetype.so.9 0x34eb5000 /usr/lib/libz.so.2 0x34ec2000 /usr/X11R6/lib/libXrender.so.1 0x34eca000 /usr/X11R6/lib/libXext.so.6 0x34ed8000 /usr/X11R6/lib/libfontconfig.so.1 0x34efe000 /usr/X11R6/lib/libpangox-1.0.so.600 0x34f09000 /usr/X11R6/lib/libX11.so.6 0x34fc7000 /usr/X11R6/lib/libpango-1.0.so.600 0x34ffc000 /usr/local/lib/libgobject-2.0.so.400 0x35038000 /usr/local/lib/libgmodule-2.0.so.400 0x3503c000 /usr/local/lib/libgthread-2.0.so.400 0x35040000 /usr/local/lib/libglib-2.0.so.400 0x350c2000 /usr/local/lib/libiconv.so.3 0x351af000 /usr/X11R6/lib/libXtst.so.6 0x351b4000 /usr/local/lib/libintl.so.6 0x351bd000 /usr/X11R6/lib/libpangoft2-1.0.so.600 0x351e1000 /usr/local/lib/libexpat.so.5 0x2c49e000 /usr/X11R6/lib/libXThrStub.so.6 0x351fe000 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 0x35201000 /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/freebsd/x86/libswt-gtk-3063.so 0x3529a000 /usr/X11R6/lib/pango/1.4.0/modules/pango-basic-fc.so 0x3529d000 /usr/local/jdk1.4.2/jre/lib/i386/libnio.so 0x352a4000 /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/freebsd/x86/libswt-atk-gtk-3063.so 0x352de000 /usr/X11R6/lib/pango/1.4.0/modules/pango-arabic-fc.so 0x352e2000 /usr/X11R6/lib/pango/1.4.0/modules/pango-hangul-fc.so 0x2804e000 /usr/libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 1728K, used 692K [0x2c4a0000, 0x2c670000, 0x2c980000) eden space 1600K, 35% used [0x2c4a0000, 0x2c52dea0, 0x2c630000) from space 128K, 97% used [0x2c630000, 0x2c64f1d8, 0x2c650000) to space 128K, 0% used [0x2c650000, 0x2c650000, 0x2c670000) tenured generation total 21700K, used 11490K [0x2c980000, 0x2deb1000, 0x304a0000) the space 21700K, 52% used [0x2c980000, 0x2d4b8a20, 0x2d4b8c00, 0x2deb1000) compacting perm gen total 11776K, used 11536K [0x304a0000, 0x31020000, 0x344a0000) the space 11776K, 97% used [0x304a0000, 0x30fe41f0, 0x30fe4200, 0x31020000) Local Time = Thu Jan 20 19:33:16 2005 Elapsed Time = 264611 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002F1 # Please report this error to # freebsd-java@FreeBSD.org mailing list # # Java VM: Java HotSpot(TM) Client VM (1.4.2-p7-root_10_jan_2005_20_03 mixed mode) # ------------------- __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail