2019-10-31 21:43:47 -04:00
|
|
|
## Core Java Performance
|
|
|
|
|
|
|
|
This module contains articles about performance of Java applications
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Verbose Garbage Collection in Java](https://www.baeldung.com/java-verbose-gc)
|
|
|
|
- [Different Ways to Capture Java Heap Dumps](https://www.baeldung.com/java-heap-dump-capture)
|
|
|
|
- [Understanding Memory Leaks in Java](https://www.baeldung.com/java-memory-leaks)
|
|
|
|
- [OutOfMemoryError: GC Overhead Limit Exceeded](http://www.baeldung.com/java-gc-overhead-limit-exceeded)
|
|
|
|
- [Basic Introduction to JMX](http://www.baeldung.com/java-management-extensions)
|
|
|
|
- [Monitoring Java Applications with Flight Recorder](https://www.baeldung.com/java-flight-recorder-monitoring)
|
2020-01-23 02:42:45 -05:00
|
|
|
- [Branch Prediction in Java](https://www.baeldung.com/java-branch-prediction)
|
2020-03-18 02:21:53 -04:00
|
|
|
- [Capturing a Java Thread Dump](https://www.baeldung.com/java-thread-dump)
|