acorn [Thu, 06 Aug 2015 19:52:54 +0200] rev 32190
Merge
acorn [Thu, 06 Aug 2015 13:02:15 -0400] rev 32189
8087342: Crash in klassItable::initialize_itable_for_interface
Summary: Fix method searches to handle static, private instance and overpass
Reviewed-by: lfoltan, dholmes, hseigel
tschatzl [Thu, 06 Aug 2015 17:43:04 +0200] rev 32188
Merge
tschatzl [Thu, 06 Aug 2015 15:52:33 +0200] rev 32187
8133047: Rename G1ParScanThreadState::_queue_num to _worker_id
Reviewed-by: jmasa, jwilhelm
tschatzl [Thu, 06 Aug 2015 15:49:52 +0200] rev 32186
8133043: Clean up code related to termination stats printing
Summary: Reformat termination stats related code to make it look more similar to existing code.
Reviewed-by: jwilhelm, jmasa
tschatzl [Thu, 06 Aug 2015 15:49:50 +0200] rev 32185
8073052: Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
Summary: Fix naming of G1ParGCAllocator, decrease dependencies between G1CollectedHeap, G1Allocator and G1AllocRegion, additional documentation.
Reviewed-by: mgerdin, jmasa, kbarrett
kevinw [Thu, 06 Aug 2015 16:00:55 +0200] rev 32184
Merge
kevinw [Thu, 06 Aug 2015 00:08:57 -0700] rev 32183
8075773: jps running as root fails after the fix of JDK-8050807
Reviewed-by: sla, dsamersoff, gthornbr
Contributed-by: cheleswer.sahu@oracle.com
sspitsyn [Thu, 06 Aug 2015 01:48:27 -0700] rev 32182
8060245: update bsd version of jhelper.d to be in sync with the fix of 8009204 on solaris
Summary: sync the bsd version of jhelper with the solaris version
Reviewed-by: sla, jbachorik
dholmes [Wed, 05 Aug 2015 21:44:54 -0400] rev 32181
8130212: Thread::current() might access freed memory on Solaris
Reviewed-by: kvn, twisti, stuefe