mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8296672: Implementation of Virtual Threads (Second Preview)
Reviewed-by: mchung, jpai
This commit is contained in:
parent
5a3439db9f
commit
ccc69af966
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public @interface PreviewFeature {
|
|||
SWITCH_PATTERN_MATCHING(),
|
||||
@JEP(number=432, title="Record Patterns", status="Second Preview")
|
||||
RECORD_PATTERNS,
|
||||
@JEP(number=425, title="Virtual Threads")
|
||||
@JEP(number=436, title="Virtual Threads", status="Second Preview")
|
||||
VIRTUAL_THREADS,
|
||||
@JEP(number=434, title="Foreign Function & Memory API", status="Second Preview")
|
||||
FOREIGN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue