simonis [Thu, 06 Mar 2014 14:35:26 +0100] rev 23213
8036777: AIX: Adapt implementation after '6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris.'
Reviewed-by: kvn
kvn [Thu, 06 Mar 2014 11:12:45 -0800] rev 23212
Merge
goetz [Thu, 06 Mar 2014 10:55:28 -0800] rev 23211
8035647: PPC64: Support for elf v2 abi.
Summary: ELFv2 ABI used by the little endian PowerPC64 on Linux.
Reviewed-by: kvn
Contributed-by: asmundak@google.com
vlivanov [Thu, 06 Mar 2014 09:53:14 -0800] rev 23210
8036667: "assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant" with FoldStableValues on
Reviewed-by: kvn
roland [Thu, 06 Mar 2014 02:37:44 -0800] rev 23209
Merge
roland [Thu, 06 Mar 2014 11:11:04 +0100] rev 23208
8032633: Enable type speculation by default
Summary: enable type speculation
Reviewed-by: kvn
iignatyev [Thu, 06 Mar 2014 12:47:45 +0400] rev 23207
8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
Reviewed-by: kvn, roland
iignatyev [Thu, 06 Mar 2014 12:46:04 +0400] rev 23206
8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test
Reviewed-by: roland, kvn
iignatyev [Thu, 06 Mar 2014 12:45:59 +0400] rev 23205
8028482: [TESTBUG] tests that use JMX should be in need_compact3 test group
Reviewed-by: roland, sla, dholmes
kvn [Wed, 05 Mar 2014 16:21:22 -0800] rev 23204
8035983: Fix "Native frames:" in crash report (hs_err file)
Summary: check fr.sender_sp() in java thread instead of os::is_first_C_frame(&fr).
Reviewed-by: twisti, coleenp
roland [Wed, 05 Mar 2014 15:14:25 +0100] rev 23203
8036146: make CPP interpreter build again
Summary: fix build of CPP interpreter on x86 and sparc
Reviewed-by: kvn
roland [Wed, 05 Mar 2014 02:41:57 -0800] rev 23202
Merge
roland [Wed, 05 Mar 2014 09:29:12 +0100] rev 23201
8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
Summary: concurrent update of traps with construction of ciMethodData
Reviewed-by: kvn, twisti
anoll [Wed, 05 Mar 2014 01:26:52 -0800] rev 23200
Merge
anoll [Wed, 05 Mar 2014 10:20:30 +0100] rev 23199
8036091: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
Summary: Start test with -XX:-TieredCompilation so that one compiler thread works
Reviewed-by: kvn, twisti