Completed
Ongoing and Future Work
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ThreadSanitizer and Heap Sampling for Java - Improving Code Health and Performance
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 Happens Before: No False Positives
- 4 Vector Clocks by Thread Sanitizer
- 5 Thread Sanitizer and JDK Together
- 6 Tell TSan everything
- 7 Tell TSan almost everything
- 8 Nice Stack Reports - How?
- 9 Reporting a Data Race
- 10 Impact of Java Tsan
- 11 Ongoing and Future Work
- 12 Heap Sampling Introduction
- 13 Preamble 2 What about as a JFR event?
- 14 Preamble 3 Heap Sampling
- 15 Tentative JVMTI API
- 16 Heap Sampling Overview
- 17 Tools on Top
- 18 Compiler Implementation
- 19 Internal Implementation Details
- 20 Where is the webrev up to?
- 21 Future Potential Items
- 22 Heap Sampling Conclusion