comparison src/share/vm/c1/c1_Runtime1.hpp @ 342:37f87013dfd8

6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
author ysr
date Thu, 05 Jun 2008 15:57:56 -0700
parents a61af66fc99e
children abc670a709dc c18cbe5936b8
comparison
equal deleted inserted replaced
189:0b27f3512f9e 342: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 ,