RFR: 8306034: add support of virtual threads to JVMTI StopThread [v8]
Serguei Spitsyn
sspitsyn at openjdk.org
Wed May 3 05:19:20 UTC 2023
On Wed, 3 May 2023 04:31:34 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> I can see that reasoning for "unable to throw an asynchronous exception" and "cannot be performed", but what about "the implementation" vs "the function". Can't they both be the same?
>
> I was thinking about the same.
> The problem is the spec has several variations for it:
> - function, operation, implementation...
>
> It is hard or impossible to make this completely consistent.
> But I have a doubt it is very important to polish it like this.
> The spec might be boring to read if it is fully consistent. :)
I've pushed an update with the change:
`from this frame` => `from the current frame`
Also, updated the CSR.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13546#discussion_r1183245340
More information about the hotspot-dev
mailing list