Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Java Memory Management, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:47
    Introduction
  • Урок 2. 00:01:04
    Section introduction
  • Урок 3. 00:05:14
    The role of the stack
  • Урок 4. 00:09:36
    Introducing the Heap
  • Урок 5. 00:05:29
    Passing variables by value
  • Урок 6. 00:03:31
    How objects are passed
  • Урок 7. 00:06:13
    The "final" keyword
  • Урок 8. 00:08:35
    Memory exercise
  • Урок 9. 00:12:42
    What are excaping references?
  • Урок 10. 00:09:20
    Avoiding Escaping References
  • Урок 11. 00:12:54
    Escaping References Exercise
  • Урок 12. 00:08:40
    String Pools
  • Урок 13. 00:05:48
    Garbage Eligibility
  • Урок 14. 00:09:10
    The gc() and finalise() methods
  • Урок 15. 00:15:47
    Detecting soft leaks
  • Урок 16. 00:02:12
    Mark and Sweep
  • Урок 17. 00:09:59
    Generational Garbage Collection
  • Урок 18. 00:02:45
    Using Visual GC to view a soft leak
  • Урок 19. 00:03:55
    Using the Memory Analyzer tool
  • Урок 20. 00:05:00
    Permgen and Metaspace
  • Урок 21. 00:15:25
    Heap Size
  • Урок 22. 00:01:14
    Permgen Size
  • Урок 23. 00:03:27
    Garbage Collection and Generation sizes
  • Урок 24. 00:00:42
    Generating Heap Dumps
  • Урок 25. 00:04:52
    Choosing a garbage collector
  • Урок 26. 00:05:29
    Introducing the application
  • Урок 27. 00:08:48
    Monitoring the application
  • Урок 28. 00:09:55
    Fixing a memory leak
  • Урок 29. 00:04:10
    Weak and soft references