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