JVM Stack的意思|示意

美 / / 英 / /

JVM堆


JVM Stack的网络常见释义

JVM栈 ...r) 程序计数器是用于存储每个线程下一步将执行的JVM指令,如该方法为native的,则程序计数器中不存储任何信息2)JVM栈(JVM Stack) JVM栈是线程私有的..

虚拟机栈 ... 永久代(PermGen)。但类的元数据信息(metadata)还在,只不过不再是存储在连续的堆空间上,而是移动到叫做“Metaspace”的本地内存(Native memory。 虚拟机栈(JVM Stack) 本地方法栈(Native Stack) ...

JVM Stack相关例句

Each servlet engine thread is allocated its own stack, which takes up memory within the JVM.

每个servlet引擎线程被分配给它自己的堆栈,该堆栈将消耗J VM中的内存。

Most of these should be easy to understand if you think in terms of the JVM as a stack-based processor, so I won't go into details here.

如果将 JVM 想象为基于堆栈的处理器,则其中大多数是容易理解的,因此我在这里就不再详细说明了。

Using Justice validation had the advantage of providing much more detailed information about errors than is supplied by the JVM (including the stack state and a portion of the problem code).

使用Justice检验的优势是:提供的错误信息要比JVM提供的信息更详细(包括堆栈状态和部分问题代码)。

Another concern is on-stack replacement (OSR), an advanced JVM feature that helps optimize certain code structures (see Resources). Consider the code in Listing 4.

另一个问题是堆栈上替换(osr),这种高级JVM特性有助于优化某些代码结构(参见参考资料)。

The flow of control followed by the thread is represented within the JVM as a stack of frames.

在 JVM 中,线程的控制流表示为 帧堆栈(stack of frame)。

Another issue to be aware of is a thread floating stack limitation on Linux, as discussed in the "floating Stacks limitation" subsection of the JVM Diagnostics Guide.

另一个要知道的问题是Linux上的线程浮点堆栈限制,正如JVM Diagnostics Guide的“Floating Stacks Limitation”小节中所讨论的那样。