--- old/test/jdk/com/sun/tools/jextract/test8221838/StructTypedefsTest.java 2019-04-10 15:29:59.000000000 +0530 +++ new/test/jdk/com/sun/tools/jextract/test8221838/StructTypedefsTest.java 2019-04-10 15:29:58.000000000 +0530 @@ -23,14 +23,14 @@ import java.foreign.memory.Pointer; import org.testng.annotations.Test; -import static test8221838.structtypedefs_h.*; +import static test8221838.structtypedefs_lib.*; /* * @test * @bug 8221838 * @summary jextract generates non-existent type reference for typedef on typedef * @library .. - * @run driver JtregJextract -t test8221838 -l structtypedefs -- structtypedefs.h + * @run driver JtregJextract -t test8221838 -l Structtypedefs -- structtypedefs.h * @run testng StructTypedefsTest */ public class StructTypedefsTest {