-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: client-libs
-
None
-
b130
We see a lot of deoptimizations due to class casts in Font.equals.
Use instanceof check instead of catching the exception.
Use instanceof check instead of catching the exception.