-
Bug
-
Resolution: Fixed
-
P4
-
jfx24
-
master
The JavaFX FontFileWriter.FontTracker class is used by FontFileWriter and PrismFontFile to optionally track and limit the amount of temporary font storage allowed when a security manager is present.
After the removal of the security manager code and the fix forJDK-8344114 (to remove the FontFactory::hasPermission and FontFileWriter::hasTempPermission methods), this is dead code that cannot possibly be reached. All font methods are now called with "tracked" set to "false" meaning that we will never create an instance of a FontTracker.
We should remove the FontTracker class and the "tracked" field and method arguments.
See alsoJDK-8344146 for a similar bug in client-libs that was recently fixed.
After the removal of the security manager code and the fix for
We should remove the FontTracker class and the "tracked" field and method arguments.
See also
- is blocked by
-
JDK-8344114 Remove obsolete permission check methods from Font classes
- Resolved
-
JDK-8341090 Remove support for security manager from JavaFX
- Resolved
- relates to
-
JDK-8344146 Remove temporary font file tracking code.
- Resolved
- links to
-
Commit(master) openjdk/jfx/8a5e488a
-
Review(master) openjdk/jfx/1693