Date: Wed, 08 Feb 2006 17:35:39 -0800 From: Sean McNeil <sean@mcneil.com> To: java@freebsd.org, eclipse@freebsd.org Subject: stability problems under eclipse on amd64 platform Message-ID: <1139448939.84197.4.camel@triton.mcneil.com>
next in thread | raw e-mail | index | archive | help
--=-B1icf46kNvVNqXOLmP09 Content-Type: text/plain Content-Transfer-Encoding: 7bit I would like the following patch file to be tested and committed to the java/jdk15 port until patch 6 is released on FreeBSD. This patch has eliminated crashes for me and has made a significant difference in the stability of eclipse. Cheers, Sean --=-B1icf46kNvVNqXOLmP09 Content-Disposition: attachment; filename="patch-hotspot::src::cpu::amd64::vm::amd64.ad" Content-Type: text/plain; name="patch-hotspot::src::cpu::amd64::vm::amd64.ad"; charset=us-ascii Content-Transfer-Encoding: 7bit --- ../../hotspot/src/cpu/amd64/vm/amd64.ad.orig Wed Feb 8 15:18:24 2006 +++ ../../hotspot/src/cpu/amd64/vm/amd64.ad Wed Feb 8 15:17:35 2006 @@ -7246,7 +7246,7 @@ format %{ "negl $dst\t# int" %} opcode(0xF7, 0x03); // Opcode F7 /3 - ins_encode(REX_reg(dst), OpcP, RM_opc_mem(secondary, dst)); + ins_encode(REX_mem(dst), OpcP, RM_opc_mem(secondary, dst)); ins_pipe(ialu_reg); %} --=-B1icf46kNvVNqXOLmP09--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1139448939.84197.4.camel>