mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8304443: bootcycle builds fail after JDK-8015831
Reviewed-by: vromero
This commit is contained in:
parent
ded6a81319
commit
c396f1ed8b
63 changed files with 74 additions and 3 deletions
|
@ -82,7 +82,7 @@ public class BasicImageReader implements AutoCloseable {
|
|||
private final ImageStringsReader stringsReader;
|
||||
private final Decompressor decompressor;
|
||||
|
||||
@SuppressWarnings("removal")
|
||||
@SuppressWarnings({ "removal", "this-escape" })
|
||||
protected BasicImageReader(Path path, ByteOrder byteOrder)
|
||||
throws IOException {
|
||||
this.imagePath = Objects.requireNonNull(path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue