kvn [Tue, 14 Jul 2015 09:55:22 -0700] rev 31858
8085932: Fixing bugs in detecting memory alignments in SuperWord
Reviewed-by: kvn
Contributed-by: jan.civlin@intel.com
vlivanov [Tue, 14 Jul 2015 06:44:50 -0700] rev 31857
8078629: VM should constant fold Unsafe.get*() loads from final fields
Reviewed-by: kvn, jrose, psandoz
dcubed [Tue, 21 Jul 2015 07:28:37 -0700] rev 31856
8075171: Contended Locking fast notify bucket
Summary: JEP-143/JDK-8073165 Contended Locking fast notify bucket
Reviewed-by: dholmes, acorn, dice, dcubed
Contributed-by: dave.dice@oracle.com, karen.kinnear@oracle.com, daniel.daugherty@oracle.com
coleenp [Sat, 18 Jul 2015 04:53:32 +0200] rev 31855
Merge
coleenp [Sat, 18 Jul 2015 01:55:38 +0200] rev 31854
Merge
jmanson [Fri, 17 Jul 2015 19:40:21 -0400] rev 31853
8079301: Some command line options not settable via JAVA_TOOL_OPTIONS
Summary: Ensures special-cased command line options are settable via _JAVA_OPTIONS and JAVA_TOOL_OPTIONS.
Reviewed-by: coleenp, ddmitriev
dcubed [Fri, 17 Jul 2015 15:01:09 -0700] rev 31852
Merge
ccheung [Fri, 17 Jul 2015 12:07:49 -0700] rev 31851
8079825: Uninitialised variable in hotspot/src/share/vm & cpu/x86/vm (runtime)
Summary: initialized local variables in classFileParser.cpp and rframe.cpp
Reviewed-by: dholmes, minqi