当前位置:网站首页>Awesome!Coroutines are finally here!Thread is about to be in the past
Awesome!Coroutines are finally here!Thread is about to be in the past
2022-08-03 15:33:00 【Brother migrant worker】
ClickFollow the official account, reply "1024" to get2TBLearning resources!
Produced | OSC Open Source Community (ID: oschina2013)
From the JDK 19 overview page, JDK 19 is in Rampdown Phase Two, the entire feature set has been frozen, and there will be no more changes to the JEP.
Java 19 has only 7 new features:
A brief introduction to the new features follows:
Record Mode (Preview)
Using Record Patterns to enhance the Java programming language to deconstruct record values, record patterns and type patterns can be nested, enabling powerful, declarative, and composable forms of data navigation and manipulation.
This is a preview language feature.
Linux/RISC-V porting
Porting the JDK to Linux/RISC-V, currently only supports the RV64GV configuration of RISC-V (generic 64-bit ISA with vector instructions).Support for other RISC-V configurations, such as the Generic 32-bit configuration (RV32G), may be considered in the future.
External Functions and Memory API (Preview)
Introduces an API through which Java programs can interoperate with code and data outside of the Java runtime.This API enables efficient calls to external functions (code outside the JVM) and safe access to external memory (memory not managed by the JVM), enabling Java programs to call native libraries and process native data without JNIvulnerability and danger.
This is a preview API.
Virtual Threads (Preview)
Introduces coroutines, or virtual threads, to the Java platform.Virtual threads are lightweight threads that can significantly reduce the workload of writing, maintaining, and observing high-throughput concurrent applications.This is a preview API, which was covered in detail by the stack leader.
Vector API (fourth hatch)
Introduces an API to express vector computations that compile reliably at runtime, optimizing vector instructions on supported CPU architectures to achieve better performance than scalar computations.
Switch Pattern Matching (Preview 3)
Enhance the Java programming language with pattern matching for switch expressions and statements, and extensions to the pattern language.Extending pattern matching into switch allows expressions to be tested against some patterns, so that complex data-oriented queries can be expressed concisely and safely.
This feature first appeared as a preview in Java 17, and Java 19 is the third preview.
Structured concurrency (incubation stage)
Simplifies multithreaded programming by introducing an API for structured concurrency, which treats multiple tasks running in different threads as a single unit of work, simplifying error handling, improving reliability, and enhancing observability.
This is an incubating API.
JDK 19 schedule:
Rampdown is mainly for bug fixing and testing.
Another interesting thing: starting with Java 16, the number of features per version is getting smaller:
Java 16: 17
Java 17: 14
Java 18: 9
Java 19: 7
Java 20 won't become 5 will it...
Related links: https://openjdk.org/projects/jdk/19/
Recommended reading Click on the title to jump
Speechless, another well-known project charged!Signed out
Bytes experienced a wave of departures...
The strongest king in the surveillance world, no one!
Replace UUID, faster and safer!
Still using Xshell?out, recommend a more modern terminal tool
Retweet Follow
Light up the "looking at" icon below
More people see
边栏推荐
猜你喜欢
随机推荐
2021年12月电子学会图形化一级编程题解析含答案:下雨
问题8:对朋友圈进行用例设计
身为售后工程师的我还是觉得软件测试香,转行成功定薪11.5K,特来分享下经验。
SwiftUI SQLite教程之了解如何在 SwiftUI 中使用 SQLite 数据库并执行 CRUD 操作(教程含源码)
sql注入之报错注入(精简详细)
教你如何获取微信公众号历史文章链接
ECCV 2022 | Relational Query-Based Temporal Action Detection Methods
并发编程的核心问题
您的移动端app安全吗
DC-DC 2C (40W/30W) JD6606SX2 power back application
深度学习——安装CUDA以及CUDNN实现tensorflow的GPU运行
程序员面试必备PHP基础面试题 – 第十九天
程序员面试必备PHP基础面试题 – 第二十天
The general trend, another key industry related to Sino-US competition, has reached a critical moment
如何用二分法搜索、查找旋转数组中是否含有某个(目标)值? leetcode 81.搜索旋转排序数组
扫雷?拿来吧你(递归展开+坐标标记)
2021年12月电子学会图形化四级编程题解析含答案:森林运动会
Windows服务器如何防止黑客入侵的安全设置
【周报】2022年7月31日
PHP中高级面试题 – 第三天