Hacker News new | ask | show | jobs
by usrusr 3535 days ago
> http://openjdk.java.net/jeps/259 - Stack-Walking API. Efficient API for walking the current call stack.

Oh, nice! At any given moment in time, how many server CPUs are burning cycles to create a full StackTraceElement array, just because the logger is set up to provide the convenience of call site information with every write?