sspitsyn [Sat, 09 Jul 2016 19:20:38 -0700] rev 39706
8159145: Add JVMTI function GetNamedModule
Summary: Introduce function GetNamedModule with a jtreg test coverage
Reviewed-by: alanb, ctornqvi, hseigel, jiangli, dholmes, dcubed
amurillo [Fri, 08 Jul 2016 12:17:10 -0700] rev 39705
Merge
jmasa [Thu, 19 May 2016 13:59:50 -0700] rev 39704
8157240: GC task trace logging is incomprehensible
Reviewed-by: tschatzl, redestad
stefank [Tue, 21 Jun 2016 14:00:18 +0200] rev 39703
8159893: StringTable cleaning log line lacks the GC ID prefix
Reviewed-by: pliden, jmasa
dcubed [Thu, 07 Jul 2016 14:58:17 -0700] rev 39702
8068592: Remove unused code in objectMonitor.hpp
Reviewed-by: dholmes, redestad, gthornbr
kbarrett [Thu, 07 Jul 2016 15:40:36 -0400] rev 39701
8160350: cannot truss jdk9 [ solaris ]
Summary: Removed no longer needed code to enable or test for vtime support.
Reviewed-by: kbarrett, dcubed, gthornbr
Contributed-by: alan.burlison@oracle.com
zmajo [Wed, 06 Jul 2016 12:01:07 +0000] rev 39700
Merge
zmajo [Wed, 06 Jul 2016 11:16:36 +0200] rev 39699
8160527: Check for final instance field updates can be omitted
Summary: Disable final field resolution in the constant pool cache. Correct error message printed at field resolution. New tests.
Reviewed-by: jrose, coleenp
tschatzl [Wed, 06 Jul 2016 11:22:55 +0200] rev 39698
8159978: Use an array to store the collection set regions instead of linking through regions
Summary: Fix a potential problem with memory visibility in the sampling thread in the collection set by changing the way we store the collection set.
Reviewed-by: ehelin, jmasa
dcubed [Tue, 05 Jul 2016 21:24:24 +0000] rev 39697
Merge