Mala Gupta
Mala Gupta @eMalaGupta ·
Learn from @mon_beck and @pbakker about Garbage collectors in general and the default mode of the ZGC in particular :) It was a pleasure to interview them for the #JEPExplained series! #Java23
IntelliJ IDEA, a JetBrains IDE IntelliJ IDEA, a JetBrains IDE @intellijidea ·
What’s new in #Java23? The default mode of the ZGC, the Z Garbage Collector, is now set to generational mode. youtu.be/nTRHBfHPBa8 Do you know what ZGC’s generational mode is and the benefits it offers? Learn more about garbage collectors in general and ZGC in particular in the latest episode of JEP Explained, where @eMalaGupta discussed JEP 474 with @mon_beck, IC Leader of the JVM Group at Microsoft, and @pbakker, Software Engineer at Netflix.
2
1.4K
Mala Gupta
Mala Gupta @eMalaGupta ·
It was a privilege, and a pleasure to interview @pressron about marking methods for deprecation in the class Unsafe. Ron also talked about 'Integrity by Default'. Check out the recording for details. #JEPExplained
IntelliJ IDEA, a JetBrains IDE IntelliJ IDEA, a JetBrains IDE @intellijidea ·
What’s new in #Java23? youtu.be/jCbqkMKegmY Do you know that 79 of 87 methods in the sun.misc.Unsafe class are being marked as deprecated. How would this affect you as an application/ library or framework developer? What alternatives are available? Why were these methods even deprecated in the first place? Find out more about this in the next episode of JEP Explained, where @eMalaGupta interviewed @pressron, Technical Lead, OpenJDK, about JEP 471.
641
Mala Gupta
Mala Gupta @eMalaGupta ·
Learn about this new feature from @GavinBierman, owner of JEP 476! #Java23 #JEPExplained
IntelliJ IDEA, a JetBrains IDE IntelliJ IDEA, a JetBrains IDE @intellijidea ·
What’s new in #Java23? youtu.be/mSYA3cZ5o6c Did you know that with “Module Import Declarations”, you can use a single statement, `import module java.base`, to import all of the packages that are exported by `java.base`, such as `java.util`, `java.io`, and many more? Isn’t that short and sweet? Learn more about this feature and how it helps you reuse modular libraries in the latest episode of JEP Explained, where @eMalaGupta discussed JEP 476 with @GavinBierman, Programming Language Designer at Oracle.
645
Mala Gupta
Mala Gupta @eMalaGupta ·
Always a pleasure to learn from @JosePaumard! #JEPExplained
IntelliJ IDEA, a JetBrains IDE IntelliJ IDEA, a JetBrains IDE @intellijidea ·
What’s new in #Java23? Find out more about this in the next episode of JEP Explained, where @eMalaGupta interviews @JosePaumard about JEP 480. youtu.be/K-LyK5LU3mM What if you could manage multiple threads as smaller parts of a main task, making them easier to debug and cancel in one go, without worrying about leaks or delays? With structured concurrency, you can. It introduces a new API to simplify concurrent programming, making it more reliable.
1
1.8K