--- old/src/java.desktop/share/classes/sun/awt/DebugSettings.java 2014-12-09 10:07:21.789096264 -0800 +++ new/src/java.desktop/share/classes/sun/awt/DebugSettings.java 2014-12-09 10:07:21.573096255 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2014, 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 @@ -146,6 +146,7 @@ /* * Sets up default property values */ + @SuppressWarnings("deprecation") private void loadDefaultProperties() { // is there a more inefficient way to setup default properties? // maybe, but this has got to be close to 100% non-optimal