git: openjdk/jdk11u: 29 new changesets

Goetz Lindenmaier goetz at openjdk.java.net
Wed Aug 25 12:41:52 UTC 2021


Changeset: 6722cee4
Author:    Zhengyu Gu <zgu at openjdk.org>
Date:      2021-08-18 14:03:34 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/6722cee430ebaa33b0a5ace9cd69c5b54e1af062

8226319: Add forgotten test/jdk/java/net/httpclient/BodySubscribersTest.java

Reviewed-by: shade
Backport-of: d577d9c678b9b14227731d9cf7b2328100d66428

+ test/jdk/java/net/httpclient/BodySubscribersTest.java

Changeset: 0621d9d3
Author:    Zhengyu Gu <zgu at openjdk.org>
Date:      2021-08-18 14:22:04 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/0621d9d3963d55df2a2b51bfbeed1403a5bfb5df

8226602: Test convenience reactive primitives from java.net.http with RS TCK

Backport-of: 3395bb591bd55bd7a510b5045c201f3d130b16a2

+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersFromPublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersNoBody.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfByteArray.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfByteArrays.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfFile.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfInputStream.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfSubByteArray.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersBuffering.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersDiscarding.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersFromLineSubscriber.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersFromSubscriber.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersMapping.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfByteArray.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfByteArrayConsumer.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfFile.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfInputStream.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfLines.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfPublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfPublisher1.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfPublisherPublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfString.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersReplacing.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/S.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/SPublisherOfStream.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/STest.java
+ test/jdk/java/net/httpclient/reactivestreams-tck-tests/TckDriver.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/FlowAdapters.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/Processor.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/Publisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/Subscriber.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/Subscription.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/AsyncIterablePublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/AsyncSubscriber.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/InfiniteIncrementNumberPublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/NumberIterablePublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/RangePublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/SyncSubscriber.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/IdentityProcessorVerification.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/PublisherVerification.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/SubscriberBlackboxVerification.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/SubscriberWhiteboxVerification.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/TestEnvironment.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/WithHelperPublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/FlowPublisherVerification.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/FlowSubscriberBlackboxVerification.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/FlowSubscriberWhiteboxVerification.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/IdentityFlowProcessorVerification.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/Function.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/HelperPublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/InfiniteHelperPublisher.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/NonFatal.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/Optional.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/SubscriberBlackboxVerificationRules.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/SubscriberBufferOverflowException.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/SubscriberWhiteboxVerificationRules.java
+ test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/TestException.java

Changeset: 8f402b26
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-18 15:44:06 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/8f402b26c164241b0ac705a5c42c80c646872fe7

8272628: Problemlist gc/stress/gcbasher/TestGCBasherWithCMS.java for x86_32

Reviewed-by: sgehwolf

! test/hotspot/jtreg/ProblemList.txt

Changeset: 90d52935
Author:    Hui Shi <hshi at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2021-08-19 12:55:22 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/90d529355b0fa36ca3378efae8dc6ba4b5203869

8272131: PhaseMacroExpand::generate_slow_arraycopy crash when clone null CallProjections.fallthrough_ioproj

Reviewed-by: phh

! src/hotspot/share/opto/macroArrayCopy.cpp
+ test/hotspot/jtreg/compiler/arraycopy/TestIllegalArrayCopyBeforeInfiniteLoop.java

Changeset: f4772b52
Author:    Vladimir Kempik <vkempik at openjdk.org>
Date:      2021-08-20 18:09:24 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/f4772b52b80a5c95a33c5147f36b6686a021bc29

8272602: [macos] not all KEY_PRESSED events sent when control modifier is used

Backport-of: ddcd851c43aa97477c7e406490c0c7c7d71ac629

! src/java.desktop/macosx/native/libosxapp/JNIUtilities.m
+ test/jdk/java/awt/event/KeyEvent/KeyTyped/CtrlSpace.java

Changeset: 3a88ae73
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2021-08-23 06:44:33 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/3a88ae7313921766d22187f542912efeb6c315e8

Merge


Changeset: ba097cae
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2021-08-23 08:19:29 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/ba097caea1d491054e2a89ce5a3c0b06173ac96d

8251549: Update docs on building for Git

Reviewed-by: shade, clanger
Backport-of: 042734cc5b17302a8f2ecdf577511bd6d5ec5e22

! doc/building.html
! doc/building.md

Changeset: c81c8e84
Author:    Reka Kovacs <rekakovacs at microsoft.com>
Committer: Christoph Langer <clanger at openjdk.org>
Date:      2021-08-23 22:18:15 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/c81c8e846896c502546ef5f4c92e142d58d1771f

8248671: AArch64: Remove unused variables

Remove unused variables in the AArch64 backend. Detected by compiling with MSVC, which warns about them.

Co-authored-by: Bernhard Urban-Forster <burban at openjdk.org>
Backport-of: dff37f89c5db93ce12f45334c4ab1d02390dea95

! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp

Changeset: dfb67bc3
Author:    Reka Kovacs <rekakovacs at microsoft.com>
Committer: Christoph Langer <clanger at openjdk.org>
Date:      2021-08-23 22:32:49 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/dfb67bc383698aacd0a7df459d41e0743c8f88f4

8248682: AArch64: Use ATTRIBUTE_ALIGNED helper

Co-authored-by: Bernhard Urban-Forster <burban at openjdk.org>
Backport-of: 0417fcf13f7f2159499d325f2b3ace49d2643557

! src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp
! src/hotspot/cpu/aarch64/stubRoutines_aarch64.cpp

Changeset: bf01efaa
Author:    Vladimir Kempik <vkempik at openjdk.org>
Date:      2021-08-24 04:59:04 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/bf01efaa24c58bcc87d465325e8c130c35148294

8248414: AArch64: Remove uses of long and unsigned long ints

Reviewed-by: phh
Backport-of: c7d84850bfdbd112a495fab453a79832e3810f47

! src/hotspot/cpu/aarch64/aarch64-asmtest.py
! src/hotspot/cpu/aarch64/aarch64.ad
! src/hotspot/cpu/aarch64/aarch64_ad.m4
! src/hotspot/cpu/aarch64/assembler_aarch64.cpp
! src/hotspot/cpu/aarch64/assembler_aarch64.hpp
! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/frame_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shared/barrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/immediate_aarch64.cpp
! src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp
! src/hotspot/cpu/aarch64/interpreterRT_aarch64.cpp
! src/hotspot/cpu/aarch64/jniFastGetField_aarch64.cpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64_trig.cpp
! src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp
! src/hotspot/cpu/aarch64/register_aarch64.hpp
! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/vm_version_aarch64.cpp

Changeset: 7b72611b
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-24 08:31:56 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/7b72611b7c307d831370731b93de59b8b3fb7e41

8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java

Backport-of: ae77ef7d7a4633474f7d1a45b9246f13c0711d23

! test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java

Changeset: 2d6c9762
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-24 08:32:38 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/2d6c97628f54b02b04970776d3f0cc184fe76f9f

8225790: Two NestedDialogs tests fail on Ubuntu

Backport-of: 21e67e54604e60f57106be32d48ba75ebf8c1130

! test/jdk/java/awt/Dialog/NestedDialogs/Modal/NestedModalDialogTest.java
! test/jdk/java/awt/Dialog/NestedDialogs/Modeless/NestedModelessDialogTest.java
- test/jdk/java/awt/regtesthelpers/VisibilityValidator.java
- test/jdk/java/awt/regtesthelpers/Waypoint.java

Changeset: 519894a4
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-24 08:33:20 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/519894a414dee7835d657123b5aa290eed4528d4

8269478: Shenandoah: gc/shenandoah/mxbeans tests should be more resilient

Backport-of: 23d2996fee54afcc386a505a65d3236aab874e9e

! test/hotspot/jtreg/gc/shenandoah/mxbeans/TestChurnNotifications.java
! test/hotspot/jtreg/gc/shenandoah/mxbeans/TestPauseNotifications.java

Changeset: 4a2cd36a
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-24 08:34:15 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/4a2cd36a28577d27f2e96842f865a685f3152c85

8252853: AArch64: gc/shenandoah/TestVerifyJCStress.java fails intermittently with C1

Reviewed-by: zgu, rkennke
Backport-of: 4fb1980fd0539230fdc310aad63bbda8cb1725e6

! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp
! test/hotspot/jtreg/gc/shenandoah/TestVerifyJCStress.java

Changeset: a27ee498
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-24 08:34:55 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/a27ee498ad05ccc5e85bd59839edb0c62d16b54b

8270096: Shenandoah: Optimize gc/shenandoah/TestRefprocSanity.java for interpreter mode

Backport-of: 4f322a9b6c9cfdf080df23326daa45733f1b9aad

! test/hotspot/jtreg/gc/shenandoah/TestRefprocSanity.java

Changeset: 417b3885
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-24 08:36:38 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/417b3885505ce61ed8dbc1ee55fa6401886b9330

8272472: StackGuardPages test doesn't build with glibc 2.34

Backport-of: f77a1a156f3da9068d012d9227c7ee0fee58f571

! test/hotspot/jtreg/runtime/StackGuardPages/exeinvoke.c

Changeset: 83d916eb
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-24 09:24:19 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/83d916eb0c827c3b46912f8fe5a9444e1e53b43c

8272772: Shenandoah: compiler/c2/aarch64/TestVolatilesShenandoah.java fails in 11u

Reviewed-by: rkennke, clanger

! test/hotspot/jtreg/compiler/c2/aarch64/TestVolatiles.java
! test/hotspot/jtreg/compiler/c2/aarch64/TestVolatilesShenandoah.java

Changeset: 6a6e00e5
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2021-08-24 09:41:47 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/6a6e00e56b57006fc80e7b3560c860a0f0967111

8255790: GTKL&F: Java 16 crashes on initialising GTKL&F on Manjaro Linux
8272332: --with-harfbuzz=system doesn't add -lharfbuzz after JDK-8255790

Reviewed-by: clanger
Backport-of: 05fe06a6bafc089c6466ccbdea335e5dbfdaf335

! make/lib/Awt2dLibraries.gmk

Changeset: 8afb159c
Author:    Vladimir Kempik <vkempik at openjdk.org>
Date:      2021-08-24 10:09:37 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/8afb159c24c0f676544d7792a1222da554c962fa

8250824: AArch64: follow up for JDK-8248414

The original change missed to update an assert.

Backport-of: d9abf606d9a3156574ca87846e7580a4092c815b

! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp

Changeset: 4a3afd77
Author:    Reka Kovacs <rekakovacs at microsoft.com>
Committer: Christoph Langer <clanger at openjdk.org>
Date:      2021-08-24 12:00:17 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/4a3afd77e35baa486be50d1541a751e79407cfe0

8248657: Windows: strengthening in ThreadCritical regarding memory model

Co-authored-by: Bernhard Urban-Forster <burban at openjdk.org>
Reviewed-by: phh
Backport-of: 6af643e5a1f9f22ecd29a652ebfb9b6d0bf210a4

! src/hotspot/os/windows/threadCritical_windows.cpp

Changeset: 46994677
Author:    Reka Kovacs <rekakovacs at microsoft.com>
Committer: Christoph Langer <clanger at openjdk.org>
Date:      2021-08-24 12:27:33 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/4699467721b31c532453c88e96f8d7cdeff18713

8248816: C1: Fix signature conflict in LIRGenerator::strength_reduce_multiply

Co-authored-by: Bernhard Urban-Forster <burban at openjdk.org>
Backport-of: d3776c7d30f23489c04518d20d441c2ec2f06705

! src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp
! src/hotspot/cpu/arm/c1_LIRGenerator_arm.cpp
! src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp
! src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp

Changeset: 13ddf0ee
Author:    Reka Kovacs <rekakovacs at microsoft.com>
Committer: Christoph Langer <clanger at openjdk.org>
Date:      2021-08-24 12:38:42 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/13ddf0eeaaf0f843c48f9b0e79cdf2dea5bb2a24

8261072: AArch64: Fix MacroAssembler::get_thread convention

Co-authored-by: Monica Beckwith <mbeckwit at openjdk.org>
Backport-of: b670efd896a2905b6842b8199261aa2f3d7c12b9

! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp

Changeset: f334c2e7
Author:    Reka Kovacs <rekakovacs at microsoft.com>
Committer: Christoph Langer <clanger at openjdk.org>
Date:      2021-08-24 12:41:57 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/f334c2e70731ee0ab902e8d8f1afd1ab2dfcdfdc

8263136: C4530 was reported from VS 2019 at access bridge

Co-authored-by: Monica Beckwith <mbeckwit at openjdk.org>
Backport-of: d339320e0b648e28bcc0c07801ae9376a33fc975

! src/jdk.accessibility/windows/native/common/AccessBridgeDebug.cpp

Changeset: da90fbb8
Author:    Reka Kovacs <rekakovacs at microsoft.com>
Committer: Christoph Langer <clanger at openjdk.org>
Date:      2021-08-24 12:44:03 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/da90fbb8c78320f54deed55322b2ebb1db1d3a83

8265756: AArch64: initialize memory allocated for locals according to Windows AArch64 stack page growth requirement in template interpreter

Co-authored-by: Monica Beckwith <mbeckwit at openjdk.org>
Backport-of: f6e26f6f33cd06ec4d8e911972a193aea9fab557

! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
+ test/hotspot/jtreg/runtime/Locals/TestLargeLocalVarsStackRegion.java
+ test/hotspot/jtreg/runtime/Locals/TestLargeLocalVarsStackRegionHelper.jasm

Changeset: 5a539dbc
Author:    Zhengyu Gu <zgu at openjdk.org>
Date:      2021-08-24 13:05:18 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/5a539dbc161494c6e4d4a206cea82d1457ac1751

8249548: backward focus traversal gets stuck in button group

Backport-of: 22bb597d0d2d901c5c8227ea700ab27c670dd545

! src/java.desktop/macosx/classes/com/apple/laf/AquaButtonRadioUI.java
! src/java.desktop/macosx/classes/com/apple/laf/AquaButtonUI.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicButtonUI.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicRadioButtonUI.java
+ test/jdk/javax/swing/ButtonGroup/TestButtonGroupFocusTraversal.java

Changeset: fb886e93
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-24 14:29:37 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/fb886e9381f40972fccc9f08cff67ee0d4ea9eac

8232782: Shenandoah: streamline post-LRB CAS barrier (aarch64)

Reviewed-by: phh, rkennke
Backport-of: c5bb02358472a993fbefe816302411483273656c

! src/hotspot/cpu/aarch64/gc/shenandoah/c1/shenandoahBarrierSetC1_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.hpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoah_aarch64.ad

Changeset: b3c293cf
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-08-24 14:48:40 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/b3c293cf4f6539f3d42035585ca48955cda0ba5d

8219804: java/net/MulticastSocket/Promiscuous.java fails intermittently due to NumberFormatException
8226683: Remove review suggestion from fix to 8219804

Reviewed-by: clanger
Backport-of: eccfec498d4062b582282f3b73bba84206a36046

! test/jdk/java/net/MulticastSocket/Promiscuous.java

Changeset: c55b1e5c
Author:    Zhengyu Gu <zgu at openjdk.org>
Date:      2021-08-24 15:53:01 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/c55b1e5c064f9929e9bc1c2610a6b1431cd437c5

8213718: [TEST] Wrong classname in vmTestbase/nsk/stress/except/except002 and except003

Backport-of: 90cf7a7d12729e1f0afc404c49e620796abf539b

! test/hotspot/jtreg/vmTestbase/nsk/stress/except/except002.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/except/except003.java

Changeset: e261bf74
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2021-08-25 12:37:20 +0000
URL:       https://git.openjdk.java.net/jdk11u/commit/e261bf74fea070a78a41151f724828240de62655

Merge




More information about the jdk-updates-changes mailing list