Re: Meeting today: IdentityClass

2021-05-06 Thread Dan Smith
> On May 5, 2021, at 8:39 AM, Remi Forax wrote: > > If it's possible, i would like to discuss about IdentityClass again. > > As noted in the last draft, adding IdentityClass automatically at runtime is > not a compatible change if tests that uses Class::getInterfaces() are not > written

Re: Meeting today: IdentityClass

2021-05-05 Thread forax
> De: "Brian Goetz" > À: "Remi Forax" , "valhalla-spec-experts" > > Envoyé: Mercredi 5 Mai 2021 20:20:07 > Objet: Re: Meeting today: IdentityClass > Here are some idioms I can imagine a use for with IdentityObject: > // parameter type &g

Re: Meeting today: IdentityClass

2021-05-05 Thread Brian Goetz
Here are some idioms I can imagine a use for with IdentityObject:     // parameter type     void withLock(IdentityObject monitor, Runnable task)     // type bound     Map map = ...  // gonna lock on keys     // dynamic check     if (x instanceof IdentityObject) {     sync (x) { task(); }   

Re: Meeting today: IdentityObject

2021-05-05 Thread Remi Forax
java.lang.Object; Rémi - Mail original - > De: "Remi Forax" > À: "valhalla-spec-experts" > Envoyé: Mercredi 5 Mai 2021 16:39:01 > Objet: Meeting today: IdentityClass > If it's possible, i would like to discuss about IdentityClass again. > > As note

Meeting today: IdentityClass

2021-05-05 Thread Remi Forax
If it's possible, i would like to discuss about IdentityClass again. As noted in the last draft, adding IdentityClass automatically at runtime is not a compatible change if tests that uses Class::getInterfaces() are not written correctly, and sadly, a lot of tests are written that way. I'm

Re: Meeting today ?

2017-06-21 Thread Karen Kinnear
https://oracle.zoom.us/j/251372518 > On Jun 21, 2017, at 11:00 AM, Remi Forax <fo...@univ-mlv.fr> wrote: > > Hi all, > does somebody can send me the correct URL for the meeting today ? > > cheers, > Rémi

Meeting today ?

2017-06-21 Thread Remi Forax
Hi all, does somebody can send me the correct URL for the meeting today ? cheers, Rémi