duke [Wed, 05 Jul 2017 19:33:12 +0200] rev 23233
Merge
lana [Tue, 25 Mar 2014 12:32:07 -0700] rev 23232
Merge
lana [Tue, 18 Mar 2014 17:49:11 -0700] rev 23231
Merge
amurillo [Fri, 14 Mar 2014 10:31:11 -0700] rev 23230
Merge
ehelin [Fri, 14 Mar 2014 13:27:18 +0100] rev 23229
Merge
ehelin [Fri, 14 Mar 2014 09:18:39 +0100] rev 23228
Merge
ehelin [Wed, 12 Mar 2014 13:02:47 +0100] rev 23227
Merge
jmasa [Wed, 05 Mar 2014 07:34:35 -0800] rev 23226
7098155: Resize young gen at full collections for UseParallelGC
Reviewed-by: tschatzl
ehelin [Tue, 11 Mar 2014 15:14:46 +0100] rev 23225
Merge
sjohanss [Fri, 21 Feb 2014 09:48:52 +0100] rev 23224
8035057: NewSize ergonomics wrong when setting small or unaligned size on command line
Summary: Making sure that if NewSize is set on the command line it should be used for both min and initial size even if it is re-aligned.
Reviewed-by: jwilhelm, jmasa
jwilhelm [Fri, 31 Jan 2014 13:38:01 +0100] rev 23223
8023899: Typo in TraceCPUTime message
Summary: Removed the comma
Reviewed-by: pliden, tschatzl
neliasso [Fri, 14 Mar 2014 09:26:27 +0100] rev 23222
Merge
goetz [Mon, 10 Mar 2014 12:58:02 +0100] rev 23221
8036976: PPC64: implement the template interpreter
Reviewed-by: kvn, coleenp
Contributed-by: axel.siebenborn@sap.com, martin.doerr@sap.com
iveresov [Wed, 12 Mar 2014 11:24:26 -0700] rev 23220
8031321: Support Intel bit manipulation instructions
Summary: Add support for BMI1 instructions
Reviewed-by: kvn, roland
twisti [Tue, 11 Mar 2014 14:54:47 -0700] rev 23219
8037043: put Method flag bits in predictable positions
Reviewed-by: kvn, coleenp
drchase [Tue, 11 Mar 2014 10:59:26 -0700] rev 23218
Merge
drchase [Tue, 11 Mar 2014 13:38:32 -0400] rev 23217
8028037: [parfait] warnings from b114 for hotspot.src.share.vm
Summary: Insert null check for one warning; other warning handled in parfait config
Reviewed-by: kvn
neliasso [Tue, 11 Mar 2014 11:26:14 -0400] rev 23216
Merge
iveresov [Mon, 10 Mar 2014 11:09:02 -0700] rev 23215
8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false]
Summary: In GraphKit::gen_checkcast() provide only exact superklass to GraphKit::maybe_cast_profiled_receiver()
Reviewed-by: kvn, roland
anoll [Fri, 07 Mar 2014 07:42:40 +0100] rev 23214
8029799: vm/mlvm/anonloader/stress/oome prints warning: CodeHeap: # of free blocks > 10000
Summary: Double CodeCacheSegmentSize from 64 byte to 128 bytes if tiered compilation is enabled
Reviewed-by: kvn, twisti
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