comparison src/share/vm/opto/compile.cpp @ 3899:c124e2e7463e

7083786: dead various dead chunks of code Reviewed-by: iveresov, kvn
author never
date Wed, 31 Aug 2011 16:46:11 -0700
parents 11211f7cb5a0
children 670a74b863fc
comparison
equal deleted inserted replaced
3898:a64d352d1118 3899:c124e2e7463e
815 code_buffer(), 815 code_buffer(),
816 frame_size_in_words(), _oop_map_set, 816 frame_size_in_words(), _oop_map_set,
817 &_handler_table, &_inc_table, 817 &_handler_table, &_inc_table,
818 compiler, 818 compiler,
819 env()->comp_level(), 819 env()->comp_level(),
820 true, /*has_debug_info*/
821 has_unsafe_access() 820 has_unsafe_access()
822 ); 821 );
823 } 822 }
824 } 823 }
825 824