8355524: Only every second line in upgradeable files is being used

Reviewed-by: shade, alanb
This commit is contained in:
Severin Gehwolf 2025-04-25 08:20:51 +00:00
parent b41e0b1749
commit 89f9268ed7
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ public class LinkableRuntimeImage {
// Skip comments
continue;
}
upgradeableFiles.add(scanner.nextLine());
upgradeableFiles.add(line);
}
} catch (IOException e) {
throw new AssertionError("Failure to retrieve upgradeable files for " +

View File

@ -1,4 +1,4 @@
# Configuration for resource paths of files allowed to be
# upgraded (in java.base)
lib/tzdb.dat
lib/security/cacerts
lib/tzdb.dat