[foreign] RFR 8208199: Revisit one interface per header file approach

Maurizio Cimadamore maurizio.cimadamore at oracle.com
Wed Aug 8 13:16:40 UTC 2018



On 08/08/18 13:25, Sundararajan Athijegannathan wrote:
> Also there is an outside chance of reaching per .class limitations 
> when processing a deeply nested header file (if we fold all 
> declarations in one interface). 
Looking more accurately, it seems you are already hitting this limit, 
but on the binder side - as all the definitions are folded together in 
the main header interface impl? [which is even worse, as header impl 
will have method bodies, so more CP entries, etc.]

Maurizio


More information about the panama-dev mailing list