aboutsummaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-hotspot::vm::amd64.ad
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk16/files/patch-hotspot::vm::amd64.ad')
-rw-r--r--java/jdk16/files/patch-hotspot::vm::amd64.ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk16/files/patch-hotspot::vm::amd64.ad b/java/jdk16/files/patch-hotspot::vm::amd64.ad
deleted file mode 100644
index 53c174afeb37..000000000000
--- a/java/jdk16/files/patch-hotspot::vm::amd64.ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../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);
- %}
-