Re: Type variable information is not always maintained for anonymous classes

2018-12-08 Thread Sergey
Hi David, Thanks for pointing that out! >We need to see how this example work in that case. I guess anyone involved could have straight away two test cases: one from the bug itself and another from the observation above. In any case. looking forward for that being fixed. I would also be happy t

RFR: jsr166 integration 2018-12

2018-12-08 Thread Martin Buchholz
Last jdk12 jsr166 integration. https://cr.openjdk.java.net/~martin/webrevs/jdk/jsr166-integration/overview.html 8214559: Use {@systemProperty} for definitions of system properties https://cr.openjdk.java.net/~martin/webrevs/jdk/jsr166-integration/systemProperty/index.html https://bugs.openjdk.java

RFR: 8215048: Some classloader typos

2018-12-08 Thread Martin Buchholz
This is all I got for jdk12: https://cr.openjdk.java.net/~martin/webrevs/jdk/classloader-typos/ https://bugs.openjdk.java.net/browse/JDK-8215048

Re: Type variable information is not always maintained for anonymous classes

2018-12-08 Thread David Holmes
Hi Sergey, Just FYI we're in the process of moving away from using anonymous classes for lambda's to using an extended Lookup.defineClass API - see: https://bugs.openjdk.java.net/browse/JDK-8171335 this is being done under Project Valhalla, with current work in the nestmates branch. We nee