comparison src/share/vm/shark/sharkCacheDecache.cpp @ 4583:597bc897257d

Made DebugInformationRecorder::describe_scope() take both a methodHandle _and_ a ciMethod* parameter to avoid creating handles in scopes where it is not allowed.
author Doug Simon <doug.simon@oracle.com>
date Mon, 13 Feb 2012 23:15:53 +0100
parents f95d63e2154a
children e1a03c81cef0
comparison
equal deleted inserted replaced
4582:b24386206122 4583:597bc897257d
149 } 149 }
150 } 150 }
151 151
152 void SharkDecacher::end_frame() { 152 void SharkDecacher::end_frame() {
153 // Record the scope 153 // Record the scope
154 methodHandle null_mh;
154 debug_info()->describe_scope( 155 debug_info()->describe_scope(
155 pc_offset(), 156 pc_offset(),
157 null_mh,
156 target(), 158 target(),
157 bci(), 159 bci(),
158 true, 160 true,
159 false, 161 false,
160 false, 162 false,