duke [Wed, 05 Jul 2017 18:02:22 +0200] rev 11739
Merge
katleman [Thu, 09 Feb 2012 12:55:29 -0800] rev 11738
Added tag jdk8-b25 for changeset 58ac5bae81ab
duke [Wed, 05 Jul 2017 18:02:19 +0200] rev 11737
Merge
katleman [Thu, 09 Feb 2012 12:56:12 -0800] rev 11736
Added tag jdk8-b25 for changeset 5e35df9fddb6
duke [Wed, 05 Jul 2017 18:02:16 +0200] rev 11735
Merge
amurillo [Fri, 10 Feb 2012 11:41:34 -0800] rev 11734
Added tag hs23-b15 for changeset 323ec1849b7c
amurillo [Fri, 10 Feb 2012 11:41:29 -0800] rev 11733
Merge
bpittore [Fri, 10 Feb 2012 10:55:15 -0500] rev 11732
Merge
bpittore [Mon, 06 Feb 2012 10:57:49 -0500] rev 11731
Merge
bobv [Wed, 25 Jan 2012 21:30:53 -0800] rev 11730
Merge
jiangli [Wed, 25 Jan 2012 17:40:51 -0500] rev 11729
7132690: InstanceKlass:_reference_type should be u1 type
Summary: Change InstanceKlass::_reference_type to u1 type.
Reviewed-by: dholmes, coleenp, acorn
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
dholmes [Wed, 25 Jan 2012 19:26:35 -0500] rev 11728
Merge
dlong [Tue, 24 Jan 2012 18:00:54 -0500] rev 11727
7130319: C2: running with -XX:+PrintOptoAssembly crashes the VM with assert(false) failed: bad tag in log
Summary: Relax assert to allow the VMThread to close the log while the compiler thread is still writing to it.
Reviewed-by: dholmes, never
Contributed-by: dean.long@oracle.com
jrose [Thu, 09 Feb 2012 18:01:20 -0800] rev 11726
Merge
roland [Wed, 08 Feb 2012 09:52:24 +0100] rev 11725
7119286: JSR292: SIGSEGV in JNIHandleBlock::release_block(JNIHandleBlock*, Thread*)+0x3c
Summary: unaligned stack in throw_NullPointerException_at_call_entry().
Reviewed-by: twisti, never, kvn
kvn [Tue, 07 Feb 2012 16:33:43 -0800] rev 11724
7143491: G1 C2 CTW: assert(p2x->outcnt() == 2) failed: expects 2 users: Xor and URShift nodes
Summary: Adjust the assert and code in eliminate_card_mark() method for case when stored value is NULL.
Reviewed-by: iveresov, never