Re: RFR: 8242428: JVMTI thread operations should use Thread-Local Handshake

2020-07-11 Thread David Holmes
On 11/07/2020 11:52 am, Yasumasa Suenaga wrote: Thanks Dan! David, Serguei, are you ok to this change? Yes it seems fine. In relation to an earlier comment: > I replaced %p to %lx, and also cast values to unsigned long Never use long or unsigned long as they can be different sizes on diffe

Re: RFR: 8242428: JVMTI thread operations should use Thread-Local Handshake

2020-07-11 Thread Yasumasa Suenaga
On 2020/07/11 22:50, David Holmes wrote: On 11/07/2020 11:52 am, Yasumasa Suenaga wrote: Thanks Dan! David, Serguei, are you ok to this change? Yes it seems fine. Thanks David! In relation to an earlier comment: > I replaced %p to %lx, and also cast values to unsigned long Never use l