[foreign] RFR 8217781: Filter child cursors when doing recursive offset lookup

Maurizio Cimadamore maurizio.cimadamore at oracle.com
Fri Jan 25 18:41:35 UTC 2019


On 25/01/2019 18:40, Maurizio Cimadamore wrote:
> But then, as I was writing this, I realized that RecordLayoutComputer 
> seems to have several helper methods which take a Cursor as input, 
> when in reality the only input we ever pass is the record cursor 
> itself (which is already stashed in a field) - so maybe we should get 
> rid of these extra Cursor params and use the field? 

Click send too fast :-)

Of course these methods should be made non-static to access the field

Maurizio



More information about the panama-dev mailing list