< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/JNIWriter.java

Print this page

        

*** 193,203 **** log.printVerbose("wrote.file", outFile.getName()); out.close(); out = null; } finally { if (out != null) { ! // if we are propogating an exception, delete the file out.close(); outFile.delete(); outFile = null; } } --- 193,203 ---- log.printVerbose("wrote.file", outFile.getName()); out.close(); out = null; } finally { if (out != null) { ! // if we are propagating an exception, delete the file out.close(); outFile.delete(); outFile = null; } }
< prev index next >