Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
system-pcsclite.diff | no | |||||
hotspot-mips-align.diff | no | |||||
icc_loading_with_symlink.diff | no | |||||
icedtea-override-redirect-compiz.diff | no | |||||
default-jvm-cfg.diff | no | |||||
multiple-pkcs11-library-init.diff | # HG changeset patch # User andrew # Date 1352129932 0 # Node ID e9c857dcb964dbfa5eef3a3590244cb4d999cf7a # Parent 1406789608b76d0906881979335d685855f44190 Allow multiple PKCS11 library initialisation to be a non-critical error. |
no | ||||
s390x-opt.diff | no | |||||
jdk-getAccessibleValue.diff | no | |||||
jdk-i18n-pt_BR.diff | no | |||||
zero-x32.diff | no | |||||
atk-wrapper-security.diff | no | |||||
dnd-files.diff | no | |||||
m68k-support.diff | Fix alignment issues on m68kLast Update: 2019-04-29 | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | no | |||
make-debug-print.diff | no | |||||
Don-t-optimize-fdlibm-fork-for-Zero-on-linux-sparc-Z.patch | [PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero) | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | no | 2018-12-21 | ||
reproducible-properties-timestamp.diff | Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified | Emmanuel Bourg <ebourg@apache.org> | no | |||
reproducible-character-data.diff | Makes the generated character data classes reproducible (removes a timestamp and trims a build path captured in the comments) | Emmanuel Bourg <ebourg@apache.org> | no | |||
reproducible-module-info.diff | Makes the generated module-info.java files reproducible (removes a captured build path) | Emmanuel Bourg <ebourg@apache.org> | no | |||
reproducible-build-jmod.diff | jlink: Hash of module differs to expected hash recorded in java.base The cause is the use of dh_strip_nondeterminism late in the build process. This reorganises the jmod files, which in turn changes their SHA256 checksums. This would not be a problem, except that the checksums are saved in java.base.jmod *before* the use of dh_strip_nondeterminism. Performing this stripping immediately after each jmod file is created results in the checksums being consistent throughout. |
Julian Gilbey <jdg@debian.org> | not-needed | debian | ||
mips.diff | # DP: Untested patch suggested to fix #983878 | no | ||||
misalign-pointer-for-armhf.patch | Misalign address in the test rather than structure mk68-support.diff aligned metaspace structures by 4 bytes breaking the test. Add 1 to address type rather than aligned structure to produce misaligned pointer. |
no | ||||
log-generated-classes-test.patch | Skip test when getFileStore() fails Due to https://bugs.openjdk.org/browse/JDK-8166162 getFileStore() fails with exception failing the test suite. Skip test when getFileStore() throws. |
Vladimir Petko <vladimir.petko@canonical.com> | not-needed | upstream | 2023-03-27 | |
update-permission-test.patch | Add missing permissions for TestNG 7.7 TestNG has added more configuration properties, allow them in the minimal policy | Vladimir Petko <vladimir.petko@canonical.com> | no | 2023-03-24 | ||
ldap-timeout-test-use-ip.patch | Replace hostname with a non-existant ip address In Ubuntu build environment we do not have DNS resolver, causing an unexpected test failure. Use a non-existant IP address instead of hostname. |
Vladimir Petko <vladimir.petko@canonical.com> | no | 2023-03-27 | ||
test-use-ip-address.patch | Use IP address in tests Ubuntu build machines are not set up for dns. Use IP addresses to get correct test outcomes. |
Vladimir Petko <vladimir.petko@canonical.com> | not-needed | 2023-03-27 | ||
arch-add-ports.diff | no | |||||
warn-fontmanager.patch | print warning to install openjdk-*-jre package fontmanager support was moved to recommends, warn user to either install -jre package or recommended packages. Forwarding is not needed as this is a Debian-only issue. |
Vladimir Petko <vladimir.petko@canonical.com> | not-needed | |||
hsdis-fpic.patch | Link with -fPIC version of binutils Link against -fPIC binutils library to avoid hard dependency on binutils. | Vladimir Petko <vladimir.petko@canonical.com> | not-needed | 2024-03-19 | ||
libfontmanager-build.diff | no | |||||
jdk-8334502.patch | use int instead of time_t to print timezone info printf() call uses %02d format specifier that requires an int parameter. diff --git a/src/hotspot/share/runtime/os.cpp b/src/hotspot/share/runtime/os.cpp index bdf93e1d3b4..d928dc55dce 100644 |
Vladimir Petko <vladimir.petko@canonical.com> | yes | upstream | 2024-06-19 | |
jdk-8334895-proposed.patch | set default compatible cds alignment to auto for arm64 ARM64 requires cds alignment option to be enabled if CDS is enabled. Setting it to true will enable the option even if CDS is disabled causing a configuration error. Setting option to auto allows one to enable it only when CDS is enabled. |
Vladimir Petko <vladimir.petko@canonical.com> | yes | upstream | 2024-06-25 | |
jdk-8335238-workaround.patch | disable UnsafeGuard in Unsafe_SetMemory0 for i386 x86 hotspot aseembler incorrectly returns next instruction's PC for rep stos %eax,%es:(%edi) causing an infinite loop. This patch removes UnsafeGuard for i386, so that VM crashes instead of hanging indefinitely. Patch should not be forwarded as it reverses JDK-8320886 for i386. |
Vladimir Petko <vladimir.petko@canonical.com> | not-needed | upstream | 2024-07-01 | |
jdk-8336529-proposed.patch | (fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble time_t transition in Debian/Ubuntu left 32 bit time_t symbols in glibc. Looking up 'futimens' via dlsym returns 32 bit version of the function. This is causing failure to set last modified time (e.g. instead of year 2017 we get 1976 in the test). Using the function directly correctly calls 64 bit versions. When we lookup functions with time_t arguments through dlsym() calls we should use 64 bit versions. |
Vladimir Petko <vladimir.petko@canonical.com> | yes | upstream | upstream, https://github.com/openjdk/jdk/pull/20208 | 2024-07-17 |