comparison src/share/vm/c1/c1_Runtime1.cpp @ 5624:7d25723b7699

added oop verification to NewInstanceSnippets when -XX:+VerifyOops is enabled
author Doug Simon <doug.simon@oracle.com>
date Fri, 15 Jun 2012 16:12:41 +0200
parents ea9ac81f5645
children 143e68e4e4d3
comparison
equal deleted inserted replaced
5620:2a44192a8b24 5624:7d25723b7699
204 case counter_overflow_id: 204 case counter_overflow_id:
205 #if defined(SPARC) || defined(PPC) 205 #if defined(SPARC) || defined(PPC)
206 case handle_exception_nofpu_id: // Unused on sparc 206 case handle_exception_nofpu_id: // Unused on sparc
207 #endif 207 #endif
208 #ifdef GRAAL 208 #ifdef GRAAL
209 case graal_verify_pointer_id: 209 case graal_verify_oop_id:
210 case graal_unwind_exception_call_id: 210 case graal_unwind_exception_call_id:
211 case graal_slow_subtype_check_id: 211 case graal_slow_subtype_check_id:
212 case graal_arithmetic_frem_id: 212 case graal_arithmetic_frem_id:
213 case graal_arithmetic_drem_id: 213 case graal_arithmetic_drem_id:
214 case graal_set_deopt_info_id: 214 case graal_set_deopt_info_id: