Native Method Stacks的意思|示意
原生方法堆栈
Native Method Stacks的网络常见释义
本地方法栈 本地方法栈 (Native Method Stacks):如果虚拟机支持本地方法调用,再创建线程时,应该给线程创建本地方法栈。
本处所法栈 ... 法度计数器(Program Counter Register): 本处所法栈(Native Method Stacks) 办法区(Method Area) ...
以及本机方法堆栈 ...括:pc寄存器、JVM堆栈、堆、方法区(Method Area)、运行时常量池(Runtime Constant Pool)以及本机方法堆栈(Native Method Stacks),这些数据区根据其生存期可以分为两种,一种就是和JVM的生存期相同(包括堆和方法区),一种和线程的生存期相同(其它的),和JVM生...
本地方法堆栈 本地方法堆栈(Native Method Stacks) 如果线程中计算所需的本地方法栈大于允许范围,JVM 会抛出StackOverflowError。
Native Method Stacks相关例句
This would be the behavior of the of native method stacks in that implementation.
同样,这就是改虚拟机实现中本地方法栈的行为。
As with the other runtime memory areas, the memory they occupied by native method stacks need not be of a fixed size. It can expand and contract as needed by the running application.
就像其他运行时内存区一样,本地方法栈占用的内存区也不必是固定大小的,他可以根据需要动态扩展或者收缩。