src/share/vm/shark/sharkCacheDecache.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/shark/sharkCacheDecache.cpp

src/share/vm/shark/sharkCacheDecache.cpp

Print this page

        

*** 148,159 **** --- 148,161 ---- } } void SharkDecacher::end_frame() { // Record the scope + methodHandle null_mh; debug_info()->describe_scope( pc_offset(), + null_mh, target(), bci(), true, false, false,
src/share/vm/shark/sharkCacheDecache.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File