RFR: 8000973: SA on windows thread inspection is broken

Nils Loodin nils.loodin at oracle.com
Thu Jan 31 00:12:49 PST 2013


Ah, was just about to take a look a this too!
Looks good and equal to what I had in my workspace :)

/Nisse

On Jan 31, 2013, at 8:16 , Yumin Qi <yumin.qi at oracle.com> wrote:

> Please have your comments on:
> 
> http://cr.openjdk.java.net/~minqi/8000973/
> 
> This only affected Windows platform.
> 
> Summary: After bug 7161732, On Windows SA could not find correct address of thread_id of OSThread since _thread_id moved to end of the class . The presupposition of the address is following thread handle no longer stands. Fix by adding thread_id field to OSThread and getting the  address directly from OSThread.
> Reviewed-by:
> Contributed-by: yumin.qi at oracle.com
> 
> Thanks
> Yumin



More information about the serviceability-dev mailing list