diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2007-05-25 18:44:27 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2007-05-25 18:44:27 +0000 |
commit | 7446ea7a70abb17206c2d63b7369fe2dbe4683c1 (patch) | |
tree | 2a7658d09bba2cebe4097c381677b942c1fa639c /java/jdk15/files/patch-hotspot::amd64::vm::interpreter_amd64.hpp | |
parent | - update to 1.2.1 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=191828
Diffstat (limited to 'java/jdk15/files/patch-hotspot::amd64::vm::interpreter_amd64.hpp')
-rw-r--r-- | java/jdk15/files/patch-hotspot::amd64::vm::interpreter_amd64.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-hotspot::amd64::vm::interpreter_amd64.hpp b/java/jdk15/files/patch-hotspot::amd64::vm::interpreter_amd64.hpp new file mode 100644 index 000000000000..0bd8ed438688 --- /dev/null +++ b/java/jdk15/files/patch-hotspot::amd64::vm::interpreter_amd64.hpp @@ -0,0 +1,16 @@ +--- ../../hotspot/src/cpu/amd64/vm/interpreter_amd64.hpp.orig Tue Oct 19 14:41:27 2004 ++++ ../../hotspot/src/cpu/amd64/vm/interpreter_amd64.hpp Thu May 24 16:11:07 2007 +@@ -53,11 +53,11 @@ + void generate_stack_overflow_check(void); + + #ifndef CORE +- void InterpreterGenerator::generate_counter_incr( ++ void generate_counter_incr( + Label* overflow, + Label* profile_method, + Label* profile_method_continue); +- void InterpreterGenerator::generate_counter_overflow(address entry_point); ++ void generate_counter_overflow(address entry_point); + void generate_run_compiled_code(void); + void check_for_compiled_code(Label & run_compiled_code); + #endif |