RFR: 8223312: Utilize handshakes instead of is_thread_fully_suspended [v3]

Robbin Ehn rehn at openjdk.java.net
Thu Oct 22 08:07:30 UTC 2020


On Wed, 21 Oct 2020 22:57:59 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> src/hotspot/share/prims/jvmtiEnvBase.cpp line 1661:
>> 
>>> 1659:   assert(vf->frame_pointer() != NULL, "frame pointer mustn't be NULL");
>>> 1660:   if (java_thread->is_exiting() || java_thread->threadObj() == NULL) {
>>> 1661:     return;
>> 
>> What's the `_result` value if this `return` executes?
>
> The default "not alive" value.

Added comment.

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

PR: https://git.openjdk.java.net/jdk/pull/729


More information about the serviceability-dev mailing list