From owner-freebsd-java Fri Mar 7 17:18:10 2003 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 361E037B401 for ; Fri, 7 Mar 2003 17:18:09 -0800 (PST) Received: from ool-18bacefa.dyn.optonline.net (ool-18bacefa.dyn.optonline.net [24.186.206.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6496843FBF for ; Fri, 7 Mar 2003 17:18:06 -0800 (PST) (envelope-from cbr@ool-18bacefa.dyn.optonline.net) Received: from ool-18bacefa.dyn.optonline.net (localhost [127.0.0.1]) by ool-18bacefa.dyn.optonline.net (8.12.7/8.12.7) with ESMTP id h281HxD7077052 for ; Fri, 7 Mar 2003 20:17:59 -0500 (EST) (envelope-from cbr@ool-18bacefa.dyn.optonline.net) Received: (from cbr@localhost) by ool-18bacefa.dyn.optonline.net (8.12.7/8.12.7/Submit) id h281Hx2G077049; Fri, 7 Mar 2003 20:17:59 -0500 (EST) From: Christopher Rued MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15977.17607.109088.187779@ool-18bacefa.dyn.optonline.net> Date: Fri, 7 Mar 2003 20:17:59 -0500 To: freebsd-java@freebsd.org Subject: JDK14 build error -- "must use byte registers if not P6" X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I get the following error when I try to compile jdk14 port: /usr/ports/java/jdk14/work/control/build/bsd-i586/bin/javah_g -J-XX:ThreadStackSize=768 -jni -bootclasspath /usr/ports/java/jdk14/work/control/build/bsd-i586/classes -d /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/java.net/net/CClassHeaders/ \ java.net.Socket java.net.SocketOptions java.net.SocketImpl java.net.PlainSocketImpl java.net.ServerSocket java.net.InetAddress java.net.Inet4Address java.net.Inet6Address java.net.InetAddressImpl java.net.Inet4AddressImpl java.net.Inet6AddressImpl java.net.NetworkInterface java.net.SocketInputStream java.net.SocketOutputStream java.net.DatagramPacket java.net.DatagramSocket java.net.DatagramSocketImpl java.net.PlainDatagramSocketImpl java.net.MulticastSocket java.net.UnknownHostException java.net.ProtocolException java.lang.Integer java.io.FileDescriptor java.net.InetAddressImplFactory java.net.Inet4AddressImpl java.net.Inet6AddressImpl VM option 'ThreadStackSize=768' # # HotSpot Virtual Machine Error, assertion failure # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.1-p3-cbr_07_mar_2003_11_48-debug mixed mode) # # assert(VM_Version::is_P6() || dest- has_byte_register(), "must use byte registers if not P6") # # Error ID: /usr/ports/java/jdk14/work/hotspot/src/cpu/i486/vm/c1_LIRAssembler_i486.cpp, 1145 # # Problematic Thread: prio=5 tid=0x0x80b0e18 nid=0x8577400 runnable # Any one else get anything like this??? Any idea what is wrong??? Thanks, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message