comparison src/share/vm/graal/graalCodeInstaller.cpp @ 9191:700f6a63763a

removed unused has_debug_info parameter
author Doug Simon <doug.simon@oracle.com>
date Fri, 19 Apr 2013 10:48:36 +0200
parents 2979aaac95af
children 123991e4fbd8
comparison
equal deleted inserted replaced
9189:0331f7512be2 9191:700f6a63763a
346 346
347 int stack_slots = _total_frame_size / HeapWordSize; // conversion to words 347 int stack_slots = _total_frame_size / HeapWordSize; // conversion to words
348 GrowableArray<jlong>* leaf_graph_ids = get_leaf_graph_ids(comp_result); 348 GrowableArray<jlong>* leaf_graph_ids = get_leaf_graph_ids(comp_result);
349 349
350 result = GraalEnv::register_method(method, nm, entry_bci, &_offsets, _custom_stack_area_offset, &buffer, stack_slots, _debug_recorder->_oopmaps, &_exception_handler_table, 350 result = GraalEnv::register_method(method, nm, entry_bci, &_offsets, _custom_stack_area_offset, &buffer, stack_slots, _debug_recorder->_oopmaps, &_exception_handler_table,
351 GraalCompiler::instance(), _debug_recorder, _dependencies, NULL, -1, true, false, leaf_graph_ids, installed_code, triggered_deoptimizations); 351 GraalCompiler::instance(), _debug_recorder, _dependencies, NULL, -1, false, leaf_graph_ids, installed_code, triggered_deoptimizations);
352 } 352 }
353 353
354 // constructor used to create a stub 354 // constructor used to create a stub
355 CodeInstaller::CodeInstaller(Handle& target_method, BufferBlob*& blob, jlong& id) { 355 CodeInstaller::CodeInstaller(Handle& target_method, BufferBlob*& blob, jlong& id) {
356 No_Safepoint_Verifier no_safepoint; 356 No_Safepoint_Verifier no_safepoint;