Summary Define an efficient standard API for stack walking that allows easy filtering of, and lazy access to, the information in stack traces. Non-Goal It is not a goal to convert all existing stack walking code in the JDK to use this new API. Motivation There is no standard API to traverse selected frames on the execution stack efficiently and access the Class instance of each frame. There are ex