comparison src/share/vm/c1/c1_Runtime1.cpp @ 1449:8cfe3537a0d3

Pointer verification stub. Two loose oop fixes in C1X C++ part. Logging which methods have been compiled.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 11 Nov 2010 14:09:37 +0100
parents 72cfb36c6bb2
children 7641338cfc92
comparison
equal deleted inserted replaced
1445:a7b84a5e16c6 1449:8cfe3537a0d3
171 case g1_pre_barrier_slow_id: 171 case g1_pre_barrier_slow_id:
172 case g1_post_barrier_slow_id: 172 case g1_post_barrier_slow_id:
173 case slow_subtype_check_id: 173 case slow_subtype_check_id:
174 case fpu2long_stub_id: 174 case fpu2long_stub_id:
175 case unwind_exception_id: 175 case unwind_exception_id:
176 case c1x_verify_pointer_id:
176 case c1x_unwind_exception_call_id: 177 case c1x_unwind_exception_call_id:
177 case c1x_slow_subtype_check_id: 178 case c1x_slow_subtype_check_id:
178 case c1x_arithmetic_frem_id: 179 case c1x_arithmetic_frem_id:
179 case c1x_arithmetic_drem_id: 180 case c1x_arithmetic_drem_id:
180 #ifndef TIERED 181 #ifndef TIERED