src/share/vm/shark/sharkCacheDecache.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/shark/sharkCacheDecache.cpp	Wed Sep 16 15:19:16 2015
--- new/src/share/vm/shark/sharkCacheDecache.cpp	Wed Sep 16 15:19:16 2015

*** 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