--- a/jdk/src/java.base/share/classes/sun/security/ssl/SunJSSE.java Tue Apr 04 19:58:24 2017 -0700
+++ b/jdk/src/java.base/share/classes/sun/security/ssl/SunJSSE.java Wed Apr 05 09:57:32 2017 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -247,6 +247,7 @@
}
@Override
+ @SuppressWarnings("deprecation")
protected final void finalize() throws Throwable {
// empty
super.finalize();