Skip to content

Commit 853a309

Browse files
authored
[JAVA-41877] Move code of core-java-perf to core-java-perf-2 module (#18243)
1 parent 9fc0f18 commit 853a309

File tree

18 files changed

+4
-4
lines changed

18 files changed

+4
-4
lines changed

core-java-modules/core-java-perf-2/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ This module contains articles about performance of Java applications
99
- [Shutting Down on OutOfMemoryError in Java](https://www.baeldung.com/java-shutting-down-outofmemoryerror)
1010
- [Programmatic Usage of NetBeans Profiler](https://www.baeldung.com/java-netbeans-use-profiler-programmatically)
1111
- [Reduce Memory Footprint in Java](https://www.baeldung.com/java-reduce-memory-footprint)
12+
- [Verbose Garbage Collection in Java](https://www.baeldung.com/java-verbose-gc)
13+
- [Branch Prediction in Java](https://www.baeldung.com/java-branch-prediction)
14+
- [JMX Ports](https://www.baeldung.com/jmx-ports)
15+
- [Calling JMX MBean Method From a Shell Script](https://www.baeldung.com/jmx-mbean-shell-access)
1216

core-java-modules/core-java-perf/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
This module contains articles about performance of Java applications
44

55
### Relevant Articles:
6-
- [Verbose Garbage Collection in Java](https://www.baeldung.com/java-verbose-gc)
76
- [Different Ways to Capture Java Heap Dumps](https://www.baeldung.com/java-heap-dump-capture)
87
- [Understanding Memory Leaks in Java](https://www.baeldung.com/java-memory-leaks)
98
- [OutOfMemoryError: GC Overhead Limit Exceeded](http://www.baeldung.com/java-gc-overhead-limit-exceeded)
109
- [Basic Introduction to JMX](http://www.baeldung.com/java-management-extensions)
1110
- [Monitoring Java Applications with Flight Recorder](https://www.baeldung.com/java-flight-recorder-monitoring)
12-
- [Branch Prediction in Java](https://www.baeldung.com/java-branch-prediction)
1311
- [Capturing a Java Thread Dump](https://www.baeldung.com/java-thread-dump)
14-
- [JMX Ports](https://www.baeldung.com/jmx-ports)
15-
- [Calling JMX MBean Method From a Shell Script](https://www.baeldung.com/jmx-mbean-shell-access)

0 commit comments

Comments
 (0)