Review Request: JDK-8157464: StackWalker.getCallerClass() should not filter out non-invoker frames

Mandy Chung mandy.chung at oracle.com
Thu Jul 14 10:16:36 UTC 2016


Hi Daniel,

Now I see what you mean.  Your suggestion would include hidden frames for non @CS frames that should be filtered from StackWalker::getCallerClass.  This would require the support I described earlier that it needs to return MemberName[] and also MemberName::isHidden support unfortunately.

Mandy


More information about the core-libs-dev mailing list