comparison src/share/vm/c1/c1_Runtime1.hpp @ 3682:6c04a4f268e5

implement generic callback mechanism (CiGenericCallback)
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 18 Nov 2011 11:52:59 +0100
parents bc95d122df79
children b648304ba4ff
comparison
equal deleted inserted replaced
3681:753443a8c4ff 3682:6c04a4f268e5
79 stub(graal_monitorexit) \ 79 stub(graal_monitorexit) \
80 stub(graal_verify_pointer) \ 80 stub(graal_verify_pointer) \
81 stub(graal_set_deopt_info) \ 81 stub(graal_set_deopt_info) \
82 stub(graal_create_null_pointer_exception) \ 82 stub(graal_create_null_pointer_exception) \
83 stub(graal_create_out_of_bounds_exception) \ 83 stub(graal_create_out_of_bounds_exception) \
84 stub(graal_generic_callback) \
84 last_entry(number_of_ids) 85 last_entry(number_of_ids)
85 86
86 #define DECLARE_STUB_ID(x) x ## _id , 87 #define DECLARE_STUB_ID(x) x ## _id ,
87 #define DECLARE_LAST_STUB_ID(x) x 88 #define DECLARE_LAST_STUB_ID(x) x
88 #define STUB_NAME(x) #x " Runtime1 stub", 89 #define STUB_NAME(x) #x " Runtime1 stub",