--- old/src/java.desktop/share/classes/javax/swing/JComboBox.java 2016-12-19 22:11:16.000000000 +0300 +++ new/src/java.desktop/share/classes/javax/swing/JComboBox.java 2016-12-19 22:11:16.000000000 +0300 @@ -1235,6 +1235,7 @@ * * @see EventListenerList */ + @SuppressWarnings("deprecation") protected void fireActionEvent() { if (!firingActionEvent) { // Set flag to ensure that an infinite loop is not created