git: openjdk/jdk8u: 11 new changesets

Paul Hohensee phh at openjdk.org
Wed Nov 16 15:30:35 UTC 2022


Changeset: 2cd66fb9
Author:    Alexey Bakhtin <abakhtin at openjdk.org>
Date:      2022-11-07 11:50:11 +0000
URL:       https://git.openjdk.org/jdk8u/commit/2cd66fb929dd6716dae33cd05d112ec2fb0ea6f3

8270344: Session resumption errors

Reviewed-by: mbalao
Backport-of: 04a806ec86a388b8de31d42f904c4321beb69e14

! jdk/src/share/classes/sun/security/ssl/ClientHello.java
! jdk/src/share/classes/sun/security/ssl/HandshakeContext.java
+ jdk/test/sun/security/ssl/SSLSessionImpl/InvalidateSession.java

Changeset: fb984187
Author:    Zdenek Zambersky <zzambers at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2022-11-08 12:46:59 +0000
URL:       https://git.openjdk.org/jdk8u/commit/fb98418773b63dcbf9fea17d5e660bf4a135017e

8295915: Problemlist compiler/rtm failures specific to 8u

Reviewed-by: phh, sgehwolf

! hotspot/test/ProblemList.txt

Changeset: c605aa3f
Author:    Zdenek Zambersky <zzambers at redhat.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-11-08 18:50:54 +0000
URL:       https://git.openjdk.org/jdk8u/commit/c605aa3f5aa3e2370edcc9b3feb01f6f16541e2e

8296555: Enable hotspot/tier1 for 64-bit builds in GHA for 8u

Reviewed-by: phh, sgehwolf

! .github/workflows/submit.yml

Changeset: 01f7d1e3
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2022-11-08 18:52:41 +0000
URL:       https://git.openjdk.org/jdk8u/commit/01f7d1e3735ddddd4bd1796b962cf14395d6f4b2

8224506: [TESTBUG] TestDockerMemoryMetrics.java fails with exitValue = 137

Backport-of: 1719c0cc12e094856955c2a3294521b79b17ba7c

! jdk/test/jdk/internal/platform/docker/TestDockerMemoryMetrics.java

Changeset: 6e563e59
Author:    Yi Yang <yyang at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-11-09 15:30:20 +0000
URL:       https://git.openjdk.org/jdk8u/commit/6e563e59f3b4a9b25b4d52975daf4047f52d5b61

8159720: Failure of C2 compilation with tiered prevents some C1 compilations

If C2 fails to compile a method with tiered compilation, then it should mark the method as not compileable on the C2 tier only.

Reviewed-by: phh
Backport-of: cc10eca0b07f03d4765713d86eae39959f555c1f

! hotspot/src/share/vm/opto/compile.cpp
! hotspot/src/share/vm/opto/compile.hpp
! hotspot/src/share/vm/opto/matcher.cpp
! hotspot/src/share/vm/opto/parse1.cpp

Changeset: 0f9095fb
Author:    Victor Rudometov <vrudomet at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-11-09 17:43:26 +0000
URL:       https://git.openjdk.org/jdk8u/commit/0f9095fbc3f61cc376ef6d6c793b5761eb64433b

7124218: [TEST_BUG] [macosx] Space should select cell in the JTable

Backport-of: 2e94af3f3d7010e89852721d1fda7a226e8ffb6c

+ jdk/test/javax/swing/JTable/7124218/SelectEditTableCell.java

Changeset: 736c1fb1
Author:    Joshua Cao <joshcao at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-11-09 19:12:12 +0000
URL:       https://git.openjdk.org/jdk8u/commit/736c1fb18fd8a5ee146ac0437193c4d59317161b

8295288: Some vm_flags tests associate with a wrong BugID

Backport-of: 3dbc38a2c903f533ace847a3bc0d2687f263fafd

! hotspot/test/testlibrary_tests/whitebox/vm_flags/BooleanTest.java
! hotspot/test/testlibrary_tests/whitebox/vm_flags/DoubleTest.java
! hotspot/test/testlibrary_tests/whitebox/vm_flags/StringTest.java
! hotspot/test/testlibrary_tests/whitebox/vm_flags/Uint64Test.java
! hotspot/test/testlibrary_tests/whitebox/vm_flags/UintxTest.java

Changeset: 3a1a2e02
Author:    Victor Rudometov <vrudomet at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-11-09 19:38:52 +0000
URL:       https://git.openjdk.org/jdk8u/commit/3a1a2e02d6f410a59fa163da2f1d30204beaa379

8233551: [TESTBUG] SelectEditTableCell.java fails on MacOS

Reviewed-by: phh
Backport-of: 9b3fb5d1d5a6a3f0fc699b10bdff6d43ae8d1898

! jdk/test/javax/swing/JTable/7124218/SelectEditTableCell.java

Changeset: 3bfde7d0
Author:    Christoph Langer <clanger at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2022-11-10 12:56:25 +0000
URL:       https://git.openjdk.org/jdk8u/commit/3bfde7d03d594ea37dab54c73ee24c13c29b1150

8284622: Update versions of some Github Actions used in JDK workflow

Reviewed-by: sgehwolf
Backport-of: 61b8c91249fb4c6d594d4a0240c92e8607caf171

! .github/workflows/submit.yml

Changeset: f6d869f0
Author:    Dan Lutker <lutkerd at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-11-11 16:46:29 +0000
URL:       https://git.openjdk.org/jdk8u/commit/f6d869f02569754431e4eaf69e4f66ee357ba425

8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64

Reviewed-by: sgehwolf
Backport-of: 71ac3d952b6d5bf9eb08ec7daf07225b1ab66216

! hotspot/test/testlibrary/com/oracle/java/testlibrary/DockerfileConfig.java
! jdk/test/lib/jdk/test/lib/containers/docker/DockerfileConfig.java

Changeset: 2f509c70
Author:    Joshua Cao <joshcao at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-11-11 17:09:23 +0000
URL:       https://git.openjdk.org/jdk8u/commit/2f509c7070b96e2de02b27d5f752e775980cb75c

8159599: [TEST_BUG] java/awt/Modal/ModalInternalFrameTest/ModalInternalFrameTest.java

Reviewed-by: phh
Backport-of: f5beafa53f93a6ec03278dfd7063d7b3b0b9d241

! jdk/test/java/awt/Focus/SimpleWindowActivationTest/SimpleWindowActivationTest.java



More information about the jdk8u-dev-changes mailing list