Update to aarch64-shenandoah-jdk8u282-b02 (EA)
Update release notes for 8u282-b02.
This commit is contained in:
parent
887fd98b75
commit
db53a2c1ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -211,3 +211,4 @@
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u275-b01-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u275-b01.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u282-b01-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u282-b02-4curve.tar.xz
|
||||
|
4
NEWS
4
NEWS
@ -60,11 +60,15 @@ Live versions of these release notes can be found at:
|
||||
- JDK-8253284: Zero OrderAccess barrier mappings are incorrect
|
||||
- JDK-8253550: [8u] JDK-8252395 breaks the build for make STRIP_POLICY=no_strip
|
||||
- JDK-8253752: test/sun/management/jmxremote/bootstrap/RmiBootstrapTest.java fails randomly
|
||||
- JDK-8253837: JFR 8u fix symbol and cstring hashtable equals implementaion
|
||||
- JDK-8254081: java/security/cert/PolicyNode/GetPolicyQualifiers.java fails due to an expired certificate
|
||||
- JDK-8254144: Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp
|
||||
- JDK-8254166: Zero: return-type warning in zeroInterpreter_zero.cpp
|
||||
- JDK-8254683: [TEST_BUG] jdk/test/sun/tools/jconsole/WorkerDeadlockTest.java fails
|
||||
- JDK-8255003: Build failures on Solaris
|
||||
- JDK-8255269: Unsigned overflow in g1Policy.cpp
|
||||
* Shenandoah
|
||||
- Fix racy update of code roots
|
||||
|
||||
New in release OpenJDK 8u275 (2020-11-05):
|
||||
===========================================
|
||||
|
@ -274,7 +274,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-jdk8u282-b01
|
||||
%global shenandoah_revision aarch64-shenandoah-jdk8u282-b02
|
||||
# Define old aarch64/jdk8u tree variables for compatibility
|
||||
%global project %{shenandoah_project}
|
||||
%global repo %{shenandoah_repo}
|
||||
@ -2594,6 +2594,10 @@ require "copy_jdk_configs.lua"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 29 2020 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.282.b02-0.0.ea
|
||||
- Update to aarch64-shenandoah-jdk8u282-b02 (EA)
|
||||
- Update release notes for 8u282-b02.
|
||||
|
||||
* Tue Dec 22 2020 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.282.b01-0.0.ea
|
||||
- Update to aarch64-shenandoah-jdk8u282-b01 (EA)
|
||||
- Update release notes for 8u282-b01.
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-3.15.0.tar.xz) = c752a197cb3d812d50c35e11e4722772be40096c81d2a57933e0d9b8a3c708b9c157b8108a4e33a06ca7bb81648170994408c75d6f69d5ff12785d0c31009671
|
||||
SHA512 (aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u282-b01-4curve.tar.xz) = b37ee8f0e12acb717e31a1e6944377ace10a42e2dd2dd77a8c9328c1e9501cf92b5cc50f1a80467092a540e6de96dd00639e0cb0fd223a228807095c5fbc64b9
|
||||
SHA512 (aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u282-b02-4curve.tar.xz) = 0dc5139da59aa45692ca01b4c1b2ca390e82345f40e9fe616c7eb263e4681b706a651cb90c75fd4140c74f0705e77fdf2574722bf450d5ea8b864b63bf758c05
|
||||
|
Loading…
Reference in New Issue
Block a user