Redian新闻
>
Java runtime array memory layout?
avatar
Java runtime array memory layout?# Java - 爪哇娇娃
P*f
1
on 32bit platform, say, a one-dimension int array
int [] a={1,2,3};
What about the memory layout of a according to spec? suppose the starting
address for a is $a, so 0($a) is the type info? 4($a)is the length? and
followed by
elements? thx
avatar
m*t
2

I doubt the JVM Spec would dictate this. 8-)
On a hunch, I would guess it's more complex than that. Arrays should be
implemented as objects.

【在 P*****f 的大作中提到】
: on 32bit platform, say, a one-dimension int array
: int [] a={1,2,3};
: What about the memory layout of a according to spec? suppose the starting
: address for a is $a, so 0($a) is the type info? 4($a)is the length? and
: followed by
: elements? thx

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。