-
Bug
-
Resolution: Fixed
-
P4
-
24, 25
-
b11
javax/swing/text/StringContent internally uses finalize().
Per the comments this is because it was written before WeakReferences were available.
So now we can change it to use that and eliminate finalize()
Per the comments this is because it was written before WeakReferences were available.
So now we can change it to use that and eliminate finalize()
- links to
-
Commit(master) openjdk/jdk/78117eff
-
Review(master) openjdk/jdk/26519