hotspot/src/share/vm/ci/ciEnv.hpp
changeset 23491 f690330b10b9
parent 22893 e3a2b513713a
child 25490 59f226da8d81
equal deleted inserted replaced
23490:54fc219734a0 23491:f690330b10b9
   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() { \