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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

GraalVM 21.0 Introduces a JVM Written in Java

124 点作者 theBashShell超过 4 年前

7 条评论

dang超过 4 年前
Related from 2 weeks ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25838364" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25838364</a>
trizic超过 4 年前
This is pretty exciting. I have tried to build a native image using GraalVM for Jenkins as mentioned in this article and it was not possible due to Jenkins relying on reflection. Hopefully this helps with resource usage, I always feel a bit of OCD with Java applications tending to require tons of resources and developers being okay with it. Sure, companies have more money to spend and can afford larger instances but it takes away some of the spirit of hobby, DIY, and projects outside of work.<p>This should also mean that you can build Jython and JRuby static binaries&#x2F;executables, but it will probably be a large binary.
nas超过 4 年前
Interesting but I would be reluctant to touch anything controlled by Oracle. They don&#x27;t have a good track record of treating developers nicely. E.g. trying to claim copyrights on APIs. Or, recent Java licensing changes. Bit like sticking your hand in a lawn mower, IMHO.
评论 #26008544 未加载
评论 #26009804 未加载
__jem超过 4 年前
The AOT stuff is cool, but honestly if we had compelling needs for that we&#x27;d just use another language. The scripting engine is incredible, though, and I think a real differentiator for the JVM.
评论 #26005671 未加载
评论 #26005435 未加载
farnulfo超过 4 年前
Reminds me the Jikes Research Virtual Machine (Jikes RVM) project <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Jikes_RVM" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Jikes_RVM</a>
评论 #26011012 未加载
评论 #26009024 未加载
krishvs超过 4 年前
Curious to know if this would allow me to run client submitted java at runtime similar to how you can execute javascript in a sandbox ( ok i know it is not fully secure) using graaljs or nashorn?
rietta超过 4 年前
Like how Squeak was written in Squeak. Cool!