由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - The shape of JVM stack frame
相关主题
Stack Frame of your JVM implementationWhere I can find comparison of JVMs
Is this a Bug or not?can applet implements runnable?
JDK Source?问一个特别土的问题
问一个很基本很基本很基本的API问题Timer and TimerTask
any free or trial JVM optimizer??jvm是怎么implement monitor的?
Sun要开源Java了interface和implementation class
array 在java里 是一定放在heap 吗?Which WS stack should I use with JBoss AS ?
面试被问了个奇怪的GC问题An experiment with JVM Garbage Collection Schemes
相关话题的讨论汇总
话题: jvm话题: stack话题: shape话题: frame话题: variables
进入Java版参与讨论
1 (共1页)
e**c
发帖数: 195
1
The specification of JVM does not fix the shape of stack frames. That means
an implementator of JVM can decide where to put local variables, the
operand stack and state variables. Is it possible to write a Jasmin
program that allow to find out where these components are allocated in the
stack frame?
1 (共1页)
进入Java版参与讨论
相关主题
An experiment with JVM Garbage Collection Schemesany free or trial JVM optimizer??
Top Ten Errors Java Programmers Make(10)Sun要开源Java了
Answer to "Is this a Bug or not? "array 在java里 是一定放在heap 吗?
Answer 2 to "Is this a Bug or not? "面试被问了个奇怪的GC问题
Stack Frame of your JVM implementationWhere I can find comparison of JVMs
Is this a Bug or not?can applet implements runnable?
JDK Source?问一个特别土的问题
问一个很基本很基本很基本的API问题Timer and TimerTask
相关话题的讨论汇总
话题: jvm话题: stack话题: shape话题: frame话题: variables