psandoz [Sat, 19 Sep 2015 15:26:34 +0200] rev 32755
8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
Reviewed-by: psandoz
Contributed-by: Tagir Valeev <amaembo@gmail.com>
lana [Fri, 25 Sep 2015 22:59:29 -0700] rev 32754
Added tag jdk9-b83 for changeset 05623c1ebc99
duke [Wed, 05 Jul 2017 20:51:00 +0200] rev 32753
Merge
lana [Sat, 26 Sep 2015 09:21:16 -0700] rev 32752
Merge
amurillo [Tue, 22 Sep 2015 11:01:53 -0700] rev 32751
Merge
amurillo [Thu, 17 Sep 2015 09:19:39 -0700] rev 32750
Merge
jwilhelm [Tue, 15 Sep 2015 15:49:33 +0200] rev 32749
Merge
jiangli [Mon, 14 Sep 2015 14:55:01 -0400] rev 32748
8135097: Unmap failure for executable memory on windows
Summary: Use 'pd_release_memory' for executable memory in os::pd_unmap_memory().
Reviewed-by: iklam, coleenp
akulyakh [Mon, 14 Sep 2015 14:26:29 +0300] rev 32747
8134641: CodelistTest.java fails with sun.misc.Unsafe.getUnsafe
Summary: Excluding lines containing sun.misc.Unsafe.getUnsafe from the test input as getUnsafe is hidden from reflection
Reviewed-by: sla
jmasa [Mon, 25 May 2015 19:26:23 -0700] rev 32746
8081629: CMS split_block() does not correctly fix up block-offset-table for large blocks
Reviewed-by: tschatzl, ysr
ehelin [Fri, 11 Sep 2015 13:20:05 +0200] rev 32745
8135253: Add push method to CollectionSetChooser
Reviewed-by: mgerdin, tschatzl
ehelin [Fri, 11 Sep 2015 10:02:35 +0200] rev 32744
8135260: Split G1CollectorPolicy::finalize_cset into two parts
Reviewed-by: tschatzl, mgerdin
coleenp [Thu, 10 Sep 2015 06:15:43 +0200] rev 32743
Merge
coleenp [Wed, 09 Sep 2015 23:47:32 -0400] rev 32742
8135298: Fix zero builds for "unknown" architectures on linux.
Summary: add zero architectures for default cases
Reviewed-by: coleenp
Contributed-by: Matthias Klose <doko@ubuntu.com>
iignatyev [Wed, 09 Sep 2015 22:32:35 +0200] rev 32741
Merge
kzhaldyb [Wed, 09 Sep 2015 15:14:05 +0300] rev 32740
8134523: Humongous object test fails with OOME
Summary: Added Xms for runs with region' size 16M and 32M to prevent OOME
Reviewed-by: mgerdin, dfazunen
kbarrett [Wed, 09 Sep 2015 14:31:12 -0400] rev 32739
8135209: Avoid abutting string literals and identifiers
Summary: Add spaces between string literals and identifiers.
Reviewed-by: brutisso, pliden
sangheki [Wed, 09 Sep 2015 09:19:32 -0700] rev 32738
8135025: Error message is repeated for large value at G1ConcRefinementThreads
Summary: Changed error handling when G1ConcRefinementThreads creation failed
Reviewed-by: jwilhelm, kbarrett, tschatzl
mgerdin [Wed, 09 Sep 2015 14:22:45 +0200] rev 32737
8135154: Move cards scanned and surviving young words aggregation to G1ParScanThreadStateSet
Reviewed-by: tschatzl, ehelin
mgerdin [Wed, 09 Sep 2015 10:34:22 +0200] rev 32736
8135152: Create a G1ParScanThreadStateSet class for managing G1 GC per thread states
Reviewed-by: tschatzl, ehelin
kbarrett [Tue, 08 Sep 2015 16:00:34 -0400] rev 32735
8134797: Remove explicit casts in CollectorPolicy hierarchy
Summary: Removed the explicit casts.
Reviewed-by: jwilhelm, tschatzl, pliden
jwilhelm [Tue, 08 Sep 2015 16:10:37 +0200] rev 32734
Merge
roland [Tue, 08 Sep 2015 19:19:08 +0200] rev 32733
8134974: 8130847 broken with loop predicates
Summary: Pinned eliminated arraycopy loads in uncommon trap path for loop predicates may need to be moved
Reviewed-by: kvn
roland [Fri, 11 Sep 2015 16:56:56 +0200] rev 32732
8135069: C2 replaces range checks by unsigned comparison with -1
Summary: i < 0 || i > -1 wrongly folded as i >u -1
Reviewed-by: kvn
thartmann [Mon, 14 Sep 2015 09:11:03 +0000] rev 32731
Merge
thartmann [Mon, 14 Sep 2015 10:00:26 +0200] rev 32730
8135252: IdealLoopTree::dump_head() prints negative trip count
Summary: IdealLoopTree::dump_head() should not cast float to int.
Reviewed-by: kvn
thartmann [Mon, 14 Sep 2015 07:03:04 +0000] rev 32729
Merge
thartmann [Mon, 14 Sep 2015 07:02:50 +0200] rev 32728
8080999: MemoryPoolMXBean.getUsageThresholdCount() returns incorrect value
Summary: Fixed race condition in the JMX code for the LowMemoryDetector.
Reviewed-by: kvn
mcberg [Fri, 11 Sep 2015 17:02:44 -0700] rev 32727
8132160: support for AVX 512 call frames and stack management
Summary: simplify save/restore frame on x86 systems which support EVEX.
Reviewed-by: kvn, iveresov
kzhaldyb [Fri, 11 Sep 2015 16:11:07 +0300] rev 32726
8132980: Improve stability of whitebox methods getCodeBlob and freeCodeBlob
Summary: Added checks for negative and null size and address values (where applicable) for getCodeBlob, allocateCodeBlob and freeCodeBlob, added regression test
Reviewed-by: iignatyev
aph [Tue, 08 Sep 2015 14:08:58 +0100] rev 32725
8135157: DMB elimination in AArch64 C2 synchronization implementation
Summary: Reduce memory barrier usage in C2 fast lock and unlock.
Reviewed-by: kvn
Contributed-by: wei.tang@linaro.org, aph@redhat.com
iveresov [Thu, 10 Sep 2015 17:56:43 -0700] rev 32724
Merge