hotspot/src/share/vm/ci/ciEnv.hpp
changeset 13883 6979b9850feb
parent 13728 882756847a04
child 14477 95e66ea71f71
equal deleted inserted replaced
13882:80d5d0d21b75 13883:6979b9850feb
   360                        OopMapSet*                oop_map_set,
   360                        OopMapSet*                oop_map_set,
   361                        ExceptionHandlerTable*    handler_table,
   361                        ExceptionHandlerTable*    handler_table,
   362                        ImplicitExceptionTable*   inc_table,
   362                        ImplicitExceptionTable*   inc_table,
   363                        AbstractCompiler*         compiler,
   363                        AbstractCompiler*         compiler,
   364                        int                       comp_level,
   364                        int                       comp_level,
   365                        bool                      has_unsafe_access);
   365                        bool                      has_unsafe_access,
       
   366                        bool                      has_wide_vectors);
   366 
   367 
   367 
   368 
   368   // Access to certain well known ciObjects.
   369   // Access to certain well known ciObjects.
   369 #define WK_KLASS_FUNC(name, ignore_s, ignore_o) \
   370 #define WK_KLASS_FUNC(name, ignore_s, ignore_o) \
   370   ciInstanceKlass* name() { \
   371   ciInstanceKlass* name() { \