comparison src/share/vm/c1/c1_Runtime1.cpp @ 362:f8199438385b

Merge
author apetrusenko
date Wed, 17 Sep 2008 16:49:18 +0400
parents dc7f315e41f7 1ee8caae33af
children ac8fe14c93e4
comparison
equal deleted inserted replaced
316:5fa96a5a7e76 362:f8199438385b
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