mdoerr [Tue, 14 Nov 2017 16:45:27 +0100] rev 47889
8191212: AIX: Build and polling page allocation broken after 8189941
Reviewed-by: stuefe
coleenp [Tue, 14 Nov 2017 10:10:05 -0500] rev 47888
Merge
coleenp [Mon, 13 Nov 2017 17:29:00 -0500] rev 47887
8190891: Clean up G1 barrier code in compiler interface (ci)
Summary: consolidate gc barrier code in ci
Reviewed-by: eosterlund, kbarrett
jwilhelm [Tue, 14 Nov 2017 03:39:32 +0100] rev 47886
Merge
sjohanss [Tue, 14 Nov 2017 11:33:23 +0100] rev 47885
8186571: Implementation: JEP 307: Parallel Full GC for G1
Summary: Improve G1 worst-case latencies by making the full GC parallel.
Reviewed-by: tschatzl, sangheki, ehelin
ihse [Mon, 30 Oct 2017 08:34:54 +0100] rev 47884
8190284: link-time-opt should not be using -fwhole-program
Reviewed-by: dholmes
rehn [Tue, 14 Nov 2017 10:09:21 +0100] rev 47883
8190925: Deprecate FastTLABRefill and set default off
Reviewed-by: dholmes, mlarsson
roland [Mon, 13 Nov 2017 14:53:28 -0500] rev 47882
8190375: Java Crash in JavaBug.formatPos(I)Ljava/lang/String
Summary: Skip the logic that set the value of the Phi iv if the exit condition is "not equal"
Reviewed-by: thartmann, mdoerr
rehn [Thu, 31 Aug 2017 10:00:28 +0200] rev 47881
8189941: Implementation JEP 312: Thread-local handshake
Summary: Introduce a way to execute a callback on threads without performing a global VM safepoint. Make it both possible and cheap to stop individual threads and not just all threads or none.
Reviewed-by: mdoerr, neliasso, acorn, aph, coleenp, dholmes
Contributed-by: mikael.gerdin@oracle.com, erik.osterlund@oracle.com, robbin.ehn@oracle.com
sadayapalam [Wed, 22 Nov 2017 18:07:53 +0530] rev 47880
8191655: LambdaConversionException: Invalid receiver type interface; not a subtype of implementation type interface
Reviewed-by: mcimadamore
erikj [Tue, 21 Nov 2017 16:54:46 -0800] rev 47879
8191744: Remove typo in makefile
Reviewed-by: tbell
rfield [Tue, 21 Nov 2017 23:38:53 +0000] rev 47878
8191631: Problem list jdk/jshell/StartOptionTest.java, jdk/jshell/ToolProviderTest.java and jdk/jshell/ExternalEditorTest.java temporarily
Reviewed-by: rfield
Contributed-by: xu.y.yin@oracle.com
ksrini [Tue, 21 Nov 2017 13:17:06 -0800] rev 47877
8180019: javadoc should treat failure to access URL as an error, not a warning.
Reviewed-by: jjg
jjg [Tue, 21 Nov 2017 13:07:26 -0800] rev 47876
Merge
jjg [Tue, 21 Nov 2017 13:06:43 -0800] rev 47875
8156694: javap should render annotations in a friendly way
Reviewed-by: mcimadamore