Re: Question about signature polymorphic, the VM spec of Java 7+, and VarHandles

2016-06-23 Thread Peter Levart
/ -Original Message- From: core-libs-dev [mailto:core-libs-dev-boun...@openjdk.java.net] On Behalf Of Paul Sandoz Sent: Thursday, June 23, 2016 9:18 AM Cc: Java Core Libs Subject: Re: Question about signature polymorphic, the VM spec of Java 7+, and VarHandles Hi Uwe, The JL and JVM specifications have

Re: Question about signature polymorphic, the VM spec of Java 7+, and VarHandles

2016-06-23 Thread Paul Sandoz
> Sent: Thursday, June 23, 2016 9:18 AM >> Cc: Java Core Libs >> Subject: Re: Question about signature polymorphic, the VM spec of Java 7+, >> and VarHandles >> >> Hi Uwe, >> >> The JL and JVM specifications have yet to be updated to take into account >

RE: Question about signature polymorphic, the VM spec of Java 7+, and VarHandles

2016-06-23 Thread Uwe Schindler
on about signature polymorphic, the VM spec of Java 7+, > and VarHandles > > Hi Uwe, > > The JL and JVM specifications have yet to be updated to take into account > the new sig-poly methods on VarHandle, they will be in due course by Alex. > > It’s not clear yet if we can

Re: Question about signature polymorphic, the VM spec of Java 7+, and VarHandles

2016-06-23 Thread Paul Sandoz
Hi Uwe, The JL and JVM specifications have yet to be updated to take into account the new sig-poly methods on VarHandle, they will be in due course by Alex. It’s not clear yet if we can specify this generally or we will have to enumerate on a per-class/method basis. Ideally it should be future