Re: RFR: 8306027: Clarify JVMTI heap functions spec about virtual thread stack. [v2]

2023-05-06 Thread Serguei Spitsyn
On Fri, 5 May 2023 23:32:33 GMT, Alex Menkov wrote: >> The fix updates JVMTI spec updates description of heap functions to support >> virtual threads. >> Virtual threads are not heap roots by design, so >> FollowReference/IterateOverReachableObjects specs are updated to note only >> platform t

Re: RFR: 8306027: Clarify JVMTI heap functions spec about virtual thread stack. [v2]

2023-05-05 Thread Alan Bateman
On Fri, 5 May 2023 23:32:33 GMT, Alex Menkov wrote: >> The fix updates JVMTI spec updates description of heap functions to support >> virtual threads. >> Virtual threads are not heap roots by design, so >> FollowReference/IterateOverReachableObjects specs are updated to note only >> platform t

Re: RFR: 8306027: Clarify JVMTI heap functions spec about virtual thread stack. [v2]

2023-05-05 Thread Alex Menkov
> The fix updates JVMTI spec updates description of heap functions to support > virtual threads. > Virtual threads are not heap roots by design, so > FollowReference/IterateOverReachableObjects specs are updated to note only > platform threads. > References from thread stacks (including virtual

RFR: 8306027: Clarify JVMTI heap functions spec about virtual thread stack.

2023-04-25 Thread Alex Menkov
The fix updates JVMTI spec updates description of heap functions to support virtual threads. Virtual threads are not heap roots by design, so FollowReference/IterateOverReachableObjects specs are updated to note only platform threads. References from thread stacks (including virtual threads) are