src/share/vm/c1/c1_Compilation.cpp

changeset 3099
c124e2e7463e
parent 2559
72d6c57d0658
child 3969
1d7922586cf6
equal deleted inserted replaced
3098:a64d352d1118 3099:c124e2e7463e
344 debug_info_recorder()->_oopmaps, 344 debug_info_recorder()->_oopmaps,
345 exception_handler_table(), 345 exception_handler_table(),
346 implicit_exception_table(), 346 implicit_exception_table(),
347 compiler(), 347 compiler(),
348 _env->comp_level(), 348 _env->comp_level(),
349 true,
350 has_unsafe_access() 349 has_unsafe_access()
351 ); 350 );
352 } 351 }
353 352
354 353

mercurial