Update java-and-java-performance-optimization.md

This commit is contained in:
Inaki
2020-01-20 20:15:22 +01:00
committed by GitHub
parent fa62451f3f
commit 8712048de2

View File

@@ -11,6 +11,18 @@
* [Oracle Java 11 and OpenJDK](https://blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html)
* [developers.redhat.com: The future of Java and OpenJDK updates without Oracle support](https://developers.redhat.com/blog/2018/09/24/the-future-of-java-and-openjdk-updates-without-oracle-support/)
* [redhat.com: The history and future of OpenJDK](https://www.redhat.com/en/blog/history-and-future-openjdk)
* List of Performance Analysis Tools:
* [en.wikipedia.org/wiki/List_of_performance_analysis_tools](https://en.wikipedia.org/wiki/List_of_performance_analysis_tools)
* [InspectIT](https://en.wikipedia.org/wiki/InspectIT)
* [VisualVM](https://en.wikipedia.org/wiki/VisualVM)
* [OverOps](https://en.wikipedia.org/wiki/OverOps)
* [FusionReactor](https://en.wikipedia.org/wiki/FusionReactor)
* etc
* Threadumps + heapdumps + GC analysis tools:
* [tier1app.com](https://tier1app.com/)
* [fastthread.io](https://fastthread.io/)
* [gceasy.io](https://gceasy.io/)
* [heaphero.io](https://heaphero.io/)
## Debugging java applications on openshift and kubernetes
* [blog.openshift.com: Debugging Java Applications On OpenShift and Kubernetes](https://blog.openshift.com/debugging-java-applications-on-openshift-kubernetes/)