diff options
Diffstat (limited to 'java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp')
-rw-r--r-- | java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp b/java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp deleted file mode 100644 index 77bd14b2ea9e..000000000000 --- a/java/jdk15/files/patch-hotspot::amd64::vm::frame_amd64.hpp +++ /dev/null @@ -1,9 +0,0 @@ ---- ../../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; - |