comparison src/share/vm/shark/sharkCacheDecache.cpp @ 7663:f78ac2ce44ef

fix client and servr ild for leafGraphId change
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 01 Feb 2013 21:10:23 +0100
parents 291ffc492eb6
children
comparison
equal deleted inserted replaced
7662:7e5581ae1e43 7663:f78ac2ce44ef
38 // Start recording the debug information 38 // Start recording the debug information
39 _pc_offset = code_buffer()->create_unique_offset(); 39 _pc_offset = code_buffer()->create_unique_offset();
40 _oopmap = new OopMap( 40 _oopmap = new OopMap(
41 oopmap_slot_munge(stack()->oopmap_frame_size()), 41 oopmap_slot_munge(stack()->oopmap_frame_size()),
42 oopmap_slot_munge(arg_size())); 42 oopmap_slot_munge(arg_size()));
43 debug_info()->add_safepoint(pc_offset(), -1, oopmap()); 43 debug_info()->add_safepoint(pc_offset(), oopmap());
44 } 44 }
45 45
46 void SharkDecacher::start_stack(int stack_depth) { 46 void SharkDecacher::start_stack(int stack_depth) {
47 // Create the array we'll record our stack slots in 47 // Create the array we'll record our stack slots in
48 _exparray = new GrowableArray<ScopeValue*>(stack_depth); 48 _exparray = new GrowableArray<ScopeValue*>(stack_depth);