git: openjdk/jdk15u: 19 new changesets

Yuri Nesterenko yan at openjdk.org
Tue Sep 20 12:02:21 UTC 2022


Changeset: 68f09d4a
Author:    Ekaterina Vergizova <evergizova at openjdk.org>
Date:      2022-08-29 12:05:29 +0000
URL:       https://git.openjdk.org/jdk15u/commit/68f09d4ad15eed16d34684ccca38713a1ddec458

8282947: JFR: Dump on shutdown live-locks in some conditions

Backport-of: 63eb0b7e8606dd9cd145e92eeeb744ff5b7be569

! src/jdk.jfr/share/classes/jdk/jfr/internal/ChunksChannel.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformRecording.java
+ test/jdk/jdk/jfr/api/recording/dump/TestDumpDevNull.java

Changeset: 899d5f84
Author:    Ekaterina Vergizova <evergizova at openjdk.org>
Date:      2022-08-30 10:47:57 +0000
URL:       https://git.openjdk.org/jdk15u/commit/899d5f8414bf1c440b685504096efe397275498a

8287463: JFR: Disable TestDevNull.java on Windows

Backport-of: 0df4748216ab71937cfcfb86a2d66f3568bced1e

! test/jdk/jdk/jfr/api/recording/dump/TestDumpDevNull.java

Changeset: 8392a311
Author:    Roman Marchenko <rmarchenko at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2022-08-31 08:06:04 +0000
URL:       https://git.openjdk.org/jdk15u/commit/8392a311b8c1bc8d5aa53c66367ef7df4630ff72

8268361: Fix the infinite loop in next_line

Backport-of: 72672277e4dddf8e72f1c705cd5f57de40745635

! src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c

Changeset: fa427af2
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-08-31 08:29:38 +0000
URL:       https://git.openjdk.org/jdk15u/commit/fa427af2e63a51544f16a35949cc8429c657a7f3

8287162: (zipfs) Performance regression related to support for POSIX file permissions

Backport-of: a10c5597d93c4402bafdbb570437aac052b10027

! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java

Changeset: 6f169cb9
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-08-31 09:09:01 +0000
URL:       https://git.openjdk.org/jdk15u/commit/6f169cb9930e1bec2f515f239b851f2463c15f16

8207936: TestZipFile failed with java.lang.AssertionError exception

Backport-of: 65455ff60b4f33996c698029e0b2cff65c7f45f5

! test/jdk/java/util/zip/ZipFile/TestZipFile.java

Changeset: 5964d52f
Author:    Olga Mikhaltsova <omikhaltcova at openjdk.org>
Date:      2022-09-02 14:19:33 +0000
URL:       https://git.openjdk.org/jdk15u/commit/5964d52f3cede7f674842f82a902301a96e038a6

8253353: Crash in C2: guarantee(n != NULL) failed: No Node
8260632: Build failures after JDK-8253353

Reviewed-by: yan
Backport-of: 1926765f5e79bfc8db762823c412cf9769ae28eb

! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp
! src/hotspot/share/opto/loopnode.cpp
! src/hotspot/share/opto/loopnode.hpp
+ test/hotspot/jtreg/compiler/loopopts/TestNestedIrreducibleLoops.jasm
+ test/hotspot/jtreg/compiler/loopopts/TestNestedIrreducibleLoopsMain.java

Changeset: 1daf5c59
Author:    Andrew Brygin <bae at openjdk.org>
Date:      2022-09-05 11:20:54 +0000
URL:       https://git.openjdk.org/jdk15u/commit/1daf5c5906aa72abac341101a19381c13ecf76c9

8293354: fastdebug build broken after JDK-8281866

Reviewed-by: yan

! src/hotspot/share/interpreter/linkResolver.cpp

Changeset: 753beccf
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-06 09:16:43 +0000
URL:       https://git.openjdk.org/jdk15u/commit/753beccf541ad2ae2e9323052d6b47a7f8c06071

8252051: Make mlvmJvmtiUtils strncpy uses GCC 10.x friendly

Backport-of: 51a3b25d71e0e5875ac4bd2e76dfc2f9595dd83f

! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.cpp

Changeset: bcc79e20
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-06 11:57:12 +0000
URL:       https://git.openjdk.org/jdk15u/commit/bcc79e2003d705d8a923bb30c3a0b23007ec1ad8

8247818: GCC 10 warning stringop-overflow with symbol code
8249875: GCC 10 warnings -Wtype-limits with JFR code

Reviewed-by: bae
Backport-of: ed31b661d35a72948af6cf117cccea2e7537b920

! src/hotspot/share/jfr/utilities/jfrDoublyLinkedList.hpp
! src/hotspot/share/jfr/utilities/jfrHashtable.hpp
! src/hotspot/share/oops/symbol.cpp
! src/hotspot/share/oops/symbol.hpp

Changeset: e2ac0509
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2022-09-09 06:46:03 +0000
URL:       https://git.openjdk.org/jdk15u/commit/e2ac05093c52b526a26d099e818469634bbacf8b

8276841: Add support for Visual Studio 2022

Reviewed-by: phh, dcherepanov
Backport-of: f65db88b74911e5896d2ff536c4ac97e7f62d98b

! make/autoconf/toolchain_windows.m4

Changeset: bc76057d
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-12 10:31:37 +0000
URL:       https://git.openjdk.org/jdk15u/commit/bc76057d9a85dea7fdc2c47968577a7fb1172694

8272472: StackGuardPages test doesn't build with glibc 2.34

Backport-of: f77a1a156f3da9068d012d9227c7ee0fee58f571

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

Changeset: 008266bf
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-12 11:36:07 +0000
URL:       https://git.openjdk.org/jdk15u/commit/008266bfa1fc8e3147fcc4c82cef87c645e8dd8e

8257467: [TESTBUG] -Wdeprecated-declarations is reported at sigset() in exesigtest.c

Backport-of: fb139cff1a6ddf7659908053d5a0a6ae7563e725

! test/hotspot/jtreg/runtime/signal/exesigtest.c

Changeset: 5e52b384
Author:    Ilarion Nakonechnyy <inakonechnyy at openjdk.org>
Date:      2022-09-12 12:31:04 +0000
URL:       https://git.openjdk.org/jdk15u/commit/5e52b38448156905f22c4481a8ff4e393fa68c6e

8269285: Crash/miscompile in CallGenerator::for_method_handle_inline after JDK-8191998

Backport-of: c16d1fc9810d5b2c112d35f3298513f86f84f66d

! src/hotspot/share/opto/callGenerator.cpp
+ test/hotspot/jtreg/compiler/types/TestMethodHandleSpeculation.java

Changeset: 2d0ace52
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-13 13:08:55 +0000
URL:       https://git.openjdk.org/jdk15u/commit/2d0ace526152099e8e5ba14ae2a4ce515764a556

8028265: Add legacy tz tests to OpenJDK

Backport-of: 92deab546549ca549408a983fe361d9536d2cd37

+ test/jdk/java/util/TimeZone/AssureTzdataVersion.java
+ test/jdk/java/util/TimeZone/Bug6329116.java
+ test/jdk/java/util/TimeZone/TextFileReader.java
+ test/jdk/java/util/TimeZone/TimeZoneData/VERSION
+ test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt
+ test/jdk/java/util/TimeZone/TimeZoneData/displaynames.txt
+ test/jdk/java/util/TimeZone/tools/share/CompareYearData.pl
+ test/jdk/java/util/TimeZone/tools/share/Makefile
+ test/jdk/java/util/TimeZone/tools/share/makeZoneData.pl

Changeset: 75b9bec5
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-14 08:16:11 +0000
URL:       https://git.openjdk.org/jdk15u/commit/75b9bec56305ed507cea3c35b89f40b2f707a080

8292579: (tz) Update Timezone Data to 2022c

Reviewed-by: bae
Backport-of: 98d85e6f594bf34b97407c470b14791af0a2bc53

! make/data/tzdata/VERSION
! make/data/tzdata/africa
! make/data/tzdata/antarctica
! make/data/tzdata/asia
! make/data/tzdata/australasia
! make/data/tzdata/backward
! make/data/tzdata/etcetera
! make/data/tzdata/europe
! make/data/tzdata/leapseconds
! make/data/tzdata/northamerica
! make/data/tzdata/southamerica
! make/data/tzdata/zone.tab
! test/jdk/java/util/TimeZone/TimeZoneData/VERSION
! test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt
! test/jdk/java/util/TimeZone/TimeZoneData/displaynames.txt
! test/jdk/java/util/TimeZone/tools/share/Makefile

Changeset: 8544edbe
Author:    Roman Marchenko <rmarchenko at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-15 08:58:42 +0000
URL:       https://git.openjdk.org/jdk15u/commit/8544edbe58bc71e656774a7b2a64c471cda57ca0

8272720: Fix the implementation of loop unrolling heuristic with LoopPercentProfileLimit

Backport-of: 1ea437a4b87381b558cf8157ac52fc03e37ac507

! src/hotspot/share/opto/loopTransform.cpp

Changeset: 0938ea81
Author:    Roman Marchenko <rmarchenko at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-15 13:46:23 +0000
URL:       https://git.openjdk.org/jdk15u/commit/0938ea813315dda1ecf41a227101714d0afce67f

8266170: -Wnonnull happens in classLoaderData.inline.hpp

Backport-of: a1c942c02b65a7fc2a837d2bb43fa134dadcad11

! src/hotspot/share/classfile/dictionary.cpp

Changeset: 21f57b49
Author:    Roman Marchenko <rmarchenko at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-16 07:35:42 +0000
URL:       https://git.openjdk.org/jdk15u/commit/21f57b491bcce2091ccb7f6bab01b6d7456908fa

8266172: -Wstringop-overflow happens in vmError.cpp

Reviewed-by: yan
Backport-of: c97f56cdafe26dfafcfbc6bb42fa5617641c1a59

! src/hotspot/share/utilities/vmError.cpp

Changeset: 7647ac53
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2022-09-19 12:57:45 +0000
URL:       https://git.openjdk.org/jdk15u/commit/7647ac53834c7047a4cefe263e36eb4e5b96db18

8266082: AssertionError in Annotate.fromAnnotations with -Xdoclint

Backport-of: 0b8a0e2b58dbdd5c9553e502212d32c033a5efb5

! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/ReferenceParser.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/langtools/tools/doclint/CrashInAnnotateTest.java
+ test/langtools/tools/doclint/CrashInAnnotateTest.out
+ test/langtools/tools/javac/diags/examples/NoAnnotationsInLink.java



More information about the jdk-updates-changes mailing list