RFR: 8238556: jextract command line option cleanup
    Maurizio Cimadamore 
    mcimadamore at openjdk.java.net
       
    Thu Feb  6 12:42:02 UTC 2020
    
    
  
On Thu, 6 Feb 2020 12:21:45 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:
> 8238556: jextract command line option cleanup
Looks good
src/jdk.incubator.jextract/share/classes/jdk/incubator/jextract/tool/HandleSourceFactory.java line 66:
> 65: 
> 66:     static JavaFileObject[] generateRaw(Declaration.Scoped decl, String clsName, String pkgName, List<String> libraryNames) {
> 67:         return new HandleSourceFactory(clsName, pkgName, libraryNames).generate(decl);
Question: do we still need this capability? E.g. generate just the bare var handles? Should we consolidate a bit (maybe in separate issue)
-------------
Marked as reviewed by mcimadamore (Committer).
PR: https://git.openjdk.java.net/panama-foreign/pull/7
    
    
More information about the panama-dev
mailing list