mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
openjdk11{, -headless}: fix UB in markOop (#532394)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user