RFR: 8257831: Suspend with handshakes [v2]

Robbin Ehn rehn at openjdk.java.net
Tue Apr 6 10:54:27 UTC 2021


On Wed, 31 Mar 2021 06:22:34 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> src/hotspot/share/runtime/os.cpp line 874:
>> 
>>> 872: 
>>> 873: void os::start_thread(Thread* thread) {
>>> 874:   if (thread->is_Java_thread()) {
>> 
>> Then and else blocks seem to do the very same things.
>
> Agreed - no need to distinguish between thread types here.

Fixed

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

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


More information about the serviceability-dev mailing list