File tree 3 files changed +0
-28
lines changed
src/jdk.jfr/share/classes/jdk/jfr/internal
3 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,4 @@ public void close() throws IOException {
110
110
}
111
111
}
112
112
}
113
-
114
- @ Override
115
- @ SuppressWarnings ("removal" )
116
- protected void finalize () throws Throwable {
117
- super .finalize ();
118
- close ();
119
- }
120
113
}
Original file line number Diff line number Diff line change @@ -135,11 +135,4 @@ public void close() throws IOException {
135
135
public boolean isOpen () {
136
136
return channel != null ;
137
137
}
138
-
139
- @ Override
140
- @ SuppressWarnings ("removal" )
141
- protected void finalize () throws Throwable {
142
- super .finalize ();
143
- close ();
144
- }
145
138
}
Original file line number Diff line number Diff line change @@ -133,20 +133,6 @@ public synchronized void release() {
133
133
}
134
134
}
135
135
136
- @ Override
137
- @ SuppressWarnings ("removal" )
138
- protected void finalize () {
139
- boolean destroy = false ;
140
- synchronized (this ) {
141
- if (refCount > 0 ) {
142
- destroy = true ;
143
- }
144
- }
145
- if (destroy ) {
146
- destroy ();
147
- }
148
- }
149
-
150
136
public long getSize () {
151
137
return size ;
152
138
}
You can’t perform that action at this time.
0 commit comments