[jdk19] RFR: 8289439: Clarify relationship between ThreadStart/ThreadEnd and can_support_virtual_threads capability

Alan Bateman alanb at openjdk.org
Fri Jul 1 19:08:50 UTC 2022


On Fri, 1 Jul 2022 18:49:52 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Is there a reason you chose to use "by" instead of "for"? 

The specification of these two events have always used "generated by" in the first sentence of the description so it's just keeping it consistent. The thread lifecycle events are cases where it's important to be guaranteed that the events are reported on the threads themselves.

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

PR: https://git.openjdk.org/jdk19/pull/94


More information about the serviceability-dev mailing list