openjdk11{, -headless}: fix UB in markOop (#532394)

This commit is contained in:
Arne Keller
2026-06-23 10:51:27 +00:00
committed by GitHub
2 changed files with 2625 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -234,6 +234,9 @@ stdenv.mkDerivation (finalAttrs: {
else
./8/patches/swing-use-gtk-jdk8.patch
)
]
++ lib.optionals (featureVersion == "11") [
./11/patches/fix-oopdesc-ptr-alignment-ub.patch
];
strictDeps = true;