jextract does not handle @argfile. panama-foreign jdk's jextract uses JDK makefile support to support @argfile. Standalone jextract has to implement @argfile support in java. We've code to handle @argfile in CommandLine.java adopted from javac. But call to CommandLine.parse call is missing from JextractTool.java.