mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8212137: Remove JrtFileSystem finalize method
Reviewed-by: alanb
This commit is contained in:
parent
f8ccc8393b
commit
a1c8528d3f
1 changed files with 0 additions and 8 deletions
|
@ -105,14 +105,6 @@ class JrtFileSystem extends FileSystem {
|
|||
cleanup();
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("deprecation")
|
||||
protected void finalize() throws Throwable {
|
||||
try {
|
||||
cleanup();
|
||||
} catch (IOException ignored) {}
|
||||
}
|
||||
|
||||
@Override
|
||||
public FileSystemProvider provider() {
|
||||
return provider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue