8304443: bootcycle builds fail after JDK-8015831

Reviewed-by: vromero
This commit is contained in:
Archie L. Cobbs 2023-03-20 14:33:16 +00:00 committed by Vicente Romero
parent ded6a81319
commit c396f1ed8b
63 changed files with 74 additions and 3 deletions

View file

@ -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);