Hacker News new | ask | show | jobs
by surrealize 1478 days ago
I'd bet that the stack size you refer to doesn't include callees (i.e., the stack used by procedures called by the method in question).
1 comments

Oh you are right, Java has two stacks, an operational and a method/function stack. Only the former is calculated ahead of time (and the latter is configurable at runtime).