> On Feb 8, 2017, at 8:17 AM, Daniel Fuchs <daniel.fu...@oracle.com> wrote: > > > I have made this change in my workspace: > http://cr.openjdk.java.net/~dfuchs/webrev_8173898/webrev.05/ > > /** > * Shows all reflection frames. > * > * <p>By default, reflection frames are hidden. A {@code StackWalker} > * configured with this {@code SHOW_REFLECT_FRAMES} option > * will show all reflection frames that > * include {@link java.lang.reflect.Method#invoke} and > * {@link java.lang.reflect.Constructor#newInstance(Object...)} > * and their reflection implementation classes.
Looks good. Thanks Mandy