|
|
|
|
|
by derleth
4815 days ago
|
|
> The JVM doesn't have an equivalent instruction; you can only jump around inside a single method, not to the beginning of another method. OK, why do functions in the source language have to translate directly into methods at the JVM level? Purely for debugging? |
|