Re: Direct method handles to static methods

2014-08-19 Thread John Rose
On Aug 18, 2014, at 5:49 AM, Raffaello Giulietti wrote: > On 2014-08-18 14:45, Remi Forax wrote: >> >> On 08/18/2014 12:19 PM, Raffaello Giulietti wrote: >>> What happens to direct method handles to *static* methods when the >>> underlying method implementation changes at runtime, for example b

Re: Direct method handles to static methods

2014-08-18 Thread Raffaello Giulietti
On 2014-08-18 14:45, Remi Forax wrote: On 08/18/2014 12:19 PM, Raffaello Giulietti wrote: What happens to direct method handles to *static* methods when the underlying method implementation changes at runtime, for example by using java.lang.instrument transformations or redefinitions? Before d

Re: Direct method handles to static methods

2014-08-18 Thread Remi Forax
On 08/18/2014 12:19 PM, Raffaello Giulietti wrote: What happens to direct method handles to *static* methods when the underlying method implementation changes at runtime, for example by using java.lang.instrument transformations or redefinitions? Before doing some experiments, I would just li