Update to aarch64-shenandoah-jdk8u302-b01 (EA)
Update release notes for 8u302-b01. Switch to EA mode.
This commit is contained in:
parent
f2efa3b930
commit
4c96112694
1
.gitignore
vendored
1
.gitignore
vendored
@ -229,3 +229,4 @@
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b08-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b09-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b10-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u302-b01-4curve.tar.xz
|
||||
|
121
NEWS
121
NEWS
@ -3,6 +3,127 @@ Key:
|
||||
JDK-X - https://bugs.openjdk.java.net/browse/JDK-X
|
||||
CVE-XXXX-YYYY: https://cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
|
||||
|
||||
New in release OpenJDK 8u302 (2021-07-20):
|
||||
===========================================
|
||||
Live versions of these release notes can be found at:
|
||||
* https://bitly.com/openjdk8u302
|
||||
* https://builds.shipilev.net/backports-monitor/release-notes-openjdk8u302.txt
|
||||
|
||||
* Security fixes
|
||||
* Other changes
|
||||
- JDK-6878250: (so) IllegalBlockingModeException thrown when reading from a closed SocketChannel's InputStream
|
||||
- JDK-7059970: Test case: javax/imageio/plugins/png/ITXtTest.java is not closing a file
|
||||
- JDK-8030123: java/beans/Introspector/Test8027648.java fails
|
||||
- JDK-8033289: clang: clean up unused function warning
|
||||
- JDK-8036095: RMI tests using testlibrary.RMID and testlibrary.JavaVM do not pass through vmoptions
|
||||
- JDK-8042891: Format issues embedded in macros for two g1 source files
|
||||
- JDK-8055754: filemap.cpp does not compile with clang
|
||||
- JDK-8064909: FragmentMetaspace.java got OutOfMemoryError
|
||||
- JDK-8066508: JTReg tests timeout on slow devices when run using JPRT
|
||||
- JDK-8066807: langtools/test/Makefile should use -agentvm not -samevm
|
||||
- JDK-8071374: -XX:+PrintAssembly -XX:+PrintSignatureHandlers crash fastdebug VM with assert(limit == __null || limit <= nm->code_end()) in RelocIterator::initialize
|
||||
- JDK-8073446: TimeZone getOffset API does not return a dst offset between years 2038-2137
|
||||
- JDK-8075071: [TEST_BUG] TimSortStackSize2.java: OOME: Java heap space: MaxHeap shrinked by MaxRAMFraction
|
||||
- JDK-8077364: "if( !this )" construct prevents build on Xcode 6.3
|
||||
- JDK-8130308: Too low memory usage in TestPromotionFromSurvivorToTenuredAfterMinorGC.java
|
||||
- JDK-8132148: G1 hs_err region dump legend out of sync with region values
|
||||
- JDK-8132709: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java might fail on embedded
|
||||
- JDK-8134672: [TEST_BUG] Some tests should check isDisplayChangeSupported
|
||||
- JDK-8134883: C1 hard crash in range check elimination in Nashorn test262parallel
|
||||
- JDK-8136592: [TEST_BUG] Fix 2 platform-specific closed regtests for jigsaw
|
||||
- JDK-8151786: [TESTBUG] java/beans/XMLEncoder/Test4625418.java timed out intermittently
|
||||
- JDK-8159898: Negative array size in java/beans/Introspector/Test8027905.java
|
||||
- JDK-8166046: [TESTBUG] compiler/stringopts/TestStringObjectInitialization.java fails with OOME
|
||||
- JDK-8166724: gc/g1/TestHumongousShrinkHeap.java fails with OOME
|
||||
- JDK-8177809: File.lastModified() is losing milliseconds (always ends in 000)
|
||||
- JDK-8178403: DirectAudio in JavaSound may hang and leak
|
||||
- JDK-8180478: tools/launcher/MultipleJRE.sh fails on Windows because of extra-''
|
||||
- JDK-8183910: gc/arguments/TestAggressiveHeap.java fails intermittently
|
||||
- JDK-8190332: PngReader throws NegativeArraySizeException/OOM error when IHDR width is very large
|
||||
- JDK-8190679: java/util/Arrays/TimSortStackSize2.java fails with "Initial heap size set to a larger value than the maximum heap size"
|
||||
- JDK-8191955: AArch64: incorrect prefetch distance causes an internal error
|
||||
- JDK-8199265: java/util/Arrays/TimSortStackSize2.java fails with OOM
|
||||
- JDK-8200550: Xcode 9.3 produce warning -Wexpansion-to-defined
|
||||
- JDK-8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys
|
||||
- JDK-8205014: com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java failed with "Read timed out"
|
||||
- JDK-8209996: [PPC64] Fix JFR profiling
|
||||
- JDK-8214345: infinite recursion while checking super class
|
||||
- JDK-8217230: assert(t == t_no_spec) failure in NodeHash::check_no_speculative_types()
|
||||
- JDK-8217348: assert(thread->is_Java_thread()) failed: just checking
|
||||
- JDK-8225081: Remove Telia Company CA certificate expiring in April 2021
|
||||
- JDK-8225116: Test OwnedWindowsLeak.java intermittently fails
|
||||
- JDK-8230428: Cleanup dead CastIP node code in formssel.cpp
|
||||
- JDK-8231631: sun/net/ftp/FtpURLConnectionLeak.java fails intermittently with NPE
|
||||
- JDK-8231841: AArch64: debug.cpp help() is missing an AArch64 line for pns
|
||||
- JDK-8231949: [PPC64, s390]: Make async profiling more reliable
|
||||
- JDK-8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()
|
||||
- JDK-8241649: Optimize Character.toString
|
||||
- JDK-8243559: Remove root certificates with 1024-bit keys
|
||||
- JDK-8247350: [aarch64] assert(false) failed: wrong size of mach node
|
||||
- JDK-8249278: Revert JDK-8226253 which breaks the spec of AccessibleState.SHOWING for JList
|
||||
- JDK-8255086: Update the root locale display names
|
||||
- JDK-8255734: VM should ignore SIGXFSZ on ppc64, s390 too
|
||||
- JDK-8257999: Parallel GC crash in gc/parallel/TestDynShrinkHeap.java: new region is not in covered_region
|
||||
- JDK-8258419: RSA cipher buffer cleanup
|
||||
- JDK-8258669: fastdebug jvm crashes when do event based tracing for monitor inflation
|
||||
- JDK-8258753: StartTlsResponse.close() hangs due to synchronization issues
|
||||
- JDK-8259271: gc/parallel/TestDynShrinkHeap.java still fails "assert(covered_region.contains(new_memregion)) failed: new region is not in covered_region"
|
||||
- JDK-8259619: C1: 3-arg StubAssembler::call_RT stack-use condition is incorrect
|
||||
- JDK-8259886: Improve SSL session cache performance and scalability
|
||||
- JDK-8260029: aarch64: fix typo in verify_oop_array
|
||||
- JDK-8260236: better init AnnotationCollector _contended_group
|
||||
- JDK-8260255: C1: LoopInvariantCodeMotion constructor can leave some fields uninitialized
|
||||
- JDK-8260484: CheckExamples.java / NoJavaLangTest.java fail with jtreg 4.2
|
||||
- JDK-8260704: ParallelGC: oldgen expansion needs release-store for _end
|
||||
- JDK-8261355: No data buffering in SunPKCS11 Cipher encryption when the underlying mechanism has no padding
|
||||
- JDK-8261867: Backport relevant test changes & additions from JDK-8130125
|
||||
- JDK-8262110: DST starts from incorrect time in 2038
|
||||
- JDK-8262726: AArch64: C1 StubAssembler::call_RT can corrupt stack
|
||||
- JDK-8262730: Enable jdk8u MacOS external debug symbols
|
||||
- JDK-8262864: No debug symbols in image for Windows --with-native-debug-symbols=external
|
||||
- JDK-8263061: copy wrong unpack200 debuginfo to bin directory after 8252395
|
||||
- JDK-8263504: Some OutputMachOpcodes fields are uninitialized
|
||||
- JDK-8263600: change rmidRunning to a simple lookup
|
||||
- JDK-8264509: jdk8u MacOS zipped debug symbols won't build
|
||||
- JDK-8264562: assert(verify_field_bit(1)) failed: Attempting to write an uninitialized event field: type
|
||||
- JDK-8264816: Weak handles leak causes GC to take longer
|
||||
- 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)
|
||||
|
||||
Notes on individual issues:
|
||||
===========================
|
||||
|
||||
security-libs/java.security:
|
||||
|
||||
JDK-8256902: Removed Root Certificates with 1024-bit Keys
|
||||
=========================================================
|
||||
The following root certificates with weak 1024-bit RSA public keys
|
||||
have been removed from the `cacerts` keystore:
|
||||
|
||||
Alias Name: thawtepremiumserverca [jdk]
|
||||
Distinguished Name: EMAILADDRESS=premium-server@thawte.com, CN=Thawte Premium Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA
|
||||
|
||||
Alias Name: verisignclass2g2ca [jdk]
|
||||
Distinguished Name: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 2 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US
|
||||
|
||||
Alias Name: verisignclass3ca [jdk]
|
||||
Distinguished Name: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
|
||||
|
||||
Alias Name: verisignclass3g2caÂ[jdk]
|
||||
Distinguished Name: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 3 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US
|
||||
|
||||
Alias Name: verisigntsaca [jdk]
|
||||
Distinguished Name: CN=Thawte Timestamping CA, OU=Thawte Certification, O=Thawte, L=Durbanville, ST=Western Cape, C=ZA
|
||||
|
||||
JDK-8261361: Removed Telia Company's Sonera Class2 CA certificate
|
||||
=================================================================
|
||||
|
||||
The following root certificate have been removed from the cacerts truststore:
|
||||
|
||||
Alias Name: soneraclass2ca
|
||||
Distinguished Name: CN=Sonera Class2 CA, O=Sonera, C=FI
|
||||
|
||||
New in release OpenJDK 8u292 (2021-04-20):
|
||||
===========================================
|
||||
Live versions of these release notes can be found at:
|
||||
|
@ -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-jdk8u292-b10
|
||||
%global shenandoah_revision aarch64-shenandoah-jdk8u302-b01
|
||||
# Define old aarch64/jdk8u tree variables for compatibility
|
||||
%global project %{shenandoah_project}
|
||||
%global repo %{shenandoah_repo}
|
||||
@ -311,12 +311,12 @@
|
||||
%global updatever %(VERSION=%{whole_update}; echo ${VERSION##*u})
|
||||
# eg jdk8u60-b27 -> b27
|
||||
%global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-})
|
||||
%global rpmrelease 3
|
||||
%global rpmrelease 0
|
||||
# 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,
|
||||
# - N%%{?extraver}{?dist} for GA releases
|
||||
%global is_ga 1
|
||||
%global is_ga 0
|
||||
%if %{is_ga}
|
||||
%global milestone fcs
|
||||
%global milestone_version %{nil}
|
||||
@ -2550,6 +2550,11 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat May 22 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.302.b01-0.0.ea
|
||||
- Update to aarch64-shenandoah-jdk8u302-b01 (EA)
|
||||
- Update release notes for 8u302-b01.
|
||||
- Switch to EA mode.
|
||||
|
||||
* Mon May 10 2021 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.292.b10-3
|
||||
- removed cjc backward comaptiblity, to fix when both rpm 4.16 and 4.17 are in transaction
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-3.15.0.tar.xz) = c752a197cb3d812d50c35e11e4722772be40096c81d2a57933e0d9b8a3c708b9c157b8108a4e33a06ca7bb81648170994408c75d6f69d5ff12785d0c31009671
|
||||
SHA512 (aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b10-4curve.tar.xz) = 3cde5e7eb2c6e72ad20fc3370d0a2d04d122152243196a4edc617495b428ddc16f7f902b7259999936a44232424032848447c87f3d7e296d0d2a902b61e72173
|
||||
SHA512 (aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u302-b01-4curve.tar.xz) = 7a73f7ffcbe368edfd17b1c13509939bc57e7e14e18fa010d1c4341846c5306820111b789e529e37b5c31fb8fb67dfb3daeb12d6814e62cdff57503884dfbc1d
|
||||
|
Loading…
Reference in New Issue
Block a user