hg: jdk9/hs-rt/hotspot: 5 new changesets

thomas.schatzl at oracle.com thomas.schatzl at oracle.com
Thu Jun 25 18:11:28 UTC 2015


Changeset: a38b928b2975
Author:    tschatzl
Date:      2015-06-24 17:46 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/a38b928b2975

8129602: Incorrect GPL header causes RE script to create wrong output
Summary: Fix up GPL headers so that the RE script works.
Reviewed-by: stefank, dholmes, coleenp

! test/testlibrary/ctw/Makefile

Changeset: 15c67e2f7cab
Author:    tschatzl
Date:      2015-06-25 09:04 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/15c67e2f7cab

8129604: Incorrect GPL header in README causes RE script to create wrong output
Summary: Fix up GPL headers by removing leading "#" so that the RE script works.
Reviewed-by: brutisso, coleenp

! test/testlibrary/ctw/README

Changeset: d51e38f88f9f
Author:    tschatzl
Date:      2015-06-25 09:06 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/d51e38f88f9f

8129573: CollectedHeap::fill_with_objects() needs to use multiple arrays in 32 bit mode too
Summary: In JDK-8042668 we introduced a custom fill threshold for G1. This leads to CollectedHeap::fill_with_objects create too large objects in G1 when using it in 32 bit mode, as the code to create multiple filler objects is IFDEF'ed out on 32 bit. Enable this code on 32 bit too.
Reviewed-by: tonyp, mgerdin, tbenson

! src/share/vm/gc/shared/collectedHeap.cpp

Changeset: 825306677064
Author:    tschatzl
Date:      2015-06-25 07:13 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/825306677064

Merge

- test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForSupportedSparcCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHAIntrinsicsSpecificTestCaseForUnsupportedSparcCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForSupportedSparcCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForUnsupportedSparcCPU.java

Changeset: 3393f1245e55
Author:    tschatzl
Date:      2015-06-25 15:43 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/3393f1245e55

Merge




More information about the jdk9-all-changes mailing list