Skip to content

Commit

Permalink
8296672: Implementation of Virtual Threads (Second Preview)
Browse files Browse the repository at this point in the history
Reviewed-by: mchung, jpai
  • Loading branch information
Alan Bateman committed Dec 7, 2022
1 parent 5a3439d commit ccc69af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ public enum Feature {
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,
Expand Down

1 comment on commit ccc69af

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.