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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

JVM Internals (2013)

520 点作者 flying_sheep将近 7 年前

9 条评论

mr_overalls将近 7 年前
Can anyone compare the JVM&#x27;s technical merits with Microsoft&#x27;s CLR? I always hear that the JVM compared to advanced alien technology, with its millions of engineer-hours, but not so much glowing praise about the CLR.<p>With Oracle remaining evil and Microsoft making waves in open source these days, I wonder how likely it is, for example, that a Big Data ecosystem like Hadoop&#x2F;Spark&#x2F;etc. could evolve around C# and .NET.
评论 #17273717 未加载
评论 #17273567 未加载
评论 #17273503 未加载
评论 #17273666 未加载
评论 #17273711 未加载
评论 #17273432 未加载
评论 #17274712 未加载
评论 #17278302 未加载
akerro将近 7 年前
I also recommend this JVM anatomy <a href="https:&#x2F;&#x2F;shipilev.net&#x2F;jvm-anatomy-park&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shipilev.net&#x2F;jvm-anatomy-park&#x2F;</a>
评论 #17273053 未加载
kjeetgill将近 7 年前
Wow! Amazing find. This is an amazingly well organized, detailed, useful resources.<p>It might be worth adding (2013) or JDK7 to the title. Off the top of my head the details about the permgen don&#x27;t apply anymore and I believe this predates G1.
评论 #17272139 未加载
评论 #17272066 未加载
rootlocus将近 7 年前
I also enjoyed the book &quot;The Java Virtual Machine Specification&quot; [1] which is available on Safari Online.<p>[1] <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Java-Virtual-Machine-Specification-Addison-Wesley-ebook&#x2F;dp&#x2F;B00K3NR6M4" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Java-Virtual-Machine-Specification-Ad...</a>
评论 #17273185 未加载
SegFaultCDumped将近 7 年前
Can we make hardware that runs JVM bytecode? It&#x27;s a neat idea.
评论 #17273905 未加载
评论 #17274736 未加载
评论 #17273936 未加载
pvg将近 7 年前
Previouslies: <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?query=jvm%20internals&amp;sort=byPopularity&amp;prefix&amp;page=0&amp;dateRange=all&amp;type=story" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?query=jvm%20internals&amp;sort=byPopular...</a><p>There&#x27;s nothing really wrong with this popular write-up and its many ripoffs and copycats over the years, other than the (in hindsight) poorly chosen title. Most of this stuff is an overview of what&#x27;s in the JVM spec. If you are searching around for some thing or another about the actual internal implementation details of the Oracle JVM, this article and its many clones make the search term &#x27;JVM internals&#x27; nigh-useless.
javajosh将近 7 年前
As a serious Java nerd now programming python, I&#x27;d love to see something like this for python!
评论 #17278225 未加载
评论 #17273963 未加载
jokoon将近 7 年前
This reminded of the &quot;layers of crap&quot; John Carmack was talking about once.<p>Java is an impressive tech, but I still fail to understand why it is so popular. It comes from a proprietary tech, it requires additional software to run, you cannot disable its garbage collector, browsers don&#x27;t like it, I don&#x27;t think it&#x27;s very popular in the manufacture embedded controllers, and if enforces object oriented structure inside its JVM. Oh and Torvalds hates it too.<p>Not to mention the gargantuan bloat that are JEE and system like maven or ant. It feels really different and foreign compared to the simplicity of unix many devs are used to.<p>Even microsoft decided to rewrite minecraft to C++. I saw a private server had such big freezes, just to handle 3 or 4 players.
评论 #17273017 未加载
评论 #17273293 未加载
评论 #17273736 未加载
评论 #17273036 未加载
评论 #17273412 未加载
评论 #17272878 未加载
评论 #17272888 未加载
评论 #17274103 未加载
评论 #17272855 未加载
评论 #17272892 未加载
评论 #17272997 未加载
评论 #17273356 未加载
评论 #17273002 未加载
jacksmith21006将近 7 年前
This is the type of post I love the most.<p>Great find and wish we got more things like this.