1) Remove getStages() and make caller of this method to use public API Window.getWindows().
public static ObservableList<Stage> getStages()
2) Force Stage static initialization should be called in a static block of StageHelper rather in getStages().
public static ObservableList<Stage> getStages()
2) Force Stage static initialization should be called in a static block of StageHelper rather in getStages().
- blocks
- 
                    JDK-8155998 Encapsulate JavaFX impl_* implementation methods in stage package -           
- Resolved
 
-