--- old/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/AnimationController.java 2015-09-18 13:05:08.077450251 -0700 +++ new/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/AnimationController.java 2015-09-18 13:05:07.973450255 -0700 @@ -69,11 +69,11 @@ */ class AnimationController implements ActionListener, PropertyChangeListener { - private final static boolean VISTA_ANIMATION_DISABLED = + private static final boolean VISTA_ANIMATION_DISABLED = AccessController.doPrivileged(new GetBooleanAction("swing.disablevistaanimation")); - private final static Object ANIMATION_CONTROLLER_KEY = + private static final Object ANIMATION_CONTROLLER_KEY = new StringBuilder("ANIMATION_CONTROLLER_KEY"); private final Map> animationStateMap =