Completed
Under the hood
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Safety First: Enhancing JVM Performance and Security
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 An "internal detail"
- 3 Use cases to features
- 4 Near term focus
- 5 Replacement strategy
- 6 Array bounds checks
- 7 Array Mismatch
- 8 Equals with long[]
- 9 Performance results
- 10 Vectorization future?
- 11 Current situation
- 12 Variable handles goals
- 13 Variable kinds
- 14 Variable types
- 15 Access modes
- 16 Unsafe ++
- 17 Signature polymorphic methods
- 18 Lookup
- 19 Invocation
- 20 invokeExact
- 21 With target typing?
- 22 Performance: macro
- 23 Under the hood
- 24 Unsafe with
- 25 VarHandle with bounds checks
- 26 Exotic VarHandles
- 27 VarHandle with FJP.Work Queue