Skip to content

Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

Closed
@wilkinsona

Description

@wilkinsona

Chatting with @snicoll, the current description of virtual threads and the impact on the JVM exiting is a little hard to understand. It currently reads as follows:

One side effect of virtual threads is that these threads are daemon threads. A JVM will exit if there are no non-daemon threads.

We think the following may be easier to understand:

One side effect of virtual threads is that they are daemon threads. A JVM will exit if all of its threads are daemon threads.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions