Searched refs:checkPattern (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/test/gc/
H A DTestAgeOutput.java52 public static void checkPattern(String pattern, String what) throws Exception { method in class:TestAgeOutput
82 checkPattern(".*GC\\(0\\) .*Desired survivor size.*", stdout);
83 checkPattern(".*GC\\(0\\) .*Age table with threshold.*", stdout);
84 checkPattern(".*GC\\(0\\) .*- age 1:.*", stdout);
/openjdk10/jdk/test/java/text/Format/MessageFormat/
H A DMessageFormatsByArgumentIndex.java59 checkPattern(format.toPattern(), "{3,choice," + choicePattern + "}, {2}, {0,number}");
76 checkPattern(format.toPattern(), "{3,choice," + choicePattern + "}, {2,number}, {0,choice," + choicePattern + "}");
93 private static void checkPattern(String actual, String expected) { method in class:MessageFormatsByArgumentIndex
/openjdk10/hotspot/test/compiler/codecache/dtrace/
H A DSegmentedCodeCacheDtraceTest.java232 private final Pattern checkPattern; field in class:SegmentedCodeCacheDtraceTest.SegmentedCodeCacheDtraceResultsAnalyzer
246 checkPattern = Pattern.compile(sb.toString());
304 Matcher m = checkPattern.matcher(source);

Completed in 96 milliseconds