Re: RFR: jsr166 jdk10 integration wave 2

2017-08-08 Thread Martin Buchholz
On Tue, Aug 8, 2017 at 5:21 AM, Peter Levart wrote: > Hi Martin, > > Just a purely theoretical question... > > On 08/08/2017 02:06 AM, Martin Buchholz wrote: > >> Need to fix >> >> >> 1. JDK-8185830 >> >> ConcurrentSkipListSet.clone() fails w

Re: RFR: jsr166 jdk10 integration wave 2

2017-08-08 Thread Paul Sandoz
> On 7 Aug 2017, at 17:06, Martin Buchholz wrote: > > Need to fix > > > 1. JDK-8185830 > > ConcurrentSkipListSet.clone() fails with UnsupportedOperationException > http://cr.openjdk.java.net/~martin/webrevs/openjdk10/jsr166-integration/ >

Re: RFR: jsr166 jdk10 integration wave 2

2017-08-08 Thread Peter Levart
On 08/08/2017 02:21 PM, Peter Levart wrote: Hi Martin, Just a purely theoretical question... On 08/08/2017 02:06 AM, Martin Buchholz wrote: Need to fix 1. JDK-8185830 ConcurrentSkipListSet.clone() fails with UnsupportedOperationExcept

Re: RFR: jsr166 jdk10 integration wave 2

2017-08-08 Thread Peter Levart
Hi Martin, Just a purely theoretical question... On 08/08/2017 02:06 AM, Martin Buchholz wrote: Need to fix 1. JDK-8185830 ConcurrentSkipListSet.clone() fails with UnsupportedOperationException http://cr.openjdk.java.net/~martin/webrevs/

RFR: jsr166 jdk10 integration wave 2

2017-08-07 Thread Martin Buchholz
Need to fix 1. JDK-8185830 ConcurrentSkipListSet.clone() fails with UnsupportedOperationException http://cr.openjdk.java.net/~martin/webrevs/openjdk10/jsr166-integration/ (It would be nice if we could submit a jdk9 backport now instead of wa