What Happens to Finalization in JDK 18? - Inside Java Newscast #15

#Java #Java18 #OpenJDK #JDK Finalization was part of Java from day one to help developers manage resources but it turns out that it’s really not good at that. Here’s why and what’s gonna happen next. Also, reflection and method handles. ⎯⎯⎯⎯⎯⎯ Chapters ⎯⎯⎯⎯⎯⎯ 0:00 ➠ Prelude 0:34 ➠ Intro 0:54 ➠ Finalization 2:07 ➠ Finalization - the Flaws ZGC overhead: 4:46 ➠ Finalization - the Plan 5:42 ➠ Finalization - JEP 421 JEP 421: 6:34 ➠ Finalization - Replacements try with resources: #anchor_6 foreign memory JEP: Inside Java Podcast #9: cleaner API Javadoc: 8:07 ➠ Finalization - Long-Term last step of strong encapsulation: applet API deprecation: ht
Back to Top