Re: Valhalla EG meeting notes March 28, 2018

2018-05-12 Thread John Rose
On May 12, 2018, at 7:42 AM, Brian Goetz wrote: > > >> Specific issues with arrays and sub typing: > > I’ve lost track of the current state of this; is a V[] yet a subtype of > Object[], as object classes are? > > If values are to play nicely with erased generics,

Re: Valhalla EG meeting notes March 28, 2018

2018-05-12 Thread Brian Goetz
> Specific issues with arrays and sub typing: I’ve lost track of the current state of this; is a V[] yet a subtype of Object[], as object classes are? If values are to play nicely with erased generics, we have to get there. For example: void sort(T[] elements, Comparator c) { … }

Valhalla EG meeting notes March 28, 2018

2018-04-16 Thread Karen Kinnear
attendees: Frederic, Tobi, Karen, Remi (corrections welcome) AIs: Karen: updated https://bugs.openjdk.java.net/browse/JDK-8171335 with requests from meeting (done) Remi: https://bugs.openjdk.java.net/browse/JDK-8171335 - please add “privileged” annotations you would like in the new