Chris Berg wrote:
> Maybe not. Googling returns a heap of different discussions about the
> subject, and not a very clear conclusion.
That is hard to believe, since the issue is very clear.
But admittedly, I don't think finding the right search terms for this
is easy.
> So, I will try to re-state the question:
>
> Does a method create a stack frame for ALL local var's at the
> beginning,
On the bytecode level (which is all that matters) the JVM is
mandated by the specification to do it that way.
http://java.sun.com/docs/books/vmspe...doc.html#17257
> A simple question with a binary answer, I suppose. Or?
Exactly. Which is why I find it hard to believe that there are
discussions about it that don't reach a clear conclusion, at
least not on a forum, such as this, where there are competent
people.