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