Thu, 06 Oct 2016 18:51:24 +0200 8159611: C2: ArrayCopy elimination skips required parameter checks
simonis [Thu, 06 Oct 2016 18:51:24 +0200] rev 42086
8159611: C2: ArrayCopy elimination skips required parameter checks Reviewed-by: kvn, zmajo, thartmann
Tue, 01 Nov 2016 09:19:14 +0100 8167578: C1: compiler.escapeAnalysis.TestArrayCopy fails to throw ArrayStoreException
zmajo [Tue, 01 Nov 2016 09:19:14 +0100] rev 42085
8167578: C1: compiler.escapeAnalysis.TestArrayCopy fails to throw ArrayStoreException Summary: Remove code that causes C1's arraycopy to skip type checks if the length argument is 0 Reviewed-by: kvn
Mon, 31 Oct 2016 17:36:39 +0000 Merge
mchernov [Mon, 31 Oct 2016 17:36:39 +0000] rev 42084
Merge
Mon, 31 Oct 2016 18:18:05 +0300 8168535: Quarantine GcCauseTest02 and GcTest02
mchernov [Mon, 31 Oct 2016 18:18:05 +0300] rev 42083
8168535: Quarantine GcCauseTest02 and GcTest02 Reviewed-by: jwilhelm, sjohanss
Wed, 19 Oct 2016 11:08:03 +0200 8168283: adlc: fix error expanding expanded nodes.
goetz [Wed, 19 Oct 2016 11:08:03 +0200] rev 42082
8168283: adlc: fix error expanding expanded nodes. Reviewed-by: kvn
Mon, 10 Oct 2016 17:04:42 +0200 8167300: Scheduling failures during gcm should be fatal
roland [Mon, 10 Oct 2016 17:04:42 +0200] rev 42081
8167300: Scheduling failures during gcm should be fatal Reviewed-by: kvn, mcberg
Thu, 13 Oct 2016 12:27:39 +0200 8167298: assert(tp->base() != Type::AnyPtr) crash with Unsafe.compareAndExchangeObject*
roland [Thu, 13 Oct 2016 12:27:39 +0200] rev 42080
8167298: assert(tp->base() != Type::AnyPtr) crash with Unsafe.compareAndExchangeObject* Summary: Unsafe.compareAndExchangeObject should keep track of returned type after matching Reviewed-by: shade, vlivanov
Sat, 29 Oct 2016 01:09:42 +0200 8168915: [JVMCI] use MethodParameters attribute instead of depending on -g option for sanity checks
dnsimon [Sat, 29 Oct 2016 01:09:42 +0200] rev 42079
8168915: [JVMCI] use MethodParameters attribute instead of depending on -g option for sanity checks Reviewed-by: kvn
Mon, 31 Oct 2016 09:50:12 +0100 8168770: Fix for 8151988 causes performance regression on SPARC
thartmann [Mon, 31 Oct 2016 09:50:12 +0100] rev 42078
8168770: Fix for 8151988 causes performance regression on SPARC Summary: Reversed and re-implemented fix for 8151988 to eagerly cut off control input of Div and Mod nodes. Reviewed-by: kvn
Fri, 28 Oct 2016 19:33:22 +0000 Merge
kvn [Fri, 28 Oct 2016 19:33:22 +0000] rev 42077
Merge
Fri, 28 Oct 2016 12:28:46 -0700 8067744: XMM/SSE float register values corrupted by JNI_CreateVM call in JRE 8 (Windows)
kvn [Fri, 28 Oct 2016 12:28:46 -0700] rev 42076
8067744: XMM/SSE float register values corrupted by JNI_CreateVM call in JRE 8 (Windows) Summary: save/restore registers in generate_get_cpu_info() code which checks interrupts. Reviewed-by: kvn, mcberg Contributed-by: dmitry.chuyko@oracle.com
Fri, 28 Oct 2016 08:40:35 +0200 8168305: GC.class_stats should not require -XX:+UnlockDiagnosticVMOptions
sla [Fri, 28 Oct 2016 08:40:35 +0200] rev 42075
8168305: GC.class_stats should not require -XX:+UnlockDiagnosticVMOptions Reviewed-by: rehn, mlarsson, iklam
Fri, 14 Oct 2016 14:47:01 -0700 8166974: invokedynamic implementation should not wrap Errors
psandoz [Fri, 14 Oct 2016 14:47:01 -0700] rev 42074
8166974: invokedynamic implementation should not wrap Errors Reviewed-by: dholmes, jrose
Thu, 27 Oct 2016 09:42:45 -0500 8166145: runtime/threads/ThreadInterruptTest3 fails with ExitCode 0
gziemski [Thu, 27 Oct 2016 09:42:45 -0500] rev 42073
8166145: runtime/threads/ThreadInterruptTest3 fails with ExitCode 0 Summary: Added new hashtables logging tag and used it print out the table performance details. Reviewed-by: coleenp, dholmes
Thu, 27 Oct 2016 12:22:28 +0200 8168318: PPC64: Use cmpldi instead of li/cmpld
goetz [Thu, 27 Oct 2016 12:22:28 +0200] rev 42072
8168318: PPC64: Use cmpldi instead of li/cmpld Reviewed-by: goetz Contributed-by: igor.nunes@eldorado.org.br
Thu, 27 Oct 2016 12:18:36 +0200 Merge
mgronlun [Thu, 27 Oct 2016 12:18:36 +0200] rev 42071
Merge
Thu, 27 Oct 2016 11:20:37 +0200 Merge
mgronlun [Thu, 27 Oct 2016 11:20:37 +0200] rev 42070
Merge
Thu, 27 Oct 2016 11:14:30 +0200 8168662: Intrinsic support for event based tracing needs explicit control dependency
mgronlun [Thu, 27 Oct 2016 11:14:30 +0200] rev 42069
8168662: Intrinsic support for event based tracing needs explicit control dependency Reviewed-by: kvn, rehn
Thu, 27 Oct 2016 11:41:53 +0200 8168083: PPC64: Cleanup template interpreter after 8154580 and 8154867
mdoerr [Thu, 27 Oct 2016 11:41:53 +0200] rev 42068
8168083: PPC64: Cleanup template interpreter after 8154580 and 8154867 Reviewed-by: goetz, coleenp
Fri, 21 Oct 2016 10:14:54 +0200 8146009: "pure virtual method called" with using new GC logging mechanism
mlarsson [Fri, 21 Oct 2016 10:14:54 +0200] rev 42067
8146009: "pure virtual method called" with using new GC logging mechanism Reviewed-by: dsamersoff, dholmes, mchernov Contributed-by: marcus.larsson@oracle.com, michail.chernov@oracle.com
Fri, 21 Oct 2016 10:18:11 +0200 8166117: Add UTC timestamp decorator for UL
mlarsson [Fri, 21 Oct 2016 10:18:11 +0200] rev 42066
8166117: Add UTC timestamp decorator for UL Reviewed-by: rehn, rprotacio
Thu, 13 Oct 2016 14:49:34 +0200 8167673: [s390] The s390 port.
goetz [Thu, 13 Oct 2016 14:49:34 +0200] rev 42065
8167673: [s390] The s390 port. Summary: template interpreter, C1, C2 Reviewed-by: kvn, simonis
Wed, 05 Oct 2016 15:20:35 +0200 8167184: [s390] Extend relocations for pc-relative instructions.
goetz [Wed, 05 Oct 2016 15:20:35 +0200] rev 42064
8167184: [s390] Extend relocations for pc-relative instructions. Reviewed-by: kvn
Thu, 22 Sep 2016 18:29:15 +0200 8166561: [s390] Adaptions needed for s390 port in C1 and C2.
goetz [Thu, 22 Sep 2016 18:29:15 +0200] rev 42063
8166561: [s390] Adaptions needed for s390 port in C1 and C2. Reviewed-by: kvn
Thu, 22 Sep 2016 18:23:15 +0200 8166560: [s390] Basic enablement of s390 port.
goetz [Thu, 22 Sep 2016 18:23:15 +0200] rev 42062
8166560: [s390] Basic enablement of s390 port. Summary: Also fix problem with ARM Elf configuration. Reviewed-by: dholmes, coleenp
Tue, 25 Oct 2016 16:42:28 +0200 8168490: Use the LL/ULL suffixes to define 64-bit integer literals on Windows
simonis [Tue, 25 Oct 2016 16:42:28 +0200] rev 42061
8168490: Use the LL/ULL suffixes to define 64-bit integer literals on Windows Reviewed-by: dholmes, mgerdin, stuefe
Wed, 26 Oct 2016 20:13:29 +0000 Merge
rprotacio [Wed, 26 Oct 2016 20:13:29 +0000] rev 42060
Merge
Wed, 26 Oct 2016 15:46:13 -0400 8167995: -Xlog:defaultmethods=debug: lengthy method descriptor triggers "StringStream is re-allocated with a different ResourceMark"
rprotacio [Wed, 26 Oct 2016 15:46:13 -0400] rev 42059
8167995: -Xlog:defaultmethods=debug: lengthy method descriptor triggers "StringStream is re-allocated with a different ResourceMark" Summary: Removed nested ResourceMark declarations Reviewed-by: dholmes, hseigel
Wed, 26 Oct 2016 17:29:47 +0300 8165451: Convert WorkerDataArray_test to GTest
bmoloden [Wed, 26 Oct 2016 17:29:47 +0300] rev 42058
8165451: Convert WorkerDataArray_test to GTest Reviewed-by: jwilhelm
Wed, 26 Oct 2016 14:36:05 +0200 8164612: NoSuchMethodException when method name contains NULL or Latin-1 supplement character
thartmann [Wed, 26 Oct 2016 14:36:05 +0200] rev 42057
8164612: NoSuchMethodException when method name contains NULL or Latin-1 supplement character Summary: String length needs to be updated when converting from unicode to utf8. Reviewed-by: kvn, coleenp
Mon, 23 May 2016 19:46:43 +0200 8157455: Convert TestOS_test to GTest
jwilhelm [Mon, 23 May 2016 19:46:43 +0200] rev 42056
8157455: Convert TestOS_test to GTest Reviewed-by: dholmes, rehn
Fri, 20 May 2016 16:45:00 +0200 8157453: Convert DependencyContext_test to GTest
jwilhelm [Fri, 20 May 2016 16:45:00 +0200] rev 42055
8157453: Convert DependencyContext_test to GTest Reviewed-by: dholmes, rehn, kzhaldyb
Wed, 11 May 2016 23:33:24 +0200 8156800: Convert QuickSort_test to GTest
jwilhelm [Wed, 11 May 2016 23:33:24 +0200] rev 42054
8156800: Convert QuickSort_test to GTest Reviewed-by: rehn, kzhaldyb, rprotacio, mlarsson
Mon, 24 Oct 2016 13:36:06 -0400 8168567: Fix for 8166972 breaks aarch64 build
drwhite [Mon, 24 Oct 2016 13:36:06 -0400] rev 42053
8168567: Fix for 8166972 breaks aarch64 build Summary: Addded missing #endif for aarch64 code. Reviewed-by: kvn, aph Contributed-by: Ningsheng Jian <ningsheng.jian@linaro.org>
Wed, 26 Oct 2016 14:58:14 +0530 8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present.
vtewari [Wed, 26 Oct 2016 14:58:14 +0530] rev 42052
8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present. Summary: Removed dependency of java.management over jdk.management. Reviewed-by: mchung, dfuchs, dholmes Contributed-by: amit.sapre@oracle.com
Mon, 24 Oct 2016 14:12:32 -0700 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer [Mon, 24 Oct 2016 14:12:32 -0700] rev 42051
8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133 Summary: Partly undid the changes for 8159284, which are the cause of this CR. Reviewed-by: dholmes, coleenp, dcubed
Mon, 24 Oct 2016 11:48:30 -0700 8168317: [JVMCI] use reflection instead of jdk 9 Module API in Services.java
kvn [Mon, 24 Oct 2016 11:48:30 -0700] rev 42050
8168317: [JVMCI] use reflection instead of jdk 9 Module API in Services.java Reviewed-by: iveresov, twisti
Mon, 24 Oct 2016 16:27:13 +0000 Merge
jprovino [Mon, 24 Oct 2016 16:27:13 +0000] rev 42049
Merge
Mon, 24 Oct 2016 10:10:30 -0400 8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
jprovino [Mon, 24 Oct 2016 10:10:30 -0400] rev 42048
8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark Summary: The call to ClassLoaderDataGraph::clear_claimed_marks() during initial mark in g1CollectedHeap.cpp:4420 is misplaced. Reviewed-by: tschatzl, kbarrett
Mon, 24 Oct 2016 14:51:54 +0300 8160376: DebuggerException: Can't attach symbolicator to the process
dsamersoff [Mon, 24 Oct 2016 14:51:54 +0300] rev 42047
8160376: DebuggerException: Can't attach symbolicator to the process Summary: Make SA link to JavaRuntimeSupport in MacOS X Reviewed-by: dsamersoff, dcubed Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
Mon, 24 Oct 2016 09:55:58 +0200 Merge
sla [Mon, 24 Oct 2016 09:55:58 +0200] rev 42046
Merge
Mon, 24 Oct 2016 09:05:13 +0200 8168483: Remove jtreg timeout handler timeout
sla [Mon, 24 Oct 2016 09:05:13 +0200] rev 42045
8168483: Remove jtreg timeout handler timeout Reviewed-by: dholmes, tbell
Thu, 06 Oct 2016 18:04:11 +0200 8167299: -XX:+PrintRelocations crashes the VM
simonis [Thu, 06 Oct 2016 18:04:11 +0200] rev 42044
8167299: -XX:+PrintRelocations crashes the VM Reviewed-by: kvn
Fri, 21 Oct 2016 22:26:51 -0400 8166862: CMS needs klass_or_null_acquire
kbarrett [Fri, 21 Oct 2016 22:26:51 -0400] rev 42043
8166862: CMS needs klass_or_null_acquire Summary: Change CMS non-assert uses of klass_or_null to klass_or_null_acquire. Reviewed-by: tschatzl, mgerdin
Fri, 21 Oct 2016 17:51:33 -0700 8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
dlong [Fri, 21 Oct 2016 17:51:33 -0700] rev 42042
8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame Summary: add range check for sender_sp Reviewed-by: aph, dcubed
Fri, 21 Oct 2016 13:07:32 -0700 8165661: SPECjvm2008-crypto.signverify regression in 9-b105
rraghavan [Fri, 21 Oct 2016 13:07:32 -0700] rev 42041
8165661: SPECjvm2008-crypto.signverify regression in 9-b105 Summary: Reverted part change done earlier for 8145322 - removed the (CastII (AddI x const)) -> (AddI (CastII x) const) transformation Reviewed-by: roland, kvn, thartmann
Fri, 21 Oct 2016 20:12:47 +0200 8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection
neliasso [Fri, 21 Oct 2016 20:12:47 +0200] rev 42040
8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection Summary: Refactor code removing virtual call Reviewed-by: kvn, twisti
Fri, 21 Oct 2016 10:16:09 -0700 8165381: Update for x86 SHA512 using AVX2
kvn [Fri, 21 Oct 2016 10:16:09 -0700] rev 42039
8165381: Update for x86 SHA512 using AVX2 Summary: Add intrinsics for x86 AVX2 architecture with no SHA instructions. Reviewed-by: kvn Contributed-by: smita.kamath@intel.com
Fri, 21 Oct 2016 17:55:02 +0200 Merge
mgronlun [Fri, 21 Oct 2016 17:55:02 +0200] rev 42038
Merge
Fri, 21 Oct 2016 16:20:18 +0200 8166806: Add intrinsic support for writer used in event based tracing
mgronlun [Fri, 21 Oct 2016 16:20:18 +0200] rev 42037
8166806: Add intrinsic support for writer used in event based tracing Reviewed-by: kvn, egahlin
Fri, 21 Oct 2016 17:04:13 +0300 8168479: Quarantine serviceability/jdwp/AllModulesCommandTest.java test
akulyakh [Fri, 21 Oct 2016 17:04:13 +0300] rev 42036
8168479: Quarantine serviceability/jdwp/AllModulesCommandTest.java test Summary: Quarantining a test Reviewed-by: sla
Fri, 21 Oct 2016 12:30:12 +0300 8164383: jhsdb dumps core on Solaris 12 when loading dumped core
dsamersoff [Fri, 21 Oct 2016 12:30:12 +0300] rev 42035
8164383: jhsdb dumps core on Solaris 12 when loading dumped core Summary: Add the required extra parameters to Plookup_by_addr() and proc_arg_grab() as per the change to libproc with Solaris 12. Reviewed-by: dsamersoff, sspitsyn Contributed-by: jini.george@oracle.com
Fri, 21 Oct 2016 10:27:32 +0200 8166684: PPC64: implement intrinsic code with vector instructions for Unsafe.copyMemory()
mdoerr [Fri, 21 Oct 2016 10:27:32 +0200] rev 42034
8166684: PPC64: implement intrinsic code with vector instructions for Unsafe.copyMemory() Reviewed-by: simonis, mdoerr Contributed-by: Michihiro Horie <horie@jp.ibm.com>
Thu, 20 Oct 2016 17:05:26 -0700 Merge
amurillo [Thu, 20 Oct 2016 17:05:26 -0700] rev 42033
Merge
Thu, 20 Oct 2016 21:41:14 +0000 Merge
iklam [Thu, 20 Oct 2016 21:41:14 +0000] rev 42032
Merge
Thu, 20 Oct 2016 13:41:07 -0700 8166203: NoClassDefFoundError should not be thrown if class is in_error_state at link time
iklam [Thu, 20 Oct 2016 13:41:07 -0700] rev 42031
8166203: NoClassDefFoundError should not be thrown if class is in_error_state at link time Reviewed-by: coleenp, dholmes, sspitsyn
Thu, 20 Oct 2016 23:09:03 +0300 8159817: Convert FreeRegionList_test to GTest
kzhaldyb [Thu, 20 Oct 2016 23:09:03 +0300] rev 42030
8159817: Convert FreeRegionList_test to GTest Reviewed-by: kbarrett
Thu, 20 Oct 2016 16:53:39 +0300 8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java
dpochepk [Thu, 20 Oct 2016 16:53:39 +0300] rev 42029
8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java Reviewed-by: kvn
Thu, 20 Oct 2016 10:51:54 +0300 8166910: Convert TestNewSize_test to GTest
kzhaldyb [Thu, 20 Oct 2016 10:51:54 +0300] rev 42028
8166910: Convert TestNewSize_test to GTest 8166911: Convert TestOldSize_test to GTest Reviewed-by: jwilhelm
Wed, 19 Oct 2016 18:57:06 +0000 Merge
dnsimon [Wed, 19 Oct 2016 18:57:06 +0000] rev 42027
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip