-
Bug
-
Resolution: Fixed
-
P3
-
repo-panama
-
generic
-
generic
jextract generates .class files using ASM. Instead jextract should generate java sources (which is supported and triggered by --src-dump-dir option) and compile using javac tool provider. With that, ASM dependency can be removed.