comparison src/share/vm/c1/c1_Runtime1.hpp @ 3538:e4616e3d207b

support for new CiRuntimeCalls CreateNullPointerException and CreateOutOfBoundsException
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 10 Aug 2011 18:19:09 +0200
parents 75a99b4f1c98
children bc95d122df79
comparison
equal deleted inserted replaced
3536:c4f88f4ede54 3538:e4616e3d207b
68 stub(jvmti_exception_throw) \ 68 stub(jvmti_exception_throw) \
69 stub(g1_pre_barrier_slow) \ 69 stub(g1_pre_barrier_slow) \
70 stub(g1_post_barrier_slow) \ 70 stub(g1_post_barrier_slow) \
71 stub(fpu2long_stub) \ 71 stub(fpu2long_stub) \
72 stub(counter_overflow) \ 72 stub(counter_overflow) \
73 stub(graal_unwind_exception_call) \ 73 stub(graal_unwind_exception_call) \
74 stub(graal_handle_exception) \ 74 stub(graal_handle_exception) \
75 stub(graal_slow_subtype_check) \ 75 stub(graal_slow_subtype_check) \
76 stub(graal_arithmetic_frem) \ 76 stub(graal_arithmetic_frem) \
77 stub(graal_arithmetic_drem) \ 77 stub(graal_arithmetic_drem) \
78 stub(graal_monitorenter) \ 78 stub(graal_monitorenter) \
79 stub(graal_monitorexit) \ 79 stub(graal_monitorexit) \
80 stub(graal_verify_pointer) \ 80 stub(graal_verify_pointer) \
81 stub(graal_create_null_pointer_exception) \
82 stub(graal_create_out_of_bounds_exception) \
81 last_entry(number_of_ids) 83 last_entry(number_of_ids)
82 84
83 #define DECLARE_STUB_ID(x) x ## _id , 85 #define DECLARE_STUB_ID(x) x ## _id ,
84 #define DECLARE_LAST_STUB_ID(x) x 86 #define DECLARE_LAST_STUB_ID(x) x
85 #define STUB_NAME(x) #x " Runtime1 stub", 87 #define STUB_NAME(x) #x " Runtime1 stub",