8332064: Implementation of Structured Concurrency (Third Preview)

Reviewed-by: jpai, bpb, mcimadamore
This commit is contained in:
Alan Bateman 2024-05-28 13:08:02 +00:00
parent 7b52d0acfc
commit e708d135e3

@ -73,7 +73,7 @@ public @interface PreviewFeature {
IMPLICIT_CLASSES,
@JEP(number=464, title="Scoped Values", status="Second Preview")
SCOPED_VALUES,
@JEP(number=462, title="Structured Concurrency", status="Second Preview")
@JEP(number=480, title="Structured Concurrency", status="Third Preview")
STRUCTURED_CONCURRENCY,
@JEP(number=466, title="ClassFile API", status="Second Preview")
CLASSFILE_API,