Searched defs:confidence (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DPCFinder.java31 confidence of the find. */
40 private int confidence; field in class:PCFinder.Info
42 public Info(String name, long offset, int confidence) { argument
45 this.confidence = confidence;
56 public int getConfidence() { return confidence; }
60 object has low confidence */
70 // Highest confidence
80 // confidence? I think so. On Solaris there is no notion of a
81 // mapfile, and the confidence fo
[all...]

Completed in 34 milliseconds