On Mon, 21 Sep 2020 05:04:45 GMT, David Holmes <dhol...@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

Reply via email to