Re: EG meeting, 2020-07-15

2020-07-15 Thread Dan Smith
Notes from the discussion: > On Jul 15, 2020, at 12:01 AM, Dan Smith wrote: > > The next EG Zoom meeting is tomorrow, 4pm UTC (9am PDT, 12pm EDT). > > Recent threads to discuss: > > - "JEP draft: Identity Warnings for Inline Class Candidates": I drafted a JEP > that lists candidates for inlin

Re: Revisiting default values

2020-07-15 Thread Remi Forax
So the default value may a valid value or may be an invalid value, if it's an invalid value it should be the author of the class that say that because in Java we prefer declaration site to use site. One way is to try to teach the VM how to do the conversions, i want to explore another way where