all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 051c9344eb667bbf62928b4afdda3ad2ca00520f 842 bytes (raw)
name: gnu/packages/patches/openjdk-10-module4-reproducibility.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
Danny wrote it

--- orig/jdk-6fa770f9f8ab/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/SystemModulesPlugin.java	2022-04-13 19:24:12.655749459 +0200
+++ jdk-6fa770f9f8ab/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/SystemModulesPlugin.java	2022-04-14 01:53:23.555465018 +0200
@@ -861,7 +861,8 @@
          */
         private void genModuleReads(ClassWriter cw, Configuration cf) {
             // module name -> names of modules that it reads
-            Map<String, Set<String>> map = cf.modules().stream()
+            Map<String, Set<String>> map = cf.modules().stream()
+                    .sorted(java.util.Comparator.comparing(ResolvedModule::name))
                     .collect(Collectors.toMap(
                             ResolvedModule::name,
                             m -> m.reads().stream()

debug log:

solving 051c9344eb ...
found 051c9344eb in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.