brutisso [Fri, 29 Jan 2016 10:44:15 +0100] rev 35887
8148467: Consistent use of : in the logging
Reviewed-by: mgerdin, tbenson
iignatyev [Fri, 29 Jan 2016 12:30:00 +0000] rev 35886
Merge
mchernov [Wed, 27 Jan 2016 18:22:25 +0300] rev 35885
8141278: New tests for PLAB testing
Reviewed-by: tschatzl
dholmes [Fri, 29 Jan 2016 05:32:12 -0500] rev 35884
6515172: Runtime.availableProcessors() ignores Linux taskset command
Summary: extract processor count from sched_getaffinity mask
Reviewed-by: dcubed, stuefe, gthornbr
dholmes [Fri, 29 Jan 2016 03:19:07 +0100] rev 35883
Merge
aharlap [Thu, 28 Jan 2016 16:05:41 -0500] rev 35882
8147906: G1 use of os::processor_count()
Summary: Use os::active_processor_count() instead of os::processor_count() in G1
Reviewed-by: dholmes, jmasa
goetz [Thu, 28 Jan 2016 15:13:15 -0800] rev 35881
8148470: Metadata print routines should not print to tty
Reviewed-by: iklam, mgerdin
jwilhelm [Thu, 28 Jan 2016 19:30:39 +0100] rev 35880
Merge
drwhite [Fri, 22 Jan 2016 06:13:52 -0500] rev 35879
8141421: Various test fail with OOME on win x86
Summary: Fix memory overuse in g1CodeCacheRemset
Reviewed-by: tschatzl, mgerdin
tschatzl [Thu, 28 Jan 2016 16:34:44 +0100] rev 35878
Merge
tschatzl [Thu, 28 Jan 2016 13:30:12 +0100] rev 35877
8146987: Improve Parallel GC Full GC by caching results of live_words_in_range()
Summary: A large part of time in the parallel scavenge collector is spent finding out the amount of live words within memory ranges to find out where to move an object to. Try to incrementally calculate this value.
Reviewed-by: tschatzl, mgerdin, jmasa
Contributed-by: ray alex <sky1young@gmail.com>
tschatzl [Thu, 28 Jan 2016 15:03:33 +0100] rev 35876
Merge
tschatzl [Thu, 28 Jan 2016 14:00:20 +0100] rev 35875
8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries
Summary: Do not make reused PRTs available to other threads before the bitmap of the PRT has been cleared.
Reviewed-by: tbenson, mgerdin
Contributed-by: Poonam Bajaj <poonam.bajaj@oracle.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
akulyakh [Thu, 28 Jan 2016 14:58:57 +0300] rev 35874
8147447: serviceability/tmtools/jstack/WaitNotifyThreadTest.java test fails
Summary: corrected verification of the jstack object references
Reviewed-by: sla
brutisso [Thu, 28 Jan 2016 10:18:45 +0100] rev 35873
Merge
brutisso [Thu, 28 Jan 2016 10:04:35 +0100] rev 35872
8145180: Add back PrintGC, PrintGCDetails and -Xloggc
Reviewed-by: sjohanss, david
mgerdin [Wed, 27 Jan 2016 14:50:56 +0100] rev 35871
8147461: Use byte offsets for vtable start and vtable length offsets
Reviewed-by: cjplummer, coleenp, dnsimon
dholmes [Thu, 28 Jan 2016 07:11:45 +0100] rev 35870
Merge
stuefe [Wed, 27 Jan 2016 11:51:56 +0100] rev 35869
8146905: cleanup ostream, staticBufferStream
Summary: get rid of staticBufferStream and implement the use-caller-provided-scratch-buffer feature in a simpler way.
Reviewed-by: simonis, dholmes
jiangli [Wed, 27 Jan 2016 22:39:03 -0500] rev 35868
8147500: The HashtableTextDump::get_num() should check for integer overflow
Summary: Add check for integer overflow in HashtableTextDump::get_num()
Reviewed-by: dholmes, iklam
david [Thu, 28 Jan 2016 02:30:57 +0100] rev 35867
Merge
david [Wed, 27 Jan 2016 16:12:05 +0100] rev 35866
8147940: Test gc/g1/TestG1TraceEagerReclaimHumongousObjects.java fails
Reviewed-by: mgerdin, jwilhelm
sangheki [Wed, 27 Jan 2016 21:04:42 +0000] rev 35865
Merge
sangheki [Wed, 27 Jan 2016 10:30:27 -0800] rev 35864
8145192: 'count' variable can overflow in PSMarkSweep::invoke on 64 bit JVM
Summary: Changed MarkSweepAlwaysCompactCount from uintx to uint
Reviewed-by: tschatzl, tbenson
stefank [Wed, 27 Jan 2016 20:45:30 +0100] rev 35863
Merge
goetz [Mon, 18 Jan 2016 10:25:41 +0100] rev 35862
8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
Summary: Fix remaining issues after 8146401. Also fix windows VS2010 linkage problem (g1OopClosures.hpp).
Reviewed-by: stefank, mgerdin
coleenp [Wed, 27 Jan 2016 18:31:58 +0000] rev 35861
Merge
coleenp [Wed, 27 Jan 2016 16:34:47 +0000] rev 35860
Merge