ctornqvi [Sat, 02 Feb 2013 20:13:27 +0100] rev 15459
8000363: runtime/7158988/FieldMonitor.java fails with exception
Summary: Removed unnecessary shell script in the test.
Reviewed-by: coleenp, sla
ctornqvi [Sat, 02 Feb 2013 16:34:10 +0100] rev 15458
8005013: Add NMT tests
Summary: Add tests for the Native Memory Tracking feature, includes regression tests for 8005936 and 8004802
Reviewed-by: zgu, coleenp
minqi [Sat, 02 Feb 2013 03:51:01 -0800] rev 15457
Merge
minqi [Fri, 01 Feb 2013 22:41:34 -0800] rev 15456
Merge
minqi [Thu, 31 Jan 2013 17:43:01 -0800] rev 15455
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@oracle.com
ctornqvi [Sat, 02 Feb 2013 08:46:48 +0100] rev 15454
Merge
ctornqvi [Sat, 02 Feb 2013 07:24:29 +0100] rev 15453
Merge
ctornqvi [Fri, 01 Feb 2013 23:48:08 +0100] rev 15452
8005012: Add WB APIs to better support NMT testing
Summary: Add WB API functions to enable better NMT testing
Reviewed-by: dholmes, zgu