Merge ~vpa1977/ubuntu/+source/openjdk-lts:january-release into ubuntu/+source/openjdk-lts:ubuntu/devel

Proposed by Vladimir Petko
Status: Merged
Merged at revision: 9be7911117b02dd794217f04908b437b96b67ea3
Proposed branch: ~vpa1977/ubuntu/+source/openjdk-lts:january-release
Merge into: ubuntu/+source/openjdk-lts:ubuntu/devel
Prerequisite: ~vpa1977/ubuntu/+source/openjdk-lts:january-release-lts-source
Diff against target: 264 lines (+74/-87)
5 files modified
debian/changelog (+17/-0)
debian/copyright (+2/-48)
debian/rules (+28/-12)
debian/tests/problems.csv (+26/-26)
debian/watch (+1/-1)
Reviewer Review Type Date Requested Status
Pushkar Kulkarni (community) Approve
git-ubuntu import Pending
Review via email: mp+479885@code.launchpad.net

Description of the change

Changes:
 - New upstream release.
 - merge openjdk-11 changes from debian
 - regenerate d/copyright and d/watch

PPA build: https://launchpad.net/~vpa1977/+archive/ubuntu/october-21/+sourcepub/16893137/+listing-archive-extra

To post a comment you must log in.
Revision history for this message
Pushkar Kulkarni (pushkarnk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 6fa813a..855ab64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
1openjdk-lts (11.0.26+4-1ubuntu1) plucky; urgency=medium
2
3 * OpenJDK 11.0.26 release, build 4. Release notes:
4 https://mail.openjdk.org/pipermail/jdk-updates-dev/2025-January/040826.html
5
6 - CVEs:
7 + CVE-2025-21502 - 8330045: Enhance array handling.
8
9 * d/rules: Dump complete hs_err_pid and replay_pid logs to stdout.
10 * d/t/problems.csv: Add openjdk-24 and openjdk-25 to the problems.csv.
11 * d/{copyright, watch}: regenerate.
12
13 [ Matthias Klose ]
14 * d/rules: Also dump logs for zero builds and for build failures.
15
16 -- Vladimir Petko <vladimir.petko@canonical.com> Wed, 22 Jan 2025 15:18:54 +1300
17
1openjdk-lts (11.0.26~3ea-1ubuntu1) plucky; urgency=medium18openjdk-lts (11.0.26~3ea-1ubuntu1) plucky; urgency=medium
219
3 * OpenJDK 11.0.26+3 build (early access) (LP: #2092368).20 * OpenJDK 11.0.26+3 build (early access) (LP: #2092368).
diff --git a/debian/copyright b/debian/copyright
index f5c9a31..4601b88 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3142,14 +3142,14 @@ License: GPL with Classpath exception
3142 --- end of LICENSE ---3142 --- end of LICENSE ---
3143 .3143 .
3144 ------------------------------------------------------------------------------3144 ------------------------------------------------------------------------------
3145 %% This notice is provided with respect to jQuery v3.6.1,3145 %% This notice is provided with respect to jQuery v3.7.1,
3146 which may be included with JRE 11, JDK 11 and OpenJDK 113146 which may be included with JRE 11, JDK 11 and OpenJDK 11
3147 .3147 .
3148 --- begin of LICENSE ---3148 --- begin of LICENSE ---
3149 .3149 .
3150 jQuery License3150 jQuery License
3151 .3151 .
3152 jQuery v 3.6.13152 jQuery v 3.7.1
3153 Copyright OpenJS Foundation and other contributors, https://openjsf.org/3153 Copyright OpenJS Foundation and other contributors, https://openjsf.org/
3154 .3154 .
3155 Permission is hereby granted, free of charge, to any person obtaining3155 Permission is hereby granted, free of charge, to any person obtaining
@@ -3171,52 +3171,6 @@ License: GPL with Classpath exception
3171 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION3171 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3172 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.3172 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3173 .3173 .
3174 ******************************************
3175 .
3176 The jQuery JavaScript Library v3.6.1 also includes Sizzle.js
3177 .
3178 Sizzle.js includes the following license:
3179 .
3180 Copyright JS Foundation and other contributors, https://js.foundation/
3181 .
3182 This software consists of voluntary contributions made by many
3183 individuals. For exact contribution history, see the revision history
3184 available at https://github.com/jquery/sizzle
3185 .
3186 The following license applies to all parts of this software except as
3187 documented below:
3188 .
3189 ====
3190 .
3191 Permission is hereby granted, free of charge, to any person obtaining
3192 a copy of this software and associated documentation files (the
3193 "Software"), to deal in the Software without restriction, including
3194 without limitation the rights to use, copy, modify, merge, publish,
3195 distribute, sublicense, and/or sell copies of the Software, and to
3196 permit persons to whom the Software is furnished to do so, subject to
3197 the following conditions:
3198 .
3199 The above copyright notice and this permission notice shall be
3200 included in all copies or substantial portions of the Software.
3201 .
3202 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3203 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3204 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3205 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3206 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3207 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3208 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3209 .
3210 ====
3211 .
3212 All files located in the node_modules and external directories are
3213 externally maintained libraries used by this software which have their
3214 own licenses; we recommend you read them, as their terms may differ from
3215 the terms above.
3216 .
3217 *********************
3218 .
3219 .
3220 .3174 .
3221 --- end of LICENSE ---3175 --- end of LICENSE ---
3222 .3176 .
diff --git a/debian/rules b/debian/rules
index 2bff581..14d1b24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,6 @@ else
79endif79endif
8080
81is_upstream_release = yes81is_upstream_release = yes
82is_upstream_release =
8382
84srcdir = .83srcdir = .
85builddir = build84builddir = build
@@ -1131,22 +1130,39 @@ stamps/build: stamps/configure
1131ifneq (,$(filter $(DEB_HOST_ARCH), alpha armel armhf ia64 loong64 m68k mips mipsel mips64 mips64el powerpc powerpcspe riscv64 s390x sh4 sparc sparc64))1130ifneq (,$(filter $(DEB_HOST_ARCH), alpha armel armhf ia64 loong64 m68k mips mipsel mips64 mips64el powerpc powerpcspe riscv64 s390x sh4 sparc sparc64))
1132 sh -c 'sh debian/buildwatch.sh $(CURDIR)/$(builddir) &'1131 sh -c 'sh debian/buildwatch.sh $(CURDIR)/$(builddir) &'
1133endif1132endif
1134 if $(EXTRA_BUILD_ENV) $(MAKE) -C $(builddir) $(build_target); then \1133 $(EXTRA_BUILD_ENV) $(MAKE) --no-print-directory -C $(builddir) $(build_target); \
1135 : ; \1134 rv=$$?; \
1136 else \1135 for log in `find $(builddir) -name 'hs_err_pid*.log' -o -name 'replay_pid*.log'`; do \
1137 if [ -f buildwatch.pid ]; then \1136 [ -f $$log ] || continue; \
1138 pid=$$(cat buildwatch.pid); \1137 echo "=== $$log ==="; \
1139 kill -1 $$pid || :; sleep 1; kill -9 $$pid || :; \1138 cat $$log; \
1140 fi; \1139 echo "======"; \
1141 false; \1140 done; \
1142 fi1141 if [ -f buildwatch.pid ]; then \
1142 pid=$$(cat buildwatch.pid); \
1143 kill -1 $$pid || :; sleep 1; kill -9 $$pid || :; \
1144 fi; \
1145 exit $$rv
11431146
1144 touch $@1147 touch $@
11451148
1146stamps/zero-build: stamps/zero-configure1149stamps/zero-build: stamps/zero-configure
1147 @echo '========== $@ =========='1150 @echo '========== $@ =========='
1148 : # FIXME: build using the just built jdk, and build the vm only1151 : # FIXME: build using the just built jdk, and build the vm only
1149 $(EXTRA_BUILD_ENV) $(MAKE) -C $(zbuilddir) $(zbuild_target)1152 $(EXTRA_BUILD_ENV) $(MAKE) --no-print-directory -C $(zbuilddir) $(zbuild_target); \
1153 rv=$$?; \
1154 for log in `find $(zbuilddir) -name 'hs_err_pid*.log' -o -name 'replay_pid*.log'`; do \
1155 [ -f $$log ] || continue; \
1156 echo "=== $$log ==="; \
1157 cat $$log; \
1158 echo "======"; \
1159 done; \
1160 if [ -f buildwatch.pid ]; then \
1161 pid=$$(cat buildwatch.pid); \
1162 kill -1 $$pid || :; sleep 1; kill -9 $$pid || :; \
1163 fi; \
1164 exit $$rv
1165
1150 rm -rf $(builddir)/$(sdkimg)/lib/zero1166 rm -rf $(builddir)/$(sdkimg)/lib/zero
1151 cp -a $(zbuilddir)/$(zsdkimg)/lib/server \1167 cp -a $(zbuilddir)/$(zsdkimg)/lib/server \
1152 $(builddir)/$(sdkimg)/lib/zero1168 $(builddir)/$(sdkimg)/lib/zero
@@ -1941,7 +1957,7 @@ endif
1941 dh_builddeb -a $(nodemo) $(nojrez) #$(bd_options)1957 dh_builddeb -a $(nodemo) $(nojrez) #$(bd_options)
19421958
1943git_project = jdk11u1959git_project = jdk11u
1944git_tag = jdk-11.0.26+31960git_tag = jdk-11.0.26+4
1945package_version = $(subst jdk-,,$(git_tag))1961package_version = $(subst jdk-,,$(git_tag))
1946package_version = $(shell echo $(PKGVERSION) | sed 's/-[^-][^-]*$$//')1962package_version = $(shell echo $(PKGVERSION) | sed 's/-[^-][^-]*$$//')
1947ifneq ($(is_upstream_release),yes)1963ifneq ($(is_upstream_release),yes)
diff --git a/debian/tests/problems.csv b/debian/tests/problems.csv
index e4cb8fc..a748a7f 100644
--- a/debian/tests/problems.csv
+++ b/debian/tests/problems.csv
@@ -1,7 +1,7 @@
1Test,Bug,Comment,Packages,Arch,Release1Test,Bug,Comment,Packages,Arch,Release
2Error: runtime/Unsafe/InternalErrorTest.java,JDK-8335238,"To investigate, not critical for security release – JDK-22 will expire before OO release",:openjdk-22,i386,:release-all2Error: runtime/Unsafe/InternalErrorTest.java,JDK-8335238,"To investigate, not critical for security release – JDK-22 will expire before OO release",:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,i386,:release-all
3Error: serviceability/jvmti/vthread/SuspendResume1/SuspendResume1.java#default,,"Deadlock, new failure, not critical – JDK-22 will expire before OO release",:openjdk-22,ppc64el,:release-all3Error: serviceability/jvmti/vthread/SuspendResume1/SuspendResume1.java#default,,"Deadlock, new failure, not critical – JDK-22 will expire before OO release",:openjdk-22,ppc64el,:release-all
4FAILED: compiler/arguments/CheckCICompilerCount.java,,"Existing failure (exit code 0, expected 1)",:openjdk-17:openjdk-21:openjdk-22:openjdk-23,i386,:release-all4FAILED: compiler/arguments/CheckCICompilerCount.java,,"Existing failure (exit code 0, expected 1)",:openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,i386,:release-all
5FAILED: compiler/codecache/MHIntrinsicAllocFailureTest.java,JDK-8298947,The issue only happens on armhf platform. ,:openjdk-17:openjdk-21,armhf,:release-all5FAILED: compiler/codecache/MHIntrinsicAllocFailureTest.java,JDK-8298947,The issue only happens on armhf platform. ,:openjdk-17:openjdk-21,armhf,:release-all
6FAILED: gtest/GTestWrapper.java,,"17:UninitializedDoubleElementWorkerDataArrayTest.print_summary_on_test_vm, ",:openjdk-17:openjdk-21,i386,:release-all6FAILED: gtest/GTestWrapper.java,,"17:UninitializedDoubleElementWorkerDataArrayTest.print_summary_on_test_vm, ",:openjdk-17:openjdk-21,i386,:release-all
7FAILED: java/foreign/critical/TestCritical.java,,"SEGSEGV in test, submit bug, not critical for security release",:openjdk-22,s390x,:release-all7FAILED: java/foreign/critical/TestCritical.java,,"SEGSEGV in test, submit bug, not critical for security release",:openjdk-22,s390x,:release-all
@@ -12,37 +12,37 @@ FAILED: java/foreign/TestLinker.java,,Ignore test failure in the preview api,:op
12FAILED: java/foreign/TestSegments.java,,Ignore test failure in the preview api,:openjdk-21,:i386,:release-all12FAILED: java/foreign/TestSegments.java,,Ignore test failure in the preview api,:openjdk-21,:i386,:release-all
13FAILED: java/foreign/TestUpcallHighArity.java,,Ignore test failure in the preview api,:openjdk-21,:i386,:release-all13FAILED: java/foreign/TestUpcallHighArity.java,,Ignore test failure in the preview api,:openjdk-21,:i386,:release-all
14FAILED: java/foreign/TestUpcallStructScope.java,,Ignore test failure in the preview api,:openjdk-21,:i386,:release-all14FAILED: java/foreign/TestUpcallStructScope.java,,Ignore test failure in the preview api,:openjdk-21,:i386,:release-all
15FAILED: java/io/File/createTempFile/TargetDirectory.java,JDK-8166162,Container issue,:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all15FAILED: java/io/File/createTempFile/TargetDirectory.java,JDK-8166162,Container issue,:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
16FAILED: java/io/File/GetXSpace.java,,"Container issue, disk space size exceeds 32 bit integer",:openjdk-17:openjdk-21:openjdk-22,:i386:armhf,:release-all16FAILED: java/io/File/GetXSpace.java,,"Container issue, disk space size exceeds 32 bit integer",:openjdk-17:openjdk-21:openjdk-22,:i386:armhf,:release-all
17FAILED: java/nio/channels/FileChannel/directio/DirectIOTest.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all17FAILED: java/nio/channels/FileChannel/directio/DirectIOTest.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
18FAILED: java/nio/channels/FileChannel/directio/PreadDirect.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all18FAILED: java/nio/channels/FileChannel/directio/PreadDirect.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
19FAILED: java/nio/channels/FileChannel/directio/PwriteDirect.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all19FAILED: java/nio/channels/FileChannel/directio/PwriteDirect.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
20FAILED: java/nio/channels/FileChannel/directio/ReadDirect.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all20FAILED: java/nio/channels/FileChannel/directio/ReadDirect.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
21FAILED: java/nio/channels/FileChannel/directio/WriteDirect.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all21FAILED: java/nio/channels/FileChannel/directio/WriteDirect.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
22FAILED: java/nio/file/attribute/AclFileAttributeView/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all22FAILED: java/nio/file/attribute/AclFileAttributeView/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
23FAILED: java/nio/file/attribute/BasicFileAttributeView/CreationTime.java,JDK-8166162,Container issue,:openjdk-22,i386,:release-all23FAILED: java/nio/file/attribute/BasicFileAttributeView/CreationTime.java,JDK-8166162,Container issue,:openjdk-22,i386,:release-all
24FAILED: java/nio/file/attribute/BasicFileAttributeView/SetTimesNanos.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all24FAILED: java/nio/file/attribute/BasicFileAttributeView/SetTimesNanos.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
25FAILED: java/nio/file/attribute/DosFileAttributeView/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all25FAILED: java/nio/file/attribute/DosFileAttributeView/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
26FAILED: java/nio/file/attribute/PosixFileAttributeView/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all26FAILED: java/nio/file/attribute/PosixFileAttributeView/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
27FAILED: java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all27FAILED: java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
28FAILED: java/nio/file/Files/CheckPermissions.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all28FAILED: java/nio/file/Files/CheckPermissions.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
29FAILED: java/nio/file/Files/CopyAndMove.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all29FAILED: java/nio/file/Files/CopyAndMove.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
30FAILED: java/nio/file/Files/CopyMoveVariations.java,JDK-8166162,Container issue,:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all30FAILED: java/nio/file/Files/CopyMoveVariations.java,JDK-8166162,Container issue,:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
31FAILED: java/nio/file/Files/FileAttributes.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all31FAILED: java/nio/file/Files/FileAttributes.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
32FAILED: java/nio/file/Files/InterruptCopy.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all32FAILED: java/nio/file/Files/InterruptCopy.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
33FAILED: java/nio/file/Files/Misc.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all33FAILED: java/nio/file/Files/Misc.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
34FAILED: java/nio/file/Files/TemporaryFiles.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all34FAILED: java/nio/file/Files/TemporaryFiles.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
35FAILED: java/nio/file/FileStore/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all35FAILED: java/nio/file/FileStore/Basic.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11::openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
36FAILED: runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java,,flaky test (?) existing comment,:openjdk-17,:arch-all,:release-all36FAILED: runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java,,flaky test (?) existing comment,:openjdk-17,:arch-all,:release-all
37FAILED: runtime/cds/appcds/jcmd/JCmdTestFileSafety.java,,flaky test (?) existing comment,:openjdk-17,i386:arm64:amd64:ppc64el,:release-all37FAILED: runtime/cds/appcds/jcmd/JCmdTestFileSafety.java,,flaky test (?) existing comment,:openjdk-17,i386:arm64:amd64:ppc64el,:release-all
38FAILED: runtime/cds/appcds/jcmd/JCmdTestStaticDump.java,,flaky test (?) existing comment,:openjdk-17,:arch-all,:release-all38FAILED: runtime/cds/appcds/jcmd/JCmdTestStaticDump.java,,flaky test (?) existing comment,:openjdk-17,:arch-all,:release-all
39FAILED: runtime/ErrorHandling/MachCodeFramesInErrorFile.java,,java.lang.InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code at java.base/java.lang.Long.toHexString(Long.java:309) at,:openjdk-17:openjdk-21,armhf,:release-all39FAILED: runtime/ErrorHandling/MachCodeFramesInErrorFile.java,,java.lang.InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code at java.base/java.lang.Long.toHexString(Long.java:309) at,:openjdk-17:openjdk-21,armhf,:release-all
40FAILED: runtime/jni/nativeStack/TestNativeStack.java,JDK-8312016,"Backport fix (do not add patch, the fix just disables the test)",:openjdk-lts:openjdk-11:openjdk-17,armhf,:release-all40FAILED: runtime/jni/nativeStack/TestNativeStack.java,JDK-8312016,"Backport fix (do not add patch, the fix just disables the test)",:openjdk-lts:openjdk-11:openjdk-17,armhf,:release-all
41FAILED: runtime/LoadClass/LongBCP.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11:openjdk-17:openjdk-21:openjdk-22:openjdk-23,:arch-all,:release-all41FAILED: runtime/LoadClass/LongBCP.java,JDK-8166162,Container issue,:openjdk-lts:openjdk-11:openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
42FAILED: runtime/Monitor/ConcurrentDeflation.java,,LockingMode == 0 (LM_MONITOR) is not fully implemented on this architectureError: Could not create the Java Virtual Machine.,:openjdk-21,armhf,:release-all42FAILED: runtime/Monitor/ConcurrentDeflation.java,,LockingMode == 0 (LM_MONITOR) is not fully implemented on this architectureError: Could not create the Java Virtual Machine.,:openjdk-21,armhf,:release-all
43FAILED: runtime/NMT/VirtualAllocCommitMerge.java,JDK-8309698,P4 bug (existing issue),:openjdk-17:openjdk-21:openjdk-22:openjdk-23,s390x,:release-all43FAILED: runtime/NMT/VirtualAllocCommitMerge.java,JDK-8309698,P4 bug (existing issue),:openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,s390x,:release-all
44FAILED: serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java,JDK-8303168,Existing bug,:openjdk-21,armhf,:release-all44FAILED: serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java,JDK-8303168,Existing bug,:openjdk-21,armhf,:release-all
45FAILED: tools/jlink/JLinkTest.java,JDK-8240349,Bugfix failed for i386 (P4 bug),:openjdk-17:openjdk-21:openjdk-22:openjdk-23,i386,:release-all45FAILED: tools/jlink/JLinkTest.java,JDK-8240349,Bugfix failed for i386 (P4 bug),:openjdk-17:openjdk-21:openjdk-22:openjdk-23:openjdk-24:openjdk-25:,i386,:release-all
46FAILED: jdk/javadoc/doclet/dupThrowsTags/TestDupThrowsTags.java,,tests failing due to disable-doclint-by-default.diff (reproducible build maintainer patch),:openjdk-lts:openjdk-11,:arch-all,:release-all46FAILED: jdk/javadoc/doclet/dupThrowsTags/TestDupThrowsTags.java,,tests failing due to disable-doclint-by-default.diff (reproducible build maintainer patch),:openjdk-lts:openjdk-11,:arch-all,:release-all
47FAILED: jdk/javadoc/doclet/T6735320/T6735320.java,,tests failing due to disable-doclint-by-default.diff (reproducible build maintainer patch),:openjdk-lts:openjdk-11,:arch-all,:release-all47FAILED: jdk/javadoc/doclet/T6735320/T6735320.java,,tests failing due to disable-doclint-by-default.diff (reproducible build maintainer patch),:openjdk-lts:openjdk-11,:arch-all,:release-all
48FAILED: jdk/javadoc/doclet/testBadHtml/TestBadHtml.java,,tests failing due to disable-doclint-by-default.diff (reproducible build maintainer patch),:openjdk-lts:openjdk-11,:arch-all,:release-all48FAILED: jdk/javadoc/doclet/testBadHtml/TestBadHtml.java,,tests failing due to disable-doclint-by-default.diff (reproducible build maintainer patch),:openjdk-lts:openjdk-11,:arch-all,:release-all
@@ -82,5 +82,5 @@ FAILED: java/foreign/TestUpcallAsync.java,, asserts due to the invalid structure
82FAILED: java/foreign/TestUpcallStack.java,, asserts due to the invalid structure size. Ignore as this is a preview API and the issue does not occur in openjdk-22. I will add it to the problemlist.,:openjdk-21,:armhf,:release-all82FAILED: java/foreign/TestUpcallStack.java,, asserts due to the invalid structure size. Ignore as this is a preview API and the issue does not occur in openjdk-22. I will add it to the problemlist.,:openjdk-21,:armhf,:release-all
83FAILED: java/foreign/TestVarArgs.java,, asserts due to the invalid structure size. Ignore as this is a preview API and the issue does not occur in openjdk-22. I will add it to the problemlist.,:openjdk-21,:armhf,:release-all83FAILED: java/foreign/TestVarArgs.java,, asserts due to the invalid structure size. Ignore as this is a preview API and the issue does not occur in openjdk-22. I will add it to the problemlist.,:openjdk-21,:armhf,:release-all
84FAILED: runtime/os/TestTrimNative.java#trimNative,, java.lang.RuntimeException: We found fewer (periodic) trim lines in UL log than expected (expected at least 13 found 11). This looks like a flaky test - it asserts number of lines from the periodic trimmer e.g. src/hotspot/share/runtime/trimNativeHeap.hpp:56 which causes the test to fail due to the slow VM. Test passes locally.,:openjdk-21,:armhf,:release-all84FAILED: runtime/os/TestTrimNative.java#trimNative,, java.lang.RuntimeException: We found fewer (periodic) trim lines in UL log than expected (expected at least 13 found 11). This looks like a flaky test - it asserts number of lines from the periodic trimmer e.g. src/hotspot/share/runtime/trimNativeHeap.hpp:56 which causes the test to fail due to the slow VM. Test passes locally.,:openjdk-21,:armhf,:release-all
85FAILED: jdk/sun/security/util/Debug/DebugOptions.java,JDK-8339713,Stack overflow error on 32-bit platforms,:openjdk-17:openjdk-21:openjdk-23,:armhf:i386:s390x,:release-all85FAILED: jdk/sun/security/util/Debug/DebugOptions.java,JDK-8339713,Stack overflow error on 32-bit platforms,:openjdk-17:openjdk-21:openjdk-23:openjdk-24:openjdk-25:,:armhf:i386:s390x,:release-all
86Error: jdk/jshell/TerminalNoExecTest.java,,BackingStoreException: Couldn't get file lock - possibly because the LP (non-root) container has no home directory,:openjdk-23,:arch-all,:release-all86Error: jdk/jshell/TerminalNoExecTest.java,,BackingStoreException: Couldn't get file lock - possibly because the LP (non-root) container has no home directory,:openjdk-23:openjdk-24:openjdk-25:,:arch-all,:release-all
diff --git a/debian/watch b/debian/watch
index e183636..8655a86 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,6 @@
1version=41version=4
2opts=\2opts=\
3repack,repacksuffix=ea,oversionmangle=s/\+(\d+)/\~$1/,dversionmangle=s/\~(\d*)ea$/\+$1/,\3repack,\
4compression=xz, \4compression=xz, \
5 https://github.com/openjdk/jdk11u/tags \5 https://github.com/openjdk/jdk11u/tags \
6 (?:.*?/)?jdk-(11[\+\.\d]*)\.tar\.gz6 (?:.*?/)?jdk-(11[\+\.\d]*)\.tar\.gz

Subscribers

People subscribed via source and target branches