Mon, 21 Nov 2016 21:07:45 -0500 8169870: CDS: "assert(partition_size <= size()) failed: partition failed" on 32 bit JVM
jiangli [Mon, 21 Nov 2016 21:07:45 -0500] rev 42584
8169870: CDS: "assert(partition_size <= size()) failed: partition failed" on 32 bit JVM Summary: Exit the VM and report error if the second ReservedSpace() call also fails. Reviewed-by: cjplummer, sspitsyn, iklam
Mon, 21 Nov 2016 17:38:13 +0000 8170100: AArch64: Crash in C1-compiled code accessing References
aph [Mon, 21 Nov 2016 17:38:13 +0000] rev 42583
8170100: AArch64: Crash in C1-compiled code accessing References Reviewed-by: roland
Mon, 21 Nov 2016 17:29:17 +0000 8170098: AArch64: VM is extremely slow with JVMTI debugging enabled
aph [Mon, 21 Nov 2016 17:29:17 +0000] rev 42582
8170098: AArch64: VM is extremely slow with JVMTI debugging enabled Reviewed-by: roland
Mon, 21 Nov 2016 09:33:06 +0100 8169941: CodeBlob::is_frame_complete_at() does not honor CodeOffsets::frame_never_safe
thartmann [Mon, 21 Nov 2016 09:33:06 +0100] rev 42581
8169941: CodeBlob::is_frame_complete_at() does not honor CodeOffsets::frame_never_safe Summary: CodeBlob::is_frame_complete_at() should always return false if _frame_complete_offset is set to CodeOffsets::frame_never_safe (-1). Reviewed-by: kvn, dlong
Mon, 21 Nov 2016 08:27:10 +0100 8169711: CDS does not patch entry trampoline if intrinsic method is disabled
thartmann [Mon, 21 Nov 2016 08:27:10 +0100] rev 42580
8169711: CDS does not patch entry trampoline if intrinsic method is disabled Summary: Always create interpreter method entries for intrinsified methods but replace them with vanilla entries if the intrinsic is disabled at runtime. Reviewed-by: kvn, iklam
Fri, 18 Nov 2016 19:04:48 +0000 8169901: AArch64: CompareAndExchange intrinsics clobber address register
rkennke [Fri, 18 Nov 2016 19:04:48 +0000] rev 42579
8169901: AArch64: CompareAndExchange intrinsics clobber address register Reviewed-by: aph
Fri, 18 Nov 2016 18:46:08 +0300 8166719: gc/stress/TestStressG1Humongous.java fails with OOME
mchernov [Fri, 18 Nov 2016 18:46:08 +0300] rev 42578
8166719: gc/stress/TestStressG1Humongous.java fails with OOME Reviewed-by: tschatzl, dfazunen
Fri, 18 Nov 2016 03:40:56 -0800 8169529: AArch64: Revert old JDK-8167595 changes after JDK-8159035 fix is pushed
rraghavan [Fri, 18 Nov 2016 03:40:56 -0800] rev 42577
8169529: AArch64: Revert old JDK-8167595 changes after JDK-8159035 fix is pushed Summary: Removed the zero check Reviewed-by: adinn, aph, thartmann
Thu, 17 Nov 2016 21:59:52 +0000 Merge
rprotacio [Thu, 17 Nov 2016 21:59:52 +0000] rev 42576
Merge
Thu, 17 Nov 2016 16:28:45 -0500 8165550: Add class loader names to ClassCastException message
rprotacio [Thu, 17 Nov 2016 16:28:45 -0500] rev 42575
8165550: Add class loader names to ClassCastException message Summary: Adds new format of class loader names to VM ClassCastException messages Reviewed-by: dholmes, mchung, lfoltan
Thu, 17 Nov 2016 14:23:29 -0500 8166304: Skipping access check for classes generated by core reflection
hseigel [Thu, 17 Nov 2016 14:23:29 -0500] rev 42574
8166304: Skipping access check for classes generated by core reflection Summary: Only allow boot and reflection class loader to load sub-types of jdk.internal.reflect Reviewed-by: acorn, lfoltan, rehn
Thu, 17 Nov 2016 15:54:48 +0300 8169638: serviceability/sa/TestInstanceKlassSize.java and serviceability/sa/TestInstanceKlassSizeForInterface.java fail compilation
dsamersoff [Thu, 17 Nov 2016 15:54:48 +0300] rev 42573
8169638: serviceability/sa/TestInstanceKlassSize.java and serviceability/sa/TestInstanceKlassSizeForInterface.java fail compilation Summary: Modified the jtreg tests to use @modules Reviewed-by: dsamersoff, rehn Contributed-by: jini.george@oracle.com
Wed, 16 Nov 2016 18:57:42 +0300 8165955: TestFullGCCount test failed with CMS and -XX:+ExplicitGCInvokesConcurrent
mchernov [Wed, 16 Nov 2016 18:57:42 +0300] rev 42572
8165955: TestFullGCCount test failed with CMS and -XX:+ExplicitGCInvokesConcurrent Reviewed-by: dfazunen, tschatzl
Wed, 16 Nov 2016 14:11:30 +0300 7107013: sun.jvm.hotspot.runtime.Bytes.swapLong conversion to long mishandled
dsamersoff [Wed, 16 Nov 2016 14:11:30 +0300] rev 42571
7107013: sun.jvm.hotspot.runtime.Bytes.swapLong conversion to long mishandled Summary: Cast to long to avoid truncation in swapLong() Reviewed-by: dsamersoff Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
Tue, 15 Nov 2016 19:39:51 -0500 8169423: Infinite loop in G1's ConcurrentMarkThread
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
Tue, 15 Nov 2016 08:34:56 -0500 8169551: Segfaults in error traces when module version is null
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
Tue, 15 Nov 2016 15:30:03 +0300 Merge
mchernov [Tue, 15 Nov 2016 15:30:03 +0300] rev 42568
Merge
Tue, 15 Nov 2016 14:04:39 +0300 8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed
mchernov [Tue, 15 Nov 2016 14:04:39 +0300] rev 42567
8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed Reviewed-by: tschatzl, dfazunen
Mon, 14 Nov 2016 19:24:14 -0500 Merge
jiangli [Mon, 14 Nov 2016 19:24:14 -0500] rev 42566
Merge
Mon, 14 Nov 2016 18:03:44 -0500 8168790: CDS: assert(max_delta <= (0x7FFFFFFF)) failed: range check.
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
Mon, 14 Nov 2016 19:21:18 +0000 Merge
ccheung [Mon, 14 Nov 2016 19:21:18 +0000] rev 42564
Merge
Mon, 14 Nov 2016 10:42:13 -0800 8168796: relax vm options checking during CDS dump time
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
Mon, 14 Nov 2016 10:10:10 -0800 8169261: Fix for JDK-8067744 creates build failures with some versions of gcc and/or linux
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
Fri, 11 Nov 2016 16:52:44 +0100 8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
jwilhelm [Fri, 11 Nov 2016 16:52:44 +0100] rev 42561
8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved Reviewed-by: egahlin, gtriantafill
Fri, 11 Nov 2016 16:44:36 +0100 Merge
jwilhelm [Fri, 11 Nov 2016 16:44:36 +0100] rev 42560
Merge
Mon, 14 Nov 2016 11:15:43 +0100 8169625: Libjsig build doesn't set flags for ppc64/s390 builds
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
Fri, 11 Nov 2016 12:27:22 +0100 Merge
ehelin [Fri, 11 Nov 2016 12:27:22 +0100] rev 42558
Merge
Mon, 07 Nov 2016 10:38:42 +0100 8167679: G1 phase logging is messy
ehelin [Mon, 07 Nov 2016 10:38:42 +0100] rev 42557
8167679: G1 phase logging is messy Reviewed-by: sjohanss, tschatzl
Mon, 07 Nov 2016 12:37:28 +0100 8169317: [s390] Various minor bug fixes and adaptions.
goetz [Mon, 07 Nov 2016 12:37:28 +0100] rev 42556
8169317: [s390] Various minor bug fixes and adaptions. Reviewed-by: mdoerr
Thu, 10 Nov 2016 23:26:56 -0800 8169201: Montgomery multiply intrinsic should use correct name
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
Thu, 10 Nov 2016 13:08:02 -0800 8169554: [JVMCI] expose missing StubRoutines for intrinsics
never [Thu, 10 Nov 2016 13:08:02 -0800] rev 42554
8169554: [JVMCI] expose missing StubRoutines for intrinsics Reviewed-by: kvn
Thu, 10 Nov 2016 18:08:31 +0100 8167656: Unstable MethodHandle inlining causing huge performance variations
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
Wed, 09 Nov 2016 10:21:56 -0800 8167067: Fix x86 SHA instructions to be non Vex encoded
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
Fri, 07 Oct 2016 15:59:38 +0200 8169497: Aarch64: Improve internal array handling
roland [Fri, 07 Oct 2016 15:59:38 +0200] rev 42551
8169497: Aarch64: Improve internal array handling Reviewed-by: aph
Wed, 09 Nov 2016 08:45:51 +0000 Merge
dsamersoff [Wed, 09 Nov 2016 08:45:51 +0000] rev 42550
Merge
Wed, 09 Nov 2016 10:56:32 +0300 8169344: Potential open file descriptor in exists() of hotspot/agent/src/os/bsd/ps_core.c
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
Wed, 09 Nov 2016 13:38:52 +0530 7107014: sun.jvm.hotspot.HSDB.FindObjectByTypeCleanupThunk.showConsole.attach infinite loop
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>
Wed, 09 Nov 2016 09:30:27 +0300 7107018: sun.jvm.hotspot.utilities.soql.JSJavaHeap.forEachClass incorrect test
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
Mon, 07 Nov 2016 17:02:46 +0100 8169331: [JVMCI] incomplete API to MethodParameters attribute
dnsimon [Mon, 07 Nov 2016 17:02:46 +0100] rev 42546
8169331: [JVMCI] incomplete API to MethodParameters attribute Reviewed-by: kvn
Fri, 28 Oct 2016 15:50:09 +0200 8168904: Initialize and reset G1 phase times to zero
ehelin [Fri, 28 Oct 2016 15:50:09 +0200] rev 42545
8168904: Initialize and reset G1 phase times to zero Reviewed-by: sjohanss, jprovino
Tue, 01 Nov 2016 14:22:38 +0100 8160543: C1: Crash in java.lang.String.indexOf in some java.sql tests
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
Mon, 31 Oct 2016 11:36:45 +0100 8166837: [TESTBUG] Fix tests on Linux/s390x
goetz [Mon, 31 Oct 2016 11:36:45 +0100] rev 42543
8166837: [TESTBUG] Fix tests on Linux/s390x Reviewed-by: kvn, simonis
Mon, 07 Nov 2016 10:12:14 +0100 8169255: Link gtestLauncher statically if libjvm is configured for static linking
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
Tue, 13 Dec 2016 12:36:13 -0800 8169389: Use a bitmap to control StackTraceElement::toString format and save footprint
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
Wed, 14 Dec 2016 20:23:23 +0000 Added tag jdk-9+149 for changeset a91250ba2c70
lana [Wed, 14 Dec 2016 20:23:23 +0000] rev 42540
Added tag jdk-9+149 for changeset a91250ba2c70
Tue, 20 Dec 2016 13:44:04 -0800 8170195: jshell tool (make): update javadoc generation for jdk.jshell
rfield [Tue, 20 Dec 2016 13:44:04 -0800] rev 42539
8170195: jshell tool (make): update javadoc generation for jdk.jshell Reviewed-by: jjg
Mon, 19 Dec 2016 12:39:00 -0500 8168503: JEP 297: Unified arm32/arm64 Port
bobv [Mon, 19 Dec 2016 12:39:00 -0500] rev 42538
8168503: JEP 297: Unified arm32/arm64 Port Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
Mon, 19 Dec 2016 16:04:49 +0000 Merge
prappo [Mon, 19 Dec 2016 16:04:49 +0000] rev 42537
Merge
Mon, 19 Dec 2016 16:00:21 +0000 8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url
prappo [Mon, 19 Dec 2016 16:00:21 +0000] rev 42536
8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url Reviewed-by: chegar, rriggs
Mon, 19 Dec 2016 10:47:26 +0100 8171366: macOS: Do not run failure handler commands that require Developer mode access
sla [Mon, 19 Dec 2016 10:47:26 +0100] rev 42535
8171366: macOS: Do not run failure handler commands that require Developer mode access Reviewed-by: erikj, iignatyev
Sun, 18 Dec 2016 15:57:40 +0100 Merge
jwilhelm [Sun, 18 Dec 2016 15:57:40 +0100] rev 42534
Merge
Tue, 13 Dec 2016 02:04:18 +0100 Merge
jwilhelm [Tue, 13 Dec 2016 02:04:18 +0100] rev 42533
Merge
Sun, 11 Dec 2016 18:50:18 -0800 8171008: Integrate AOT compiler into JDK
kvn [Sun, 11 Dec 2016 18:50:18 -0800] rev 42532
8171008: Integrate AOT compiler into JDK Reviewed-by: erikj, mchung, twisti, simonis
Sun, 11 Dec 2016 12:09:13 -0800 8166417: Integrate Graal-core into JDK for AOT compiler
kvn [Sun, 11 Dec 2016 12:09:13 -0800] rev 42531
8166417: Integrate Graal-core into JDK for AOT compiler Reviewed-by: iveresov, erikj, ihse, mchung
Thu, 08 Dec 2016 17:13:07 +0100 Merge
jwilhelm [Thu, 08 Dec 2016 17:13:07 +0100] rev 42530
Merge
Thu, 08 Dec 2016 16:18:03 +0100 Merge
jwilhelm [Thu, 08 Dec 2016 16:18:03 +0100] rev 42529
Merge
Mon, 05 Dec 2016 17:55:59 +0100 8066474: Remove the lib/ directory from Linux and Solaris images
erikj [Mon, 05 Dec 2016 17:55:59 +0100] rev 42528
8066474: Remove the lib/ directory from Linux and Solaris images Reviewed-by: tbell, ihse
Fri, 16 Dec 2016 11:58:14 -0800 Merge
ddehaven [Fri, 16 Dec 2016 11:58:14 -0800] rev 42527
Merge
Mon, 12 Dec 2016 20:54:39 -0800 Merge
ddehaven [Mon, 12 Dec 2016 20:54:39 -0800] rev 42526
Merge
Mon, 05 Dec 2016 08:36:14 -0800 Merge
ddehaven [Mon, 05 Dec 2016 08:36:14 -0800] rev 42525
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip