File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
jcl/src/java.base/share/classes/java/lang/ref Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -239,31 +239,6 @@ void forEach(java.util.function.Consumer<? super Reference<? extends T>> consume
239
239
}
240
240
241
241
/*[IF JAVA_SPEC_VERSION >= 19]*/
242
- final boolean headIsNull () {
243
- return empty ;
244
- }
245
-
246
- final Reference <? extends T > poll0 () {
247
- return poll ();
248
- }
249
-
250
- final Reference <? extends T > remove0 (long timeout ) throws IllegalArgumentException , InterruptedException {
251
- return remove (timeout );
252
- }
253
-
254
- final Reference <? extends T > remove0 () throws IllegalArgumentException , InterruptedException {
255
- return remove (0L );
256
- }
257
-
258
- final boolean enqueue0 (Reference reference ) {
259
- enqueue (reference );
260
- return true ;
261
- }
262
-
263
- void signal () {}
264
- void await () throws InterruptedException {}
265
- void await (long timeout ) throws InterruptedException {}
266
-
267
242
ReferenceQueue (int value ) {
268
243
this ();
269
244
}
You can’t perform that action at this time.
0 commit comments