8332675: test/hotspot/jtreg/gc/testlibrary/Helpers.java compileClass javadoc does not match after 8321812
Reviewed-by: mdoerr, ayang
This commit is contained in:
parent
94af3c23ea
commit
1ea76d338b
@ -88,7 +88,7 @@ public class Helpers {
|
||||
* @param className class name
|
||||
* @param root root directory - where .java and .class files will be put
|
||||
* @param source class source
|
||||
* @throws IOException if cannot write file to specified directory
|
||||
* @throws Exception if cannot write file to specified directory
|
||||
*/
|
||||
public static void compileClass(String className, Path root, String source) throws Exception {
|
||||
Path sourceFile = root.resolve(className + ".java");
|
||||
|
Loading…
x
Reference in New Issue
Block a user