RFR: 8238761: Asynchronous handshakes [v3]

Robbin Ehn rehn at openjdk.java.net
Mon Sep 21 10:05:33 UTC 2020


On Mon, 21 Sep 2020 05:04:45 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> src/hotspot/share/prims/whitebox.cpp line 2032:
>> 
>>> 2030:     void do_thread(Thread* th) {
>>> 2031:       assert(th->is_Java_thread(), "sanity");
>>> 2032:       JavaThread* jt = (JavaThread*)th;
>> 
>> Can whitebox.cpp code use the new as_Java_thread() call?
>
> Yes it can. :)

Fixed :)

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

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


More information about the serviceability-dev mailing list