History log of /openjdk10/jdk/test/java/lang/StackWalker/ReflectionFrames.java
Revision Date Author Comments
# 16672:e56bfa6ae3ce 08-Feb-2017 dfuchs

8173898: StackWalker.walk throws InternalError if called from a constructor invoked through reflection.
Summary: StackWalker is fixed to take into account constructor reflection frames. The specification of StackWalker.Option.SHOW_REFLECT_FRAMES is also clarified in this regard.
Reviewed-by: bchristi, lancea, mchung, psandoz