摘要:
2011, Oracle Seeking Community Input for JDK 8, https://www.infoq.com/news/2011/04/oracle-jdk8/ 2011, Oracle Proposes Hudson Move to Eclipse Foundatio 阅读全文
摘要:
简述 We propose extending the Java Language to support compact lambda expressions (otherwise known as closures or anonymous methods.) Additionally, we w 阅读全文
摘要:
探索 https://dev.java/ https://inside.java/ https://blogs.oracle.com/javamagazine/ 新闻 2021, Amber, Lambda, Loom, Panama, Valhalla: The major named Java 阅读全文
摘要:
Launcher main / WinMain env: _JAVA_LAUNCHER_DEBUG -> JLI_Launch JLI_Launch CreateExecutionEnvironment GetJREPath, jvmcfg, ReadKnownVMs, CheckJvmType, 阅读全文
摘要:
JDK https://adoptium.net/marketplace/ Microsoft Build of OpenJDK™ OpenJDK 17.0.6 15e8f5dbb57288d316993e793f8965d624ff5e58dfb5c5a7db1ef8ebff68bc49 micr 阅读全文
摘要:
简述 以一个故事^1开局。IDEA 在使用 Gradle 时可能会输出乱码,常见的解决方式是 Custom VM Options 里面增加 -Dfile.encoding=UTF-8。但故事作者通过细致分析找到问题的关键,不同系统间的编解码。 以常见的报错信息为例,自 JavacMessage.ge 阅读全文
摘要:
简述 Add a new bytecode, invokedynamic, that supports efficient and flexible execution of method invocations in the absence of static type information. 阅读全文