kvn [Thu, 03 Jan 2013 15:09:55 -0800] rev 15114
8005522: use fast-string instructions on x86 for zeroing
Summary: use 'rep stosb' instead of 'rep stosq' when fast-string operations are available.
Reviewed-by: twisti, roland
roland [Sun, 23 Dec 2012 17:08:22 +0100] rev 15113
8005071: Incremental inlining for JSR 292
Summary: post parse inlining driven by number of live nodes.
Reviewed-by: twisti, kvn, jrose
jmasa [Thu, 10 Jan 2013 07:32:32 -0800] rev 15112
Merge
brutisso [Wed, 09 Jan 2013 09:48:58 +0100] rev 15111
8005489: VM hangs during GC with ParallelGC and ParallelGCThreads=0
Summary: Print an error message and exit the VM if UseParallalGC is combined with ParllelGCThreads==0. Also reviewed by vitalyd@gmail.com.
Reviewed-by: stefank, ehelin
dlong [Wed, 09 Jan 2013 21:18:52 -0500] rev 15110
Merge
jiangli [Tue, 08 Jan 2013 13:01:19 -0500] rev 15109
8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
Summary: Use methodHandle.
Reviewed-by: coleenp, acorn, twisti, sspitsyn
bpittore [Thu, 03 Jan 2013 15:08:43 -0500] rev 15108
8004051: assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow
Summary: assert is triggered when number of register based arguments passed to a java method exceeds 16.
Reviewed-by: roland, vladidan
acorn [Wed, 09 Jan 2013 18:06:34 -0500] rev 15107
Merge
zgu [Tue, 08 Jan 2013 15:47:23 -0800] rev 15106
Merge
zgu [Tue, 08 Jan 2013 11:39:53 -0800] rev 15105
Merge