mdoerr [Mon, 19 Sep 2016 15:08:03 +0200] rev 41337
8166140: C1: Possible integer overflow in LIRGenerator::generate_address on several platforms
Reviewed-by: kvn
thartmann [Mon, 26 Sep 2016 08:51:36 +0200] rev 41336
8161085: PreserveFPRegistersTest fails with 'AssertionError: Final value has changed'
Summary: C1's G1 barriers should save/restore vector registers before calling into the runtime.
Reviewed-by: kvn, vlivanov
ppunegov [Wed, 17 Aug 2016 18:48:34 +0300] rev 41335
8156852: Convert JSON_test to Gtest
Summary: convert test from InternalVMTests to Gtest
Reviewed-by: kvn, kzhaldyb
mdoerr [Thu, 22 Sep 2016 12:17:24 +0200] rev 41334
8164920: ppc: enhancement of CRC32 intrinsic
Reviewed-by: goetz, mdoerr
Contributed-by: Hiroshi H Horii <horii@jp.ibm.com>
kvn [Wed, 21 Sep 2016 13:47:56 -0700] rev 41333
8078122: YMM registers upper 128 bits may get clobbered by a JNI call on windows
Summary: Convert all XMM registers to be Save-on-Call on Win64.
Reviewed-by: kvn
Contributed-by: kishor.kharbas@intel.com
thartmann [Wed, 21 Sep 2016 08:14:46 +0200] rev 41332
8166046: [TESTBUG] compiler/stringopts/TestStringObjectInitialization.java fails with OOME
Summary: Reduced heap memory consumption of test.
Reviewed-by: kvn
mcberg [Tue, 20 Sep 2016 16:50:37 -0700] rev 41331
8129376: SPECjvm98-client performance regression in 9-b66
Reviewed-by: kvn
dlong [Tue, 20 Sep 2016 16:34:45 -0400] rev 41330
Merge
iignatyev [Tue, 20 Sep 2016 17:30:33 +0300] rev 41329
8166164: compiler/compilercontrol/share/processors/LogProcessor.java does not close Scanner
Reviewed-by: kvn, ppunegov
dnsimon [Mon, 19 Sep 2016 13:26:37 -0700] rev 41328
8165457: [JVMCI] increase InterpreterCodeSize for JVMCI
Reviewed-by: twisti
kvn [Fri, 16 Sep 2016 21:10:56 -0700] rev 41327
8166096: variable tracking size limit exceeded in jvmciCompilerToVM.cpp
Summary: Turn off var-tracking-assignments for jvmciCompilerToVM.cpp
Reviewed-by: dlong
dnsimon [Wed, 14 Sep 2016 19:55:08 +0000] rev 41326
Merge
dnsimon [Wed, 14 Sep 2016 12:34:37 -0700] rev 41325
8165434: [JVMCI] remove uses of setAccessible
Reviewed-by: twisti, never
kvn [Wed, 14 Sep 2016 20:22:53 +0200] rev 41324
Merge
vdeshpande [Fri, 26 Aug 2016 12:17:50 -0700] rev 41323
8154122: Intrinsify fused mac operations
Summary: added FMA intrinsics on x86
Reviewed-by: kvn, aph, darcy
dnsimon [Wed, 14 Sep 2016 05:48:18 -0700] rev 41322
8165755: [JVMCI] replace use of vm_abort with vm_exit
Reviewed-by: dholmes
goetz [Thu, 01 Sep 2016 16:47:53 +0200] rev 41321
8165235: [TESTBUG] RTM tests must check OS version
Summary: Also change enabling RTM on Aix to OS version 7.2.
Reviewed-by: simonis, fzhinkin
gromero [Thu, 08 Sep 2016 18:17:50 -0400] rev 41320
8164987: RTM jtreg tests failing due to unnamed module unable to access class jdk.internal.misc.Unsafe
Reviewed-by: kvn
jcm [Fri, 09 Sep 2016 06:11:54 -0700] rev 41319
8164508: unexpected profiling mismatch in c1 generated code
Summary: made 8027631 first arg skip applicable to not inlined virtual callsite too.
Reviewed-by: kvn
mcberg [Wed, 07 Sep 2016 12:23:25 -0700] rev 41318
8165565: Shorten branches causes incorrect code for SKX
Summary: don't replace restoreMask CountedLoopEnd with short branches.
Reviewed-by: kvn
eosterlund [Tue, 27 Sep 2016 16:43:59 -0400] rev 41317
8165857: CMS _overflow_list is missing volatile specifiers.
Summary: Change _overflow_list from "oop" to "oopDesc* volatile", both CMS and ParNew.
Reviewed-by: kbarrett, tschatzl
kzhaldyb [Mon, 26 Sep 2016 17:49:01 +0300] rev 41316
8159818: Convert IHOP_test to GTest
Reviewed-by: tschatzl, iignatyev
fparain [Mon, 26 Sep 2016 20:24:34 +0000] rev 41315
Merge
fparain [Mon, 26 Sep 2016 15:56:39 -0400] rev 41314
8146546: assert(fr->safe_for_sender(thread)) failed: Safety check
Reviewed-by: dcubed, gziemski, dlong
kbarrett [Mon, 26 Sep 2016 14:38:35 -0400] rev 41313
8166663: Simplify oops_on_card_seq_iterate_careful
Summary: Remove unnecessary parameter, change return value.
Reviewed-by: tschatzl, mgerdin
kzhaldyb [Thu, 15 Sep 2016 18:18:39 +0300] rev 41312
8165602: Convert TestChunkedList_test to GTest
Reviewed-by: iignatyev, dfazunen
eosterlund [Sat, 24 Sep 2016 16:02:29 -0400] rev 41311
8165858: heapRegionManager is missing volatile specifier for _claims.
Summary: Added volatile specifier.
Reviewed-by: kbarrett, tschatzl
kbarrett [Fri, 23 Sep 2016 18:23:12 -0400] rev 41310
8166583: Add oopDesc::klass_or_null_acquire()
Summary: Added new function.
Reviewed-by: dholmes, tschatzl