I tried to extract the linux header link.h; extraction fails because of vector types; I then tried to exclude relevant symbols with:
--exclude-symbols ".*_xmm"
But to no effect. Debugging jextract shows that Context::isSymbolExcluded is never called on the offending symbols (which are recursively visited by jextract).
--exclude-symbols ".*_xmm"
But to no effect. Debugging jextract shows that Context::isSymbolExcluded is never called on the offending symbols (which are recursively visited by jextract).
- relates to
-
JDK-8220544 Reduce jextract generated artifact size.
-
- Resolved
-