kvn [Tue, 19 Mar 2013 10:56:33 -0700] rev 16373
8010222: 8007439 disabled inlining of cold accessor methods
Summary: added missing parenthesis
Reviewed-by: jrose
morris [Tue, 19 Mar 2013 07:23:29 -0700] rev 16372
8008663: [parfait] Null pointer deference in hotspot/src/share/vm/compiler/compileBroker.cpp
Summary: add NULL checks for compiler name
Reviewed-by: twisti, kvn
morris [Tue, 19 Mar 2013 07:20:15 -0700] rev 16371
8009172: [parfait] Null pointer deference in hotspot/src/share/vm/opto/output.cpp
Summary: add guarantee() to DoScheduling()
Reviewed-by: twisti, kvn
neliasso [Tue, 19 Mar 2013 10:31:16 +0100] rev 16370
8010121: Remove definition of ShouldNotReachHere2(msg)
Reviewed-by: kvn, stefank, rbackman, twisti
Contributed-by: niclas.adlertz@oracle.com
roland [Mon, 18 Mar 2013 09:08:07 -0700] rev 16369
Merge
roland [Mon, 18 Mar 2013 13:19:06 +0100] rev 16368
8008555: Debugging code in compiled method sometimes leaks memory
Summary: support for strings that have same life-time as code that uses them.
Reviewed-by: kvn, twisti
iignatyev [Mon, 18 Mar 2013 04:29:08 -0700] rev 16367
8008211: Some of WB tests on compiler fail
Reviewed-by: kvn, vlivanov
kmo [Sat, 16 Mar 2013 21:44:52 -0700] rev 16366
Merge
kmo [Fri, 15 Mar 2013 22:07:42 -0700] rev 16365
8008796: SA: Oop.iterateFields() should support CompressedKlassPointers again
Summary: add a missing change from JDK-7054512 so that Oop.iterateFields() works with UseCompressedKlassPointers
Reviewed-by: coleenp, roland
Contributed-by: yunda.mly@taobao.com
morris [Sat, 16 Mar 2013 07:41:09 -0700] rev 16364
8010144: [parfait] Null pointer deference in hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp
Summary: add null check to signal handler
Reviewed-by: dcubed