Anton Artemov
Anton Artemov
Hi, please consider the following changes: There are many classes inherited from the `HandshakeClosure` class, but they do not follow the same naming convention. In this PR we address this...
Hi, in this PR the output value types for functions which return memory are changed, namely: ``` static julong available_memory(); --> static bool available_memory(size_t& value); static julong used_memory(); --> static...
Hi, please consider the following changes: If suspension is allowed when a thread is re-entering an object monitor (OM), then a deadlock is possible: The waiting thread is made to...