never [Thu, 10 Nov 2016 13:08:02 -0800] rev 42554
8169554: [JVMCI] expose missing StubRoutines for intrinsics
Reviewed-by: kvn
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
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
roland [Fri, 07 Oct 2016 15:59:38 +0200] rev 42551
8169497: Aarch64: Improve internal array handling
Reviewed-by: aph
dsamersoff [Wed, 09 Nov 2016 08:45:51 +0000] rev 42550
Merge
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
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>
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