java-12share & followShare this post with your community:I'm active on various platforms. Watch this space or follow me there to get notified when I publish new content:▼s+fShare this post with your community:I'm active on various platforms. Watch this space or follow me there to get notified when I publish new content:Improve Launch Times On Java 13 With Application Class-Data Sharing#post#java‑10 #java‑12 #java‑13 #performanceOn Java 10+, you can use application class-data sharing to reduce launch times, response time outliers, and memory footprint. By archiving class data with -Xshare:dump and loading it with -Xshare:on, the JVM's class loading workload can be reduced considerably.2019-09-15Definitive Guide To Java 12#post#java‑12 #migrationDetailed Java 12 guide: migration, versions; switch expressions, teeing collectors, indenting/transforming strings (and more); default CDS, Shenandoah, G1.2019-03-18Teeing Collector in Java 12#post#java‑12 #streamsThe teeing collector, available since Java 12 as Collectors::teeing, forwards its input to two other collectors before merging their results with a function.2019-03-04Java 12 Experiments (Live Stream)#video#java‑12In my first live stream ever (yay!), we explored Java 12's API improvements2019-02-24First Contact with Switch Expressions in Java 12#video#java‑12 #switchWith Java 12, switch is no longer just a statement, but becomes an expression. Let's take a look!2018-10-18