8332675: test/hotspot/jtreg/gc/testlibrary/Helpers.java compileClass javadoc does not match after 8321812

Reviewed-by: mdoerr, ayang
This commit is contained in:
Matthias Baesken 2024-05-23 07:28:28 +00:00
parent 94af3c23ea
commit 1ea76d338b

@ -88,7 +88,7 @@ public class Helpers {
* @param className class name * @param className class name
* @param root root directory - where .java and .class files will be put * @param root root directory - where .java and .class files will be put
* @param source class source * @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 { public static void compileClass(String className, Path root, String source) throws Exception {
Path sourceFile = root.resolve(className + ".java"); Path sourceFile = root.resolve(className + ".java");