Exploring Java Heap Dumps - Java Language

Exploring Java Heap Dumps - Java Language

Devoxx via YouTube Direct link

Intro

1 of 42

1 of 42

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Exploring Java Heap Dumps - Java Language

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Java Heap Review
  3. 3 Why Analyze Heaps?
  4. 4 Production Heap Dumps
  5. 5 Heap Dump Panic
  6. 6 Real Memory Leaks
  7. 7 What about OQL?
  8. 8 Heap Analysis Solution
  9. 9 NetBeans Profiler API
  10. 10 Generating Heap Dumps
  11. 11 Heap Dump Warning Dumping the leap
  12. 12 Targeted Heap Dumps
  13. 13 Building Custom Profiler
  14. 14 NetBeans Platform App
  15. 15 Profiler Sources
  16. 16 Which Approach?
  17. 17 Opening a Heap
  18. 18 Heap Object Methods
  19. 19 System Properties
  20. 20 Heap Summary
  21. 21 Exploration Starting points
  22. 22 GC Roots
  23. 23 Garbage Collection Roots
  24. 24 GCRoot Objects
  25. 25 Finding Classes Can perform lookup using
  26. 26 Profiler Data Model
  27. 27 Instances
  28. 28 Example: Member Variables
  29. 29 Example: Static Variables
  30. 30 Example: References
  31. 31 String Implementation
  32. 32 String Extraction
  33. 33 LinkedList Implementation
  34. 34 LinkedList Extract
  35. 35 ArrayList
  36. 36 Thread Extraction
  37. 37 Noise: Ignore Internal Classes
  38. 38 Puzzler
  39. 39 Demo App
  40. 40 String Utilization
  41. 41 Data Model Leak
  42. 42 Best Practices - Be mindful of your heap

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.