comparison src/share/vm/c1/c1_Runtime1.cpp @ 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 ba764ed4b6f2
children 1ee8caae33af
comparison
equal deleted inserted replaced
189:0b27f3512f9e 342:37f87013dfd8
166 #ifdef ASSERT 166 #ifdef ASSERT
167 // Make sure that stubs that need oopmaps have them 167 // Make sure that stubs that need oopmaps have them
168 switch (id) { 168 switch (id) {
169 // These stubs don't need to have an oopmap 169 // These stubs don't need to have an oopmap
170 case dtrace_object_alloc_id: 170 case dtrace_object_alloc_id:
171 case g1_pre_barrier_slow_id:
172 case g1_post_barrier_slow_id:
171 case slow_subtype_check_id: 173 case slow_subtype_check_id:
172 case fpu2long_stub_id: 174 case fpu2long_stub_id:
173 case unwind_exception_id: 175 case unwind_exception_id:
174 #ifndef TIERED 176 #ifndef TIERED
175 case counter_overflow_id: // Not generated outside the tiered world 177 case counter_overflow_id: // Not generated outside the tiered world