8177682: Suppress removal warning for System.runFinalizersOnExit
Reviewed-by: mchung, smarks
This commit is contained in:
parent
c2b4ed0390
commit
d4bc626eb3
@ -1764,6 +1764,7 @@ public final class System {
|
|||||||
* @since 1.1
|
* @since 1.1
|
||||||
*/
|
*/
|
||||||
@Deprecated(since="1.2", forRemoval=true)
|
@Deprecated(since="1.2", forRemoval=true)
|
||||||
|
@SuppressWarnings("removal")
|
||||||
public static void runFinalizersOnExit(boolean value) {
|
public static void runFinalizersOnExit(boolean value) {
|
||||||
Runtime.runFinalizersOnExit(value);
|
Runtime.runFinalizersOnExit(value);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user