src/share/vm/ci/ciEnv.hpp

changeset 3099
c124e2e7463e
parent 3094
b27c72d69fd1
child 3197
5eb9169b1a14
equal deleted inserted replaced
3098:a64d352d1118 3099:c124e2e7463e
315 OopMapSet* oop_map_set, 315 OopMapSet* oop_map_set,
316 ExceptionHandlerTable* handler_table, 316 ExceptionHandlerTable* handler_table,
317 ImplicitExceptionTable* inc_table, 317 ImplicitExceptionTable* inc_table,
318 AbstractCompiler* compiler, 318 AbstractCompiler* compiler,
319 int comp_level, 319 int comp_level,
320 bool has_debug_info = true, 320 bool has_unsafe_access);
321 bool has_unsafe_access = false);
322 321
323 322
324 // Access to certain well known ciObjects. 323 // Access to certain well known ciObjects.
325 #define WK_KLASS_FUNC(name, ignore_s, ignore_o) \ 324 #define WK_KLASS_FUNC(name, ignore_s, ignore_o) \
326 ciInstanceKlass* name() { \ 325 ciInstanceKlass* name() { \

mercurial