Searched refs:JNI_RE (Results 1 – 1 of 1) sorted by relevance
56 public static final Pattern JNI_RE = Pattern.compile( field in ThreadSnapshotParser106 final Matcher jniRe = JNI_RE.matcher(""); in parse()