comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiResolvedMethod.java @ 4527:a0cca63cd366

fixed exceptionSeen profiling information
author Christian Haeubl <christian.haeubl@oracle.com>
date Tue, 07 Feb 2012 12:09:11 -0800
parents dc6f6e2f1a00
children e6e14d25e608
comparison
equal deleted inserted replaced
4526:0e1f15ec0e94 4527:a0cca63cd366
209 209
210 /** 210 /**
211 * @return {@code true} if this method can be inlined 211 * @return {@code true} if this method can be inlined
212 */ 212 */
213 boolean canBeInlined(); 213 boolean canBeInlined();
214
215 /**
216 * Dumps the recorded profiling information to TTY.
217 */
218 void dumpProfile();
214 } 219 }