coleenp [Wed, 28 Oct 2015 20:30:03 +0100] rev 33617
Merge
gziemski [Wed, 28 Oct 2015 09:09:55 -0500] rev 33616
8140539: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
Summary: Add back "-XX:+IgnoreUnrecognizedVMOptions" that was removed in a prototype.
Reviewed-by: dcubed, ddmitriev
dsamersoff [Wed, 28 Oct 2015 19:54:46 +0100] rev 33615
Merge
dsamersoff [Wed, 28 Oct 2015 21:47:31 +0300] rev 33614
8140663: FrameValue might be used uninitialized
Summary: Add a constructor
Reviewed-by: sspitsyn, jwilhelm
coleenp [Wed, 28 Oct 2015 16:36:53 +0100] rev 33613
Merge
coleenp [Wed, 28 Oct 2015 15:03:40 +0100] rev 33612
Merge
coleenp [Wed, 28 Oct 2015 09:47:23 -0400] rev 33611
8139203: Consistent naming for klass type predicates
8138923: Remove oop coupling with InstanceKlass subclasses
Summary: Renamed oop_is_instance and friends, removed the functions in oop that dug down into InstanceKlass.
Reviewed-by: jrose, lfoltan, stefank
ddmitriev [Tue, 27 Oct 2015 14:33:29 +0300] rev 33610
8139900: [TESTBUG] Remove G1UpdateBufferSize and InitialBootClassLoaderMetaspaceSize from TestOptionsWithRanges
Reviewed-by: gziemski, sangheki, ctornqvi
mgerdin [Wed, 14 Oct 2015 14:51:10 +0200] rev 33609
8139149: Split G1 evacuate_collection_set into multiple steps
Reviewed-by: ehelin, tschatzl
drwhite [Mon, 26 Oct 2015 12:22:24 -0400] rev 33608
8138920: Refactor the sampling thread from ConcurrentG1RefineThread
Summary: Helps enable running without concurrent refinement threads
Reviewed-by: brutisso, pliden
chegar [Tue, 27 Oct 2015 15:09:19 +0000] rev 33607
Merge
chegar [Tue, 27 Oct 2015 14:18:56 +0000] rev 33606
8139891: Prepare Unsafe for true encapsulation
Reviewed-by: alanb, dholmes, jrose, psandoz, twisti
tschatzl [Tue, 27 Oct 2015 11:44:49 +0100] rev 33605
8140583: Without PrintPLAB, there are superfluous newlines in the GC log messages
Summary: Conditionalize offending newlines by -XX:+PrintPLAB
Reviewed-by: mgerdin
goetz [Fri, 09 Oct 2015 16:39:37 +0200] rev 33604
8139116: Fixes for warning "format not a string literal"
Reviewed-by: ddmitriev, david, simonis
coleenp [Mon, 26 Oct 2015 20:07:50 +0100] rev 33603
Merge
coleenp [Mon, 26 Oct 2015 13:11:36 -0400] rev 33602
8139163: InstanceKlass::cast passes through NULL
Summary: Reduce raw (InstanceKlass*) casts and InstanceKlass::cast, which no long allows null
Reviewed-by: twisti, kbarrett