< prev index next >

test/compiler/codecache/dtrace/DtraceResultsAnalyzer.java

Print this page

        

*** 18,29 **** * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package jdk.test.lib.dtrace; ! import jdk.test.lib.OutputAnalyzer; public interface DtraceResultsAnalyzer { public void analyze(OutputAnalyzer oa, String logFilePath); } --- 18,29 ---- * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package compiler.codecache.dtrace; ! import jdk.test.lib.process.OutputAnalyzer; public interface DtraceResultsAnalyzer { public void analyze(OutputAnalyzer oa, String logFilePath); }
< prev index next >