当前位置:网站首页>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】
Click
Follow 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
边栏推荐
猜你喜欢
随机推荐
PHP中高级面试题 – 第三天
证实了,百度没有快照了
QT之Mysql驱动
2021年12月电子学会图形化三级编程题解析含答案:分身术
技术分享 | 接口自动化测试如何搞定 json 响应断言?
2021年12月电子学会图形化四级编程题解析含答案:聪明的小猫
扫雷?拿来吧你(递归展开+坐标标记)
liunx服务器nohup不输出日志文件的方法
取消转义字符(r)
地球自转加快
Taurus.MVC WebAPI 入门开发教程1:框架下载环境配置与运行(含系列目录)。
微电网和直流电网中最优潮流(OPF)的凸优化(Matlab代码实现)
冒烟测试冒烟测试
Flink作业调度详解
爬虫注意
JS handwritten call apply bind (detailed) (interview)
CS免杀姿势
liunx服务器遇到SYN_SENT洪水攻击
接口测试主要测试什么?
FATFS | 中文显示 | 长文件名









