coleenp [Wed, 15 Nov 2017 08:14:56 -0500] rev 47895
8179603: create a jtreg test group for hotspot tests excluding application testing
Reviewed-by: dholmes, sspitsyn
coleenp [Wed, 15 Nov 2017 08:14:31 -0500] rev 47894
8191315: Add serviceability/sa/TestRevPtrsForInvokeDynamic.java to ProblemList.txt
Reviewed-by: dholmes, sspitsyn
chaeubl [Wed, 15 Nov 2017 13:46:21 +0100] rev 47893
8178048: [JVMCI] improve HotSpotResolvedJavaFieldImpl.hashCode()
Reviewed-by: kvn
jcm [Wed, 15 Nov 2017 00:49:57 -0800] rev 47892
6415680: (bf) MappedByteBuffer.get() can provoke crash with EXCEPTION_IN_PAGE_ERROR
Summary: Made changes in topLevelExceptionFilter for handling unsafe single value invalid memory access failures, equivalent of JDK-4454115.
Reviewed-by: dholmes, dlong
cjplummer [Tue, 14 Nov 2017 18:08:35 -0800] rev 47891
8191049: Add alternate version of pns() that is callable from within hotspot source
Summary: added pns2() to debug.cpp
Reviewed-by: stuefe, gthornbr
hseigel [Tue, 14 Nov 2017 14:05:34 -0500] rev 47890
8191132: assert condition should not be in quotes
Summary: Remove bogus double quotation marks
Reviewed-by: coleenp
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