Update to aarch64-shenandoah-jdk8u302-b03-shenandoah-merge-2021-06-23 (EA)
Update release notes for 8u302-b03-shenandoah-merge-2021-06-23.
This commit is contained in:
parent
0e6069cde3
commit
585f29fea6
1
.gitignore
vendored
1
.gitignore
vendored
@ -232,3 +232,4 @@
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u302-b01-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u302-b02-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u302-b03-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u302-b03-shenandoah-merge-2021-06-23-4curve.tar.xz
|
||||
|
11
NEWS
11
NEWS
@ -103,6 +103,17 @@ Live versions of these release notes can be found at:
|
||||
- JDK-8265832: runtime/StackGap/testme.sh fails to compile in 8u
|
||||
- JDK-8265988: Fix sun/text/IntHashtable/Bug4170614 for JDK 8u
|
||||
- JDK-8266191: Missing aarch64 parts of JDK-8181872 (C1: possible overflow when strength reducing integer multiply by constant)
|
||||
* Shenandoah
|
||||
- [backport] JDK-8259580: Shenandoah: uninitialized label in VerifyThreadGCState
|
||||
- [backport] JDK-8259954: gc/shenandoah/mxbeans tests fail with -Xcomp
|
||||
- [backport] JDK-8261251: Shenandoah: Use object size for full GC humongous
|
||||
- [backport] JDK-8261413: Shenandoah: Disable class-unloading in I-U mode
|
||||
- [backport] JDK-8265239: Shenandoah: Shenandoah heap region count could be off by 1
|
||||
- [backport] JDK-8266802: Shenandoah: Round up region size to page size unconditionally
|
||||
- [backport] JDK-8267561: Shenandoah: Reference processing not properly setup for outside of cycle degenerated GC
|
||||
- [backport] JDK-8268127: Shenandoah: Heap size may be too small for region to align to large page size
|
||||
- [backport] JDK-8268699: Shenandoah: Add test for JDK-8268127
|
||||
- Shenandoah: Process weak roots during class unloading cycle
|
||||
|
||||
Notes on individual issues:
|
||||
===========================
|
||||
|
@ -296,7 +296,7 @@
|
||||
# note, following three variables are sedded from update_sources if used correctly. Hardcode them rather there.
|
||||
%global shenandoah_project aarch64-port
|
||||
%global shenandoah_repo jdk8u-shenandoah
|
||||
%global shenandoah_revision aarch64-shenandoah-jdk8u302-b03
|
||||
%global shenandoah_revision aarch64-shenandoah-jdk8u302-b03-shenandoah-merge-2021-06-23
|
||||
# Define old aarch64/jdk8u tree variables for compatibility
|
||||
%global project %{shenandoah_project}
|
||||
%global repo %{shenandoah_repo}
|
||||
@ -311,7 +311,7 @@
|
||||
%global updatever %(VERSION=%{whole_update}; echo ${VERSION##*u})
|
||||
# eg jdk8u60-b27 -> b27
|
||||
%global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-})
|
||||
%global rpmrelease 1
|
||||
%global rpmrelease 2
|
||||
# Define milestone (EA for pre-releases, GA ("fcs") for releases)
|
||||
# Release will be (where N is usually a number starting at 1):
|
||||
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
||||
@ -2582,6 +2582,10 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 25 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.302.b03-0.2.ea
|
||||
- Update to aarch64-shenandoah-jdk8u302-b03-shenandoah-merge-2021-06-23 (EA)
|
||||
- Update release notes for 8u302-b03-shenandoah-merge-2021-06-23.
|
||||
|
||||
* Mon Jun 07 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.302.b03-0.1.ea
|
||||
- Backport FIPS mode patch (RH1655466) to java-1.8.0-openjdk, simplifying provider removal.
|
||||
- nss.fips.cfg needs to be moved to %%{etcjavadir} and symlinked into the JDK, like nss.cfg
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-3.15.0.tar.xz) = c752a197cb3d812d50c35e11e4722772be40096c81d2a57933e0d9b8a3c708b9c157b8108a4e33a06ca7bb81648170994408c75d6f69d5ff12785d0c31009671
|
||||
SHA512 (aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u302-b03-4curve.tar.xz) = 2da04211fadddf96a7acf18cc5e9a790f403eb31f3b9f960db93d1c2afd5a0d193b7ae70589e4382434816d5849b34be17ae0772cda2e4d7b4338b55cd6cd1f9
|
||||
SHA512 (aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u302-b03-shenandoah-merge-2021-06-23-4curve.tar.xz) = 41f2c7e2549ad569491d406b16f18a0f9840e804696238ef6ad3e2c49ed0b88f50afda152b6880758b0b34ae14e1b6fc548a9770fe32f8131ec96187d69afcb3
|
||||
|
Loading…
Reference in New Issue
Block a user