< prev index next >

test/jdk/com/sun/jdi/lib/jdb/JdbTest.java

Print this page

        

*** 236,246 **** .transform(id, launchOptions.debuggeeClass, compilerOptions); return jdb.command(JdbCommand.redefine(launchOptions.debuggeeClass, transformedClassFile)); } // gets full test source path for the given test filename ! protected static String getTestSourcePath(String fileName) { return Paths.get(System.getProperty("test.src")).resolve(fileName).toString(); } // verifies that sourceFilename is specified in ctor private void verifySourceFilename() { --- 236,246 ---- .transform(id, launchOptions.debuggeeClass, compilerOptions); return jdb.command(JdbCommand.redefine(launchOptions.debuggeeClass, transformedClassFile)); } // gets full test source path for the given test filename ! public static String getTestSourcePath(String fileName) { return Paths.get(System.getProperty("test.src")).resolve(fileName).toString(); } // verifies that sourceFilename is specified in ctor private void verifySourceFilename() {
< prev index next >