src/share/vm/c1/c1_Runtime1.hpp

changeset 777
37f87013dfd8
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
equal deleted inserted replaced
624:0b27f3512f9e 777:37f87013dfd8
54 stub(monitorexit) \ 54 stub(monitorexit) \
55 stub(monitorexit_nofpu) /* optimized version that does not preserve fpu registers */ \ 55 stub(monitorexit_nofpu) /* optimized version that does not preserve fpu registers */ \
56 stub(access_field_patching) \ 56 stub(access_field_patching) \
57 stub(load_klass_patching) \ 57 stub(load_klass_patching) \
58 stub(jvmti_exception_throw) \ 58 stub(jvmti_exception_throw) \
59 stub(g1_pre_barrier_slow) \
60 stub(g1_post_barrier_slow) \
59 stub(fpu2long_stub) \ 61 stub(fpu2long_stub) \
60 stub(counter_overflow) \ 62 stub(counter_overflow) \
61 last_entry(number_of_ids) 63 last_entry(number_of_ids)
62 64
63 #define DECLARE_STUB_ID(x) x ## _id , 65 #define DECLARE_STUB_ID(x) x ## _id ,

mercurial