comparison graal/com.oracle.max.criutils/src/com/oracle/max/criutils/BaseProfilingInfo.java @ 5506:56860d3f9f39

More refactorings and renamings in preparation of ci/ri split.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 18:12:01 +0200
parents 4c3d953f8131
children dc71b06d09f8
comparison
equal deleted inserted replaced
5505:28af6dff047f 5506:56860d3f9f39
76 public static RiProfilingInfo get(RiExceptionSeen exceptionSeen) { 76 public static RiProfilingInfo get(RiExceptionSeen exceptionSeen) {
77 return NO_PROFILING_INFO[exceptionSeen.ordinal()]; 77 return NO_PROFILING_INFO[exceptionSeen.ordinal()];
78 } 78 }
79 79
80 @Override 80 @Override
81 public int getDeoptimizationCount(RiDeoptReason reason) { 81 public int getDeoptimizationCount(CiDeoptReason reason) {
82 return 0; 82 return 0;
83 } 83 }
84 84
85 @Override 85 @Override
86 public String toString() { 86 public String toString() {