From owner-freebsd-java@FreeBSD.ORG Thu Oct 11 05:49:24 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9B3616A418 for ; Thu, 11 Oct 2007 05:49:24 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 42DD213C447 for ; Thu, 11 Oct 2007 05:49:23 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l9B5nIDp095113; Thu, 11 Oct 2007 14:49:18 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Thu, 11 Oct 2007 14:50:38 +0900 (JST) Message-Id: <20071011.145038.85413808.ken@tydfam.jp> To: alex.kovalenko@verizon.net From: Ken Yamada In-Reply-To: <1192023887.1022.9.camel@RabbitsDen> References: <470CCBB6.3050506@sanbi.ac.za> <1192023887.1022.9.camel@RabbitsDen> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4527/Thu Oct 11 11:58:52 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: freebsd-java@freebsd.org, pvh@sanbi.ac.za, freebsd-current@freebsd.org Subject: Re: Which java jdk to use on -CURRENT? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 05:49:24 -0000 Do you still need "-fno-tree-vrp"? I think that it is fixed sometime in the middle of Sept., and I do not need to add it at least to compile jdk15/16 with -current. I have a different problem with JVM, though.