git: openjdk/jdk21u-dev: master: 2 new changesets
Alexey Bakhtin
abakhtin at openjdk.org
Tue Jul 1 13:58:03 UTC 2025
Changeset: 7facfe3c
Branch: master
Author: Jan Kratochvil <jkratochvil at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date: 2025-07-01 13:56:06 +0000
URL: https://git.openjdk.org/jdk21u-dev/commit/7facfe3ca92651fef03e4ea9d4c953e2e5585769
8331560: Refactor Hotspot container detection code so that subsystem delegates to controllers
Reviewed-by: sgehwolf
Backport-of: 65a282aae3f81379f1471db4fc0ff2e3b479140e
! src/hotspot/os/linux/cgroupSubsystem_linux.cpp
! src/hotspot/os/linux/cgroupSubsystem_linux.hpp
+ src/hotspot/os/linux/cgroupUtil_linux.cpp
+ src/hotspot/os/linux/cgroupUtil_linux.hpp
! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp
! src/hotspot/os/linux/cgroupV1Subsystem_linux.hpp
! src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp
! src/hotspot/os/linux/cgroupV2Subsystem_linux.hpp
Changeset: ee0c1167
Branch: master
Author: Timofei Pushkin <tpushkin at openjdk.org>
Committer: Alexey Bakhtin <abakhtin at openjdk.org>
Date: 2025-07-01 13:56:30 +0000
URL: https://git.openjdk.org/jdk21u-dev/commit/ee0c1167d1a51a54207b07eb6c338cf9a3d8e98a
8339460: CDS error when module is located in a directory with space in the name
Backport-of: aceae76fb5853ab65851225aeb35a425af8f7af8
! src/hotspot/share/cds/classListParser.cpp
! src/hotspot/share/cds/classListWriter.cpp
! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/classfile/classLoader.cpp
! src/hotspot/share/classfile/classLoader.hpp
! src/hotspot/share/classfile/classLoaderExt.cpp
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/runtime/cds/appcds/complexURI/ComplexURITest.java
+ test/hotspot/jtreg/runtime/cds/appcds/complexURI/mypackage/Another.java
+ test/hotspot/jtreg/runtime/cds/appcds/complexURI/mypackage/Main.java
More information about the jdk-updates-changes
mailing list