hg: hsx/hsx24/hotspot: 3 new changesets
kevin.walls at oracle.com
kevin.walls at oracle.com
Fri Jun 21 08:10:14 PDT 2013
Changeset: 011c19ff2552
Author: minqi
Date: 2013-01-31 17:43 -0800
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/011c19ff2552
8000973: SA on windows thread inspection is broken
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: nloodin, sspitsyn
Contributed-by: yumin.qi at oracle.com
! agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86Thread.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/OSThread.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/win32_amd64/Win32AMD64JavaThreadPDAccess.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/win32_x86/Win32X86JavaThreadPDAccess.java
Changeset: 0464a0d982b3
Author: kevinw
Date: 2013-06-21 12:56 +0100
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/0464a0d982b3
Merge
Changeset: 0b260439fc78
Author: kevinw
Date: 2013-06-21 15:17 +0200
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/0b260439fc78
Merge
More information about the hotspot-dev
mailing list