Community

Java 9’s other new enhancements, Part 5: Stack-Walking API

(Jeff Friesen) JEP 259: Stack-Walking API defines an efficient standard API for stack walking that allows the easy filtering of and lazy access to stack trace information. This API supports short walks that stop at a stack frame matching given criteria, and also supports long walks that traverse the

Read More - Register for Free Membership