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
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
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