-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: repo-panama
-
Component/s: tools
-
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.