Searched refs:KERNEL_UNKNOWN_RE (Results 1 – 1 of 1) sorted by relevance
52 public static final Pattern KERNEL_UNKNOWN_RE = Pattern.compile( field in ThreadSnapshotParser104 final Matcher kernelUnknownRe = KERNEL_UNKNOWN_RE.matcher(""); in parse()