kbarrett [Tue, 15 Nov 2016 19:39:51 -0500] rev 42570
8169423: Infinite loop in G1's ConcurrentMarkThread
Summary: Also terminate loop if has_aborted flag is set.
Reviewed-by: tschatzl, sjohanss
hseigel [Tue, 15 Nov 2016 08:34:56 -0500] rev 42569
8169551: Segfaults in error traces when module version is null
Summary: Make sure module->version() is not null before dereferencing it.
Reviewed-by: coleenp, gtriantafill, lfoltan
mchernov [Tue, 15 Nov 2016 15:30:03 +0300] rev 42568
Merge
mchernov [Tue, 15 Nov 2016 14:04:39 +0300] rev 42567
8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed
Reviewed-by: tschatzl, dfazunen
jiangli [Mon, 14 Nov 2016 19:24:14 -0500] rev 42566
Merge
jiangli [Mon, 14 Nov 2016 18:03:44 -0500] rev 42565
8168790: CDS: assert(max_delta <= (0x7FFFFFFF)) failed: range check.
Summary: Change the assert to check the current delta is less than 0x7FFFFFFF.
Reviewed-by: iklam, ddmitriev
ccheung [Mon, 14 Nov 2016 19:21:18 +0000] rev 42564
Merge
ccheung [Mon, 14 Nov 2016 10:42:13 -0800] rev 42563
8168796: relax vm options checking during CDS dump time
Summary: warning instead of exit for the following vm options specified during CDS dump time: --module-path, --upgrade-module-path, --add-modules
Reviewed-by: hseigel, jiangli, sspitsyn
kvn [Mon, 14 Nov 2016 10:10:10 -0800] rev 42562
8169261: Fix for JDK-8067744 creates build failures with some versions of gcc and/or linux
Reviewed-by: kvn, drwhite
Contributed-by: yang.zhang@linaro.org
jwilhelm [Fri, 11 Nov 2016 16:52:44 +0100] rev 42561
8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
Reviewed-by: egahlin, gtriantafill
jwilhelm [Fri, 11 Nov 2016 16:44:36 +0100] rev 42560
Merge
simonis [Mon, 14 Nov 2016 11:15:43 +0100] rev 42559
8169625: Libjsig build doesn't set flags for ppc64/s390 builds
Reviewed-by: erikj
ehelin [Fri, 11 Nov 2016 12:27:22 +0100] rev 42558
Merge
ehelin [Mon, 07 Nov 2016 10:38:42 +0100] rev 42557
8167679: G1 phase logging is messy
Reviewed-by: sjohanss, tschatzl
goetz [Mon, 07 Nov 2016 12:37:28 +0100] rev 42556
8169317: [s390] Various minor bug fixes and adaptions.
Reviewed-by: mdoerr
rraghavan [Thu, 10 Nov 2016 23:26:56 -0800] rev 42555
8169201: Montgomery multiply intrinsic should use correct name
Summary: Corrected stubName to montgomery_multiply for inline_montgomeryMultiply()
Reviewed-by: aph, thartmann, zmajo
never [Thu, 10 Nov 2016 13:08:02 -0800] rev 42554
8169554: [JVMCI] expose missing StubRoutines for intrinsics
Reviewed-by: kvn
neliasso [Thu, 10 Nov 2016 18:08:31 +0100] rev 42553
8167656: Unstable MethodHandle inlining causing huge performance variations
Summary: Profile calls without a reciever
Reviewed-by: jrose, vlivanov, kvn
kvn [Wed, 09 Nov 2016 10:21:56 -0800] rev 42552
8167067: Fix x86 SHA instructions to be non Vex encoded
Reviewed-by: kvn
Contributed-by: razvan.a.lupusoru@intel.com
roland [Fri, 07 Oct 2016 15:59:38 +0200] rev 42551
8169497: Aarch64: Improve internal array handling
Reviewed-by: aph
dsamersoff [Wed, 09 Nov 2016 08:45:51 +0000] rev 42550
Merge
dsamersoff [Wed, 09 Nov 2016 10:56:32 +0300] rev 42549
8169344: Potential open file descriptor in exists() of hotspot/agent/src/os/bsd/ps_core.c
Summary: Use access() instead of open() to check for the existence of a file
Reviewed-by: dsamersoff, dholmes
Contributed-by: jini.george@oracle.com
vtewari [Wed, 09 Nov 2016 13:38:52 +0530] rev 42548
7107014: sun.jvm.hotspot.HSDB.FindObjectByTypeCleanupThunk.showConsole.attach infinite loop
Summary: Avoid infinite loop in sun.jvm.hotspot.HSDB.FindObjectByTypeCleanupThunk.showConsole.attach
Reviewed-by: rehn, dsamersoff
Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
dsamersoff [Wed, 09 Nov 2016 09:30:27 +0300] rev 42547
7107018: sun.jvm.hotspot.utilities.soql.JSJavaHeap.forEachClass incorrect test
Summary: Correction for incorrect double checking of âkâ not being null.
Reviewed-by: dsamersoff, rehn
Contributed-by: jini.george@oracle.com
dnsimon [Mon, 07 Nov 2016 17:02:46 +0100] rev 42546
8169331: [JVMCI] incomplete API to MethodParameters attribute
Reviewed-by: kvn
ehelin [Fri, 28 Oct 2016 15:50:09 +0200] rev 42545
8168904: Initialize and reset G1 phase times to zero
Reviewed-by: sjohanss, jprovino
neliasso [Tue, 01 Nov 2016 14:22:38 +0100] rev 42544
8160543: C1: Crash in java.lang.String.indexOf in some java.sql tests
Summary: C1 must use unverified entry point for unloaded methods.
Reviewed-by: vlivanov, goetz
goetz [Mon, 31 Oct 2016 11:36:45 +0100] rev 42543
8166837: [TESTBUG] Fix tests on Linux/s390x
Reviewed-by: kvn, simonis
erikj [Mon, 07 Nov 2016 10:12:14 +0100] rev 42542
8169255: Link gtestLauncher statically if libjvm is configured for static linking
Reviewed-by: tbell, dholmes
bchristi [Tue, 13 Dec 2016 12:36:13 -0800] rev 42541
8169389: Use a bitmap to control StackTraceElement::toString format and save footprint
Reviewed-by: dfuchs, mchung