From 7446ea7a70abb17206c2d63b7369fe2dbe4683c1 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 25 May 2007 18:44:27 +0000 Subject: Various fixes for -CURRENT. - Build fixes after GCC 4.2 import. - Remove SIGRTMIN and SIGRTMAX redefinitions. - Use posix_memalign(3) instead of valloc(3). Approved by: glewis (maintainer) --- java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp (limited to 'java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp') diff --git a/java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp b/java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp new file mode 100644 index 000000000000..77bd14b2ea9e --- /dev/null +++ b/java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp @@ -0,0 +1,9 @@ +--- ../../hotspot/src/cpu/amd64/vm/frame_amd64.hpp.orig Tue Oct 19 14:41:26 2004 ++++ ../../hotspot/src/cpu/amd64/vm/frame_amd64.hpp Thu May 24 15:55:55 2007 +@@ -125,5 +125,5 @@ + inline address* sender_pc_addr() const; + + // return address of param, zero origin index. +- inline address* frame::native_param_addr(int idx) const; ++ inline address* native_param_addr(int idx) const; + -- cgit v1.2.3