comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiTypeProfile.java @ 5321:12c63380e7ff

removed empty javadoc for generated serialVersionUID fields
author Doug Simon <doug.simon@oracle.com>
date Mon, 30 Apr 2012 13:25:59 +0200
parents f4c82dd4619e
children 439ca5ecc7dc
comparison
equal deleted inserted replaced
5320:e79727f1b3d0 5321:12c63380e7ff
28 * This profile object represents the type profile at a specific BCI. The precision of the supplied values may vary, 28 * This profile object represents the type profile at a specific BCI. The precision of the supplied values may vary,
29 * but a runtime that provides this information should be aware that it will be used to guide performance-critical 29 * but a runtime that provides this information should be aware that it will be used to guide performance-critical
30 * decisions like speculative inlining, etc. 30 * decisions like speculative inlining, etc.
31 */ 31 */
32 public final class RiTypeProfile implements Serializable { 32 public final class RiTypeProfile implements Serializable {
33 /** 33
34 *
35 */
36 private static final long serialVersionUID = -6877016333706838441L; 34 private static final long serialVersionUID = -6877016333706838441L;
37 35
38 private final RiResolvedType[] types; 36 private final RiResolvedType[] types;
39 private final double notRecordedProbability; 37 private final double notRecordedProbability;
40 private final double[] probabilities; 38 private final double[] probabilities;