TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How ZGC allocates memory for the Java heap

86 点作者 lichtenberger大约 1 个月前

2 条评论

pron大约 1 个月前
For relevant upcoming changes see Automatic Heap Sizing for ZGC: <a href="https:&#x2F;&#x2F;openjdk.org&#x2F;jeps&#x2F;8329758" rel="nofollow">https:&#x2F;&#x2F;openjdk.org&#x2F;jeps&#x2F;8329758</a>
gopalv大约 1 个月前
The 32x virtual memory to physical memory ratio plays into relocation and colored pointers (i.e pointers where some bits serve as flag bits).<p>Putting the actual data layouts in 44 bits out of 64 is a neat trick which relies on the allocator being aware of the mappings between physical and virtual addresses.
评论 #43776048 未加载
评论 #43774591 未加载