mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 06:00:26 +00:00
8355524: Only every second line in upgradeable files is being used
Reviewed-by: shade, alanb
This commit is contained in:
parent
b41e0b1749
commit
89f9268ed7
@ -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 " +
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user