Searched refs:JAVA_RE (Results 1 – 1 of 1) sorted by relevance
54 public static final Pattern JAVA_RE = Pattern.compile( field in ThreadSnapshotParser105 final Matcher javaRe = JAVA_RE.matcher(""); in parse()