sangheki [Mon, 26 Oct 2015 08:34:25 -0700] rev 33600
8139801: Error message from validation check has wrong order on Windows
Summary: Added flushing stdout and stderr before exit or abort
Reviewed-by: coleenp, cjplummer
aharlap [Thu, 22 Oct 2015 11:33:51 -0400] rev 33599
8139664: Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread()
Summary: Remove virtual method with same implementation as on base class
Reviewed-by: pliden, drwhite
drwhite [Wed, 21 Oct 2015 14:13:36 -0400] rev 33598
8140251: Define the G1 term MMU somewhere in the source code.
Summary: (MINOR) Simple comment fix to define Minimum Mutator Utilization (MMU)
Reviewed-by: jwilhelm
mchernov [Fri, 23 Oct 2015 14:33:19 +0300] rev 33597
8139903: G1EvacStats does not split log entries.
Summary: Added gclog_or_tty->cr() to G1EvacStats to avoid concatenated PLAB log entries.
Reviewed-by: tschatzl, dfazunen
dholmes [Sun, 25 Oct 2015 19:19:55 -0400] rev 33596
8134642: ParkEvent::RawThreadIdentity appears to be unused and should be removed
Reviewed-by: dcubed, hseigel
dcubed [Sat, 24 Oct 2015 15:44:08 -0700] rev 33595
8047212: runtime/ParallelClassLoading/bootstrap/random/inner-complex assert(ObjectSynchronizer::verify_objmon_isinpool(inf)) failed: monitor is invalid
Summary: Fix race between ObjectMonitor alloc and verification code; teach SA about "static pointer volatile" fields.
Reviewed-by: cvarming, dholmes, sspitsyn, coleenp
coleenp [Fri, 23 Oct 2015 23:06:53 +0200] rev 33594
Merge
coleenp [Fri, 23 Oct 2015 16:48:38 -0400] rev 33593
8140274: methodHandles and constantPoolHandles should be passed as const references
Summary: modified code to use const reference parameters
Reviewed-by: sspitsyn, twisti
gziemski [Fri, 23 Oct 2015 11:17:23 -0500] rev 33592
8129855: "-XX:+IgnoreUnrecognizedVMOptions" hides out of range VM options.
Summary: Implement strict spec rgarding how IgnoreUnrecognizedVMOptions works, supplied with the corresponding test case.
Reviewed-by: dcubed, ddmitriev
ehelin [Tue, 20 Oct 2015 14:37:59 +0200] rev 33591
8138975: G1CollectorPolicy::calculate_young_list_target_length should be const
Reviewed-by: mgerdin, tschatzl
coleenp [Thu, 22 Oct 2015 17:24:17 +0000] rev 33590
Merge
goetz [Thu, 22 Oct 2015 13:07:10 -0400] rev 33589
8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux.
Reviewed-by: stuefe, coleenp, roland
ehelin [Wed, 21 Oct 2015 13:41:27 +0200] rev 33588
8139256: Add Makefile target to run internal VM tests
Reviewed-by: ihse, erikj
david [Thu, 22 Oct 2015 08:53:13 +0200] rev 33587
8139952: Remove UseCMSAdaptiveFreeLists, UseAsyncConcMarkSweepGC, CMSDictionaryChoice, CMSOverflowEarlyRestoration and CMSTestInFreeList
Reviewed-by: jwilhelm, ecaspole
bobv [Wed, 21 Oct 2015 17:16:02 -0400] rev 33586
Merge