stability problems under eclipse on amd64 platform

Sean McNeil sean at mcneil.com
Wed Feb 8 17:35:41 PST 2006


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

-------------- next part --------------
--- ../../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);
 %}
 


More information about the freebsd-java mailing list