FULL PRODUCT VERSION :
java 9.0.1 & 1.8.152
ADDITIONAL OS VERSION INFORMATION :
macos 10.12.6
A DESCRIPTION OF THE PROBLEM :
JavaFX apps triggers discrete graphics usage on macos. Even a hello world app (https://docs.oracle.com/javafx/2/get_started/hello_world.htm) uses discrete graphics
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Create a app with source code from https://docs.oracle.com/javafx/2/get_started/hello_world.htm and run it
2. Or simply open netbeans 8.2 / sql developer 17.4
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
JavaFX apps should use integrated graphics by default
ACTUAL -
JavaFX apps uses discrete graphics every time
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
See hello world app at https://docs.oracle.com/javafx/2/get_started/hello_world.htm
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Didn't found one