-
Bug
-
Resolution: Fixed
-
P4
-
jfx23
-
b24
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.
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.
- blocks
-
JDK-8327170 ☂ Enable and fix javac lint warnings
- Open
- is blocked by
-
JDK-8327255 javac lint warnings: removal, missing-explicit-ctor
- Resolved
- relates to
-
JDK-8334137 Marlin: replace terminally deprecated sun.misc.Unsafe memory access methods
- Open