Other |
---|
jfx23 b24Fixed |
Blocks :
|
|
Blocks :
|
|
Relates :
|
After we have enabled a default set of lint options, and have no other javac warnings, we should enable -Werror when running javac. Currently we can't do that for all modules, because of the use of sun.misc.Unsafe by Marlin, so enabling this globally is blocked by JDK-8334137. We can probably enable it for all other modules, and disable it just for graphics, and then enable it for graphics as part of JDK-8334137.
|