-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b06
java.awt.Font.createFont() tracks whether the calling code has permission
to create temporary files on its own.
If it does not, then the API limits how much file space can be used.
Since JEP 486 is integrated, application code will always have this permission, so the code is obsolete and can be removed.
to create temporary files on its own.
If it does not, then the API limits how much file space can be used.
Since JEP 486 is integrated, application code will always have this permission, so the code is obsolete and can be removed.
- links to
-
Commit(master) openjdk/jdk/13a17757
-
Review(master) openjdk/jdk/22876