test/jdk/com/sun/jdi/lib/jdb/JdbTest.java
changeset 52068 218b5b64f102
parent 51836 d62ebdfd8f18
child 52291 fa61165a3f2b
equal deleted inserted replaced
52067:2e72562697bf 52068:218b5b64f102
   236                 .transform(id, launchOptions.debuggeeClass, compilerOptions);
   236                 .transform(id, launchOptions.debuggeeClass, compilerOptions);
   237         return jdb.command(JdbCommand.redefine(launchOptions.debuggeeClass, transformedClassFile));
   237         return jdb.command(JdbCommand.redefine(launchOptions.debuggeeClass, transformedClassFile));
   238     }
   238     }
   239 
   239 
   240     // gets full test source path for the given test filename
   240     // gets full test source path for the given test filename
   241     protected static String getTestSourcePath(String fileName) {
   241     public static String getTestSourcePath(String fileName) {
   242         return Paths.get(System.getProperty("test.src")).resolve(fileName).toString();
   242         return Paths.get(System.getProperty("test.src")).resolve(fileName).toString();
   243     }
   243     }
   244 
   244 
   245     // verifies that sourceFilename is specified in ctor
   245     // verifies that sourceFilename is specified in ctor
   246     private void verifySourceFilename() {
   246     private void verifySourceFilename() {