Re: RFR(S) : 8038186 : [TESTBUG] improvements of test j.l.i.MethodHandles

2014-03-30 Thread Igor Veresov
Typo in CatchExceptionTest.java: 66 private int droped; Should be “dropped”. Otherwise seems ok... But more comments would be appreciated. It’s huge and really hard to understand. igor On Mar 28, 2014, at 9:04 AM, Igor Ignatyev wrote: > Vladimir, > > as we'd arranged, I moved ThrowMo

Draft JEP: Efficient Stack Walking API

2014-03-30 Thread Mandy Chung
Below is a draft JEP we are considering submitting for JDK 9. Mandy Title: Efficient API for Stack Walking Goal Define a standard API for stack walking that will be efficient and performant. Non-goal It is not a goal for this API be easy to use via

Re: RFR [8038333] java/lang/ref/EarlyTimeout.java failed

2014-03-30 Thread Ivan Gerasimov
Thank you Mandy for review! On 30.03.2014 8:20, Mandy Chung wrote: On 3/27/2014 6:36 AM, Ivan Gerasimov wrote: Now, I updated the webrev with the additional delay as you suggested: http://cr.openjdk.java.net/~igerasim/8038333/2/webrev/ Thanks for the updated patch, Ivan and also Peter for the