RFR: 8304919: Implementation of Virtual Threads [v2]

Alan Bateman alanb at openjdk.org
Wed Mar 29 07:37:14 UTC 2023


On Tue, 28 Mar 2023 19:57:12 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Alan Bateman has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>> 
>>  - ThreadSleepEvent refactoring
>>  - Merge
>>  - Merge
>>  - Initial sync from fibers branch
>
> src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 72:
> 
>> 70:         RECORD_PATTERNS,
>> 71:         // not used
>> 72:         VIRTUAL_THREADS,
> 
> Can the enum constant also be removed?

Unfortunately not due to the bootstrapping issues with the build. It was the same for sealed classes where the constant couldn't be removed until the end of the release.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13203#discussion_r1151497635


More information about the serviceability-dev mailing list