equal
deleted
inserted
replaced
363 ExceptionHandlerTable* handler_table, |
363 ExceptionHandlerTable* handler_table, |
364 ImplicitExceptionTable* inc_table, |
364 ImplicitExceptionTable* inc_table, |
365 AbstractCompiler* compiler, |
365 AbstractCompiler* compiler, |
366 int comp_level, |
366 int comp_level, |
367 bool has_unsafe_access, |
367 bool has_unsafe_access, |
368 bool has_wide_vectors); |
368 bool has_wide_vectors, |
|
369 RTMState rtm_state = NoRTM); |
369 |
370 |
370 |
371 |
371 // Access to certain well known ciObjects. |
372 // Access to certain well known ciObjects. |
372 #define WK_KLASS_FUNC(name, ignore_s, ignore_o) \ |
373 #define WK_KLASS_FUNC(name, ignore_s, ignore_o) \ |
373 ciInstanceKlass* name() { \ |
374 ciInstanceKlass* name() { \ |