brutisso [Fri, 09 Oct 2015 20:52:59 +0200] rev 33153
8139294: TestGCEventMixedWithCMSConcurrent.java still fails after JDK-8134953
Reviewed-by: jwilhelm, ecaspole
brutisso [Fri, 09 Oct 2015 20:31:56 +0200] rev 33152
8139293: TestGCEventMixedWithG1ConcurrentMark.java fails after JDK-8134953
Reviewed-by: ecaspole, jwilhelm
kbarrett [Fri, 09 Oct 2015 14:08:15 -0400] rev 33151
8138659: Speed up InstanceKlass subclass discrimination
Summary: Add _misc_kind field and flags, move around predicates.
Reviewed-by: coleenp, stefank
ehelin [Fri, 09 Oct 2015 15:48:30 +0200] rev 33150
8138972: G1CollectorPolicy::_max_survivor_regions should be intialized in the initializer list
Reviewed-by: jwilhelm, mgerdin
david [Fri, 09 Oct 2015 08:46:44 +0000] rev 33149
Merge
david [Fri, 09 Oct 2015 09:42:33 +0200] rev 33148
8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
8042894: runtime: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Reviewed-by: goetz, brutisso
mgerdin [Fri, 09 Oct 2015 09:00:33 +0200] rev 33147
8139086: Solaris/Sparc slowdebug build fails for memset_with_concurrent_readers.cpp
Reviewed-by: dcubed, kbarrett, coleenp
brutisso [Thu, 08 Oct 2015 12:44:12 +0200] rev 33146
8138717: TestGCEventMixedWithG1ConcurrentMark.java fails
Reviewed-by: jwilhelm, david
jwilhelm [Thu, 08 Oct 2015 22:35:20 +0200] rev 33145
Merge
sangheki [Mon, 05 Oct 2015 14:56:19 -0700] rev 33144
8134995: [REDO] GC: implement ranges (optionally constraints) for those flags that have them missing
Summary: Add ranges and constraint functions for GC flags.
Reviewed-by: kbarrett, jmasa, jwilhelm, gziemski, zmajo
ehelin [Thu, 08 Oct 2015 12:47:17 +0200] rev 33143
8139134: Wrong tenuring threshold in young GC trace event
Reviewed-by: ehelin, jwilhelm
Contributed-by: Carsten Varming <cvarming@twitter.com>
goetz [Fri, 02 Oct 2015 11:46:42 +0200] rev 33142
8138733: Fix build: gcc < 4.8 doesn't grok -Wno-format-zero-length added in 8080775
Summary: Also fix one problematic format on ppc.
Reviewed-by: david, simonis
iignatyev [Thu, 08 Oct 2015 01:04:29 +0000] rev 33141
Merge
kzhaldyb [Wed, 07 Oct 2015 18:02:25 +0300] rev 33140
8138958: Quarantine gc/g1/mixedgc/TestLogging.java test
Reviewed-by: brutisso, iignatyev
dcubed [Wed, 07 Oct 2015 22:54:08 +0000] rev 33139
Merge
dcubed [Wed, 07 Oct 2015 16:41:21 +0000] rev 33138
Merge
stuefe [Thu, 01 Oct 2015 09:30:19 +0200] rev 33137
8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: simonis, ihse, prr, goetz, dcubed
ctornqvi [Wed, 07 Oct 2015 20:45:15 +0000] rev 33136
Merge
gtriantafill [Wed, 07 Oct 2015 11:37:46 -0400] rev 33135
8134432: [TESTBUG] Rewrite test/runtime/6888954/vmerrors.sh in Java
Reviewed-by: ddmitriev, ctornqvi, coleenp
ehelin [Wed, 07 Oct 2015 17:33:42 +0000] rev 33134
Merge
ehelin [Wed, 07 Oct 2015 17:00:02 +0200] rev 33133
8138971: G1CollectorPolicy::_rs_lengths_prediction is not initialized before use
Reviewed-by: mgerdin, jwilhelm
david [Wed, 07 Oct 2015 14:56:53 +0000] rev 33132
Merge
david [Wed, 07 Oct 2015 15:27:02 +0200] rev 33131
8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated.
Reviewed-by: jwilhelm, mgerdin
ehelin [Wed, 07 Oct 2015 15:06:52 +0200] rev 33130
8138969: G1CollectorPolicy should use const for applicable methods
Reviewed-by: mgerdin, jwilhelm
jwilhelm [Wed, 07 Oct 2015 01:03:24 +0200] rev 33129
Merge
coleenp [Tue, 06 Oct 2015 18:51:47 +0000] rev 33128
Merge
mockner [Tue, 06 Oct 2015 14:27:39 -0400] rev 33127
8138917: Back out change for 8130681
Summary: Change 8130681 has been backed out.
Reviewed-by: coleenp, gtriantafill
brutisso [Tue, 06 Oct 2015 14:27:03 +0200] rev 33126
8138707: TestPromotionEventWithParallelScavenge.java crashes using undefined GC id.
Reviewed-by: mgerdin, jwilhelm
brutisso [Tue, 06 Oct 2015 14:26:13 +0200] rev 33125
8138863: Refactor WaitForBarrierGCTask
Reviewed-by: mgerdin, jwilhelm
brutisso [Tue, 06 Oct 2015 14:25:02 +0200] rev 33124
8138862: Remove some unused code and subclasses in gcTaskManager.hpp/cpp
Reviewed-by: mgerdin, jwilhelm
pliden [Tue, 06 Oct 2015 08:05:11 +0200] rev 33123
8138846: Remove unused enum ConcurrentGCThread::CGC_flag_type
Reviewed-by: jwilhelm, brutisso
kbarrett [Mon, 05 Oct 2015 21:17:11 -0400] rev 33122
8138833: Remove CMMarkStack::drain
Summary: Remove unused functions and data members.
Reviewed-by: pliden, brutisso