Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JDK 9 Hidden Gems - Performance Optimizations and New Features
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 JShell
- 3 Garbage Collector
- 4 Deprecation
- 5 Class Data Sharing
- 6 Improvements
- 7 OT
- 8 Java Flight Recorder
- 9 Mission Control
- 10 Unified Logging
- 11 Performance
- 12 Key Optimizations
- 13 Vectorization
- 14 AVX512
- 15 Example
- 16 Reduction
- 17 Vectorize
- 18 Compact Strings
- 19 Heap Dump
- 20 Math Optimization
- 21 Crypto Optimization
- 22 Compression Acceleration
- 23 Software Acceleration
- 24 CRC32 C
- 25 Array Compare
- 26 MMA
- 27 Conclusion