-
Type:
Enhancement
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 16
-
Component/s: hotspot
static bool execute(HandshakeClosure* hs_cl, JavaThread* target);
static bool execute_direct(HandshakeClosure* hs_cl, JavaThread* target);
There is no documentation as to what the return value indicates, or how to interpret it. Especially for execute_direct where we may need to be able to distinguish thread lifecycle issues from general errors.
static bool execute_direct(HandshakeClosure* hs_cl, JavaThread* target);
There is no documentation as to what the return value indicates, or how to interpret it. Especially for execute_direct where we may need to be able to distinguish thread lifecycle issues from general errors.