< prev index next >

test/gc/g1/ihop/lib/IhopUtils.java

Print this page

        

*** 25,35 **** import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Collectors; import java.util.stream.Stream; ! import jdk.test.lib.OutputAnalyzer; /** * Utility class to extract IHOP related information from the GC log. * The class provides a number of static method to be used from tests. --- 25,35 ---- import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Collectors; import java.util.stream.Stream; ! import jdk.test.lib.process.OutputAnalyzer; /** * Utility class to extract IHOP related information from the GC log. * The class provides a number of static method to be used from tests.
< prev index next >