comparison graal/com.oracle.max.cri/src/com/sun/cri/ri/RiTypeProfile.java @ 4142:bc8527f3071c

Adjust code base to new level of warnings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 05:24:06 +0100
parents e233f5660da4
children
comparison
equal deleted inserted replaced
4141:04d21be7a24f 4142:bc8527f3071c
30 * guide performance-critical decisions like speculative inlining, etc. 30 * guide performance-critical decisions like speculative inlining, etc.
31 */ 31 */
32 public class RiTypeProfile implements Serializable { 32 public class RiTypeProfile implements Serializable {
33 33
34 /** 34 /**
35 *
36 */
37 private static final long serialVersionUID = -6877016333706838441L;
38
39 /**
35 * How often the instruction was executed, which may be used to judge the maturity of this profile. 40 * How often the instruction was executed, which may be used to judge the maturity of this profile.
36 */ 41 */
37 public int count; 42 public int count;
38 43
39 /** 44 /**