dholmes [Wed, 10 Feb 2016 18:57:19 -0500] rev 36087
8145725: Remove the WorkAroundNPTLTimedWaitHang workaround
Reviewed-by: ddmitriev, stuefe, dcubed
mikael [Wed, 10 Feb 2016 15:20:38 -0800] rev 36086
8141491: Unaligned memory access in Bits.c
Summary: Introduce alignment-safe Copy::conjoint_swap and j.i.m.Unsafe.copySwapMemory
Reviewed-by: jrose, dholmes, psandoz
brutisso [Wed, 10 Feb 2016 14:30:25 +0100] rev 36085
Merge
brutisso [Wed, 10 Feb 2016 12:56:55 +0100] rev 36084
8148992: VM can hang on exit if root region scanning is initiated but not executed
Reviewed-by: tschatzl, pliden, jwilhelm
tschatzl [Wed, 10 Feb 2016 12:32:46 +0000] rev 36083
Merge
tschatzl [Wed, 10 Feb 2016 12:08:37 +0100] rev 36082
8136854: G1 ConcurrentG1RefineThread::stop delays JVM shutdown for >150ms
Summary: Decrease the default wait delay for mark thread initialization to accomodate very short running applications.
Reviewed-by: tbenson, mgerdin
tschatzl [Wed, 10 Feb 2016 12:05:40 +0100] rev 36081
8143220: Fix documentation of InitiatingHeapOccupancyPercent
Summary: Adjust internal flag documentation to how it currently works.
Reviewed-by: brutisso, jmasa, tamao
never [Wed, 17 Feb 2016 09:57:10 -0800] rev 36080
8150075: [JVMCI] expose reserved stack machinery and Inline flag in HotSpotVMConfig
Reviewed-by: kvn, twisti
thartmann [Wed, 17 Feb 2016 12:24:53 +0100] rev 36079
6378256: Performance problem with System.identityHashCode in client compiler
Summary: Enabled C1 optimization to try pull out hashCode from object header, before calling into the VM.
Reviewed-by: dlong, roland, thartmann
Contributed-by: Rahul Raghavan <rahul.v.raghavan@oracle.com>
never [Tue, 16 Feb 2016 09:49:58 -0800] rev 36078
8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker
Reviewed-by: kvn
shade [Mon, 15 Feb 2016 23:45:15 +0300] rev 36077
8149813: Move trusted final field handling from C2 LoadNode::Value to shared code
Reviewed-by: thartmann, kvn
vlivanov [Mon, 15 Feb 2016 18:42:45 +0000] rev 36076
Merge
vlivanov [Mon, 15 Feb 2016 20:26:50 +0300] rev 36075
8148994: Replacing MH::invokeBasic with a direct call breaks LF customization
Reviewed-by: jrose, redestad
vlivanov [Mon, 15 Feb 2016 20:26:02 +0300] rev 36074
8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
Reviewed-by: kvn, coleenp, dholmes
vlivanov [Mon, 15 Feb 2016 20:02:51 +0300] rev 36073
8149141: Optimized build is broken
Reviewed-by: kvn, kbarrett
roland [Mon, 15 Feb 2016 15:15:56 +0100] rev 36072
8149797: Compilation fails with "assert(in_hash) failed: node should be in igvn hash table"
Summary: node replaced by dominating dead cast during parsing
Reviewed-by: kvn
kshefov [Mon, 15 Feb 2016 13:26:44 +0100] rev 36071
Merge
kshefov [Mon, 15 Feb 2016 14:32:49 +0300] rev 36070
8149740: NPEs when executing some HotSpotConstantReflectionProvider with null args
Reviewed-by: twisti, dnsimon
kshefov [Mon, 15 Feb 2016 14:31:21 +0300] rev 36069
8149472: NPE when executing HotSpotConstantReflectionProvider::constantEquals with null first arg
Reviewed-by: twisti, kvn, dnsimon
thartmann [Mon, 15 Feb 2016 11:52:51 +0100] rev 36068
Merge
roland [Thu, 11 Feb 2016 12:42:12 +0100] rev 36067
8149543: range check CastII nodes should not be split through Phi
Summary: splitting range check CastIIs through loop induction Phi prevents further optimizations
Reviewed-by: kvn, mcberg
mcberg [Fri, 12 Feb 2016 16:12:15 -0800] rev 36066
8149421: Vectorized Post Loops
Summary: add vectorised post loop for counted loops with vectors.
Reviewed-by: kvn
roland [Wed, 03 Feb 2016 12:36:18 +0100] rev 36065
8143542: C2 doesn't eliminate identical checks
Summary: Two identical Ifs back to back can be merged
Reviewed-by: kvn
thartmann [Fri, 12 Feb 2016 12:18:44 +0100] rev 36064
8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out
Summary: Test should not run with -Xcomp because MaxInlineSize is large.
Reviewed-by: kvn, simonis
twisti [Thu, 11 Feb 2016 12:29:40 -1000] rev 36063
8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
Reviewed-by: kvn
twisti [Thu, 11 Feb 2016 11:32:44 -1000] rev 36062
8149695: [JVMCI] add missing Checkstyle configuration file
Reviewed-by: kvn
thartmann [Thu, 11 Feb 2016 11:15:13 +0100] rev 36061
8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
Summary: Added missing local variable initializations.
Reviewed-by: kvn, vlivanov, thartmann, mcberg
Contributed-by: Rahul Raghavan <rahul.v.raghavan@oracle.com>
twisti [Wed, 10 Feb 2016 11:23:17 -1000] rev 36060
8149415: [AArch64] implement JVMCI CodeInstaller
Reviewed-by: aph, kvn
shade [Wed, 10 Feb 2016 16:31:17 +0000] rev 36059
Merge
shade [Wed, 10 Feb 2016 15:58:11 +0300] rev 36058
8149356: Leftover from JDK-8141044: UseNewCode usage
Reviewed-by: vlivanov
thartmann [Wed, 10 Feb 2016 15:24:22 +0100] rev 36057
8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms
Summary: Restricted test execution to supported archs.
Reviewed-by: kvn
Contributed-by: Jamsheed Mohammed <jamsheed.c.m@oracle.com>
ihse [Tue, 23 Feb 2016 21:44:05 +0100] rev 36056
8150257: Remove softfloat lib support
Reviewed-by: dholmes, erikj