Fridrich Strba 2023-10-20 05:18:49 +00:00 committed by Git OBS Bridge
parent e07e65809e
commit 15de975d9a

View File

@ -1,16 +1,22 @@
-------------------------------------------------------------------
Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Update to upstream tag jdk-17.0.9+9 (July 2023 CPU)
* Security fixes:
+ JDK-8284910: Buffer clean in PasswordCallback
+ JDK-8286503: Enhance security classes
- Update to upstream tag jdk-17.0.9+9 (October 2023 CPU)
* Security fixes
+ JDK-8286503, JDK-8312367: Enhance security classes
+ JDK-8296581: Better system proxy support
+ JDK-8297856: Improve handling of Bidi characters
+ JDK-8309966: Enhanced TLS connections
+ JDK-8305815, JDK-8307278: Update Libpng to 1.6.39
+ JDK-8306881, JDK-8307286: Update FreeType to 2.13.0
+ JDK-8309966, CVE-2023-22081, bsc#1216374: Enhanced TLS
connections
+ JDK-8312248: Enhanced archival support redux
+ JDK-8314649: Enhanced archival support redux
* Fixes:
+ JDK-8317121, CVE-2023-22025, bsc#1216339: vector_masked_load
instruction is moved too early after JDK-8286941
* New features
+ JDK-8276799: Implementation of JEP 422: Linux/RISC-V Port
* Other changes
+ JDK-6176679: Application freezes when copying an animated gif
image to the system clipboard
+ JDK-6381945: (cal) Japanese calendar unit test system should
@ -72,16 +78,16 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
+ JDK-8275415: Prepare Leak Profiler for Lilliput
+ JDK-8275662: remove test/lib/sun/hotspot
+ JDK-8276333: jdk/jfr/event/oldobject/TestLargeRootSet.java
failed "assert(!contains(edge->reference())) failed: invariant"
failed "assert(!contains(edge->reference())) failed:
invariant"
+ JDK-8276651: java/lang/ProcessHandle tests fail with
"RuntimeException: Input/output error" in
java.lang.ProcessHandleImpl$Info.info0
+ JDK-8276696: ParallelObjectIterator freed at the wrong time
in VM_HeapDumper
+ JDK-8276799: Implementation of JEP 422: Linux/RISC-V Port
+ JDK-8277102: Dubious PrintCompilation output
+ JDK-8277353: java/security/MessageDigest/ThreadSafetyTest.java
test times out
test times out
+ JDK-8277417: C1 LIR instruction for load-klass
+ JDK-8277427: Update jib-profiles.js to use JMH 1.33 devkit
+ JDK-8277654: Shenandoah: Don't produce new memory state in C2
@ -100,13 +106,9 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
allocation reference path"
+ JDK-8281507: Two javac tests have bad jtreg `@clean` tags
+ JDK-8281717: Cover logout method for several LoginModule
+ JDK-8282306: os::is_first_C_frame(frame*) crashes on invalid
link access
+ JDK-8282404: DrawStringWithInfiniteXform.java failed with
"RuntimeException: drawString with InfiniteXform transform
takes long time"
+ JDK-8282477: [x86, aarch64] vmassert(_last_Java_pc == NULL,
"already walkable"); fails with async profiler
+ JDK-8282651: ZGC: vmTestbase/gc/ArrayJuggle/ tests fails
intermittently with exit code 97
+ JDK-8282665: [REDO] ByteBufferTest.java: replace endless
@ -131,6 +133,7 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
+ JDK-8284760: Correct type/array element offset in
LibraryCallKit::get_state_from_digest_object()
+ JDK-8284772: GHA: Use GCC Major Version Dependencies Only
+ JDK-8284910: Buffer clean in PasswordCallback
+ JDK-8284937: riscv: should not allocate special register for
temp
+ JDK-8284997: arm32 build crashes since JDK-8283326
@ -157,8 +160,6 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
failed with iu mode even without Loom enabled.
+ JDK-8287418: riscv: Fix correctness issue of
MacroAssembler::movptr
+ JDK-8287425: Remove unnecessary register push for
MacroAssembler::check_klass_subtype_slow_path
+ JDK-8287552: riscv: Fix comment typo in li64
+ JDK-8287970: riscv: jdk/incubator/vector/*VectorTests failing
+ JDK-8288719: [arm32] SafeFetch32 thumb interleaving causes
@ -188,8 +189,7 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
+ JDK-8291444: GHA builds/tests won't run manually if disabled
from automatic running
+ JDK-8291830: jvmti/RedefineClasses/StressRedefine failed:
assert(!is_null(v)) failed: narrow klass value can never be
zero
assert(!is_null(v)) failed: narrow klass value can never be zero
+ JDK-8291893: riscv: remove fence.i used in user space
+ JDK-8291947: riscv: fail to build after JDK-8290840
+ JDK-8291952: riscv: Remove PRAGMA_NONNULL_IGNORED
@ -353,8 +353,8 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
MacroAssembler
+ JDK-8301852: RISC-V: Optimize class atomic when order is
memory_order_relaxed
+ JDK-8301959: Compile command in compiler.loopopts
.TestRemoveEmptyCountedLoop does not work
+ JDK-8301959: Compile command in
compiler.loopopts.TestRemoveEmptyCountedLoop does not work
+ JDK-8302114: RISC-V: Several foreign jtreg tests fail with
debug build after JDK-8301818
+ JDK-8302150: Speed up compiler/codegen/Test7100757.java
@ -398,7 +398,6 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
silent exception, negatively impacting performance
+ JDK-8305766: ProblemList runtime/CompressedOops/
/CompressedClassPointers.java
+ JDK-8305815: Update Libpng to 1.6.39
+ JDK-8305858: Resolve multiple definition of
'handleSocketError' when statically linking with JDK native
libraries
@ -413,8 +412,8 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
+ JDK-8306281: function isWsl() returns false on WSL2
+ JDK-8306372: Open source AWT CardLayout and Checkbox tests
+ JDK-8306428: RunThese30M.java crashed with
assert(early->flag() == current->flag() ||
early->flag() == mtNone)
assert(early->flag() == current->flag() || early->flag() ==
mtNone)
+ JDK-8306430: Open source some AWT tests related to
TextComponent and Toolkit
+ JDK-8306435: Juggle04/TestDescription.java should be a
@ -436,7 +435,6 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
+ JDK-8306765: Some client related jtreg problem list entries
are malformed
+ JDK-8306812: Open source several AWT Miscellaneous tests
+ JDK-8306881: Update FreeType to 2.13.0
+ JDK-8307067: remove broken EnableThreadSMRExtraValidityChecks
option
+ JDK-8307068: store a JavaThread* in the java.lang.Thread
@ -450,8 +448,8 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
+ JDK-8307150: RISC-V: Remove remaining StoreLoad barrier with
UseCondCardMark for Serial/Parallel GC
+ JDK-8307156: native_thread not protected by TLH
+ JDK-8307165: java/awt/dnd/NoFormatsDropTest/NoFormatsDropTest.java
timed out
+ JDK-8307165: java/awt/dnd/NoFormatsDropTest/
/NoFormatsDropTest.java timed out
+ JDK-8307299: Move more DnD tests to open
+ JDK-8307301: Update HarfBuzz to 7.2.0
+ JDK-8307348: Parallelize heap walk for ObjectCount(AfterGC)
@ -550,9 +548,8 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
+ JDK-8312029: Add CriticalNative tests to ProblemList for
8312028
+ JDK-8312511: GHA: Bump cross-compile runner to Ubuntu 22.04
+ JDK-8312525: New test runtime/os/
/TestTrimNative.java#trimNative is failing: did not see the
expected RSS reduction
+ JDK-8312525: New test runtime/os/TestTrimNative.java#trimNative
is failing: did not see the expected RSS reduction
+ JDK-8312555: Ideographic characters aren't stretched by
AffineTransform.scale(2, 1)
+ JDK-8313262: C2: Sinking node may cause required cast to be
@ -567,8 +564,6 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
+ JDK-8313701: GHA: RISC-V should use the official repository
for bootstrap
+ JDK-8313707: GHA: Bootstrap sysroots with --variant=minbase
+ JDK-8313765: Invalid CEN header (invalid zip64 extra data
field size)
+ JDK-8313796: AsyncGetCallTrace crash on unreadable
interpreter method pointer
+ JDK-8313815: The exception messages printed by jcmd
@ -592,15 +587,9 @@ Thu Oct 19 08:32:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>
+ JDK-8314730: GHA: Drop libfreetype6-dev transitional package
in favor of libfreetype-dev
+ JDK-8314960: Add Certigna Root CA - 2
+ JDK-8316566: RISC-V: Zero extended narrow oop passed to
Atomic::cmpxchg
+ JDK-8317040: Exclude cleaner test failing on older releases
+ JDK-8317121: vector_masked_load instruction is moved too early
after JDK-8286941
+ JDK-8317643: [17u] Remove designator
DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.9
+ JDK-8317700: [17u] Undo backport 8317674 of 8316566 which was
pushed to wrong repo.
- Modified patches:
* nss-security-provider.patch
* fips.patch