From 23cf7f303a3b3132de4dcb2a4652b6953a9f425a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Fern=C3=A1ndez?= Date: Sun, 21 Oct 2018 13:51:51 +0200 Subject: [PATCH] Update java-and-java-performance-optimization.md --- docs/java-and-java-performance-optimization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/java-and-java-performance-optimization.md b/docs/java-and-java-performance-optimization.md index f67db835..9f51e8f5 100644 --- a/docs/java-and-java-performance-optimization.md +++ b/docs/java-and-java-performance-optimization.md @@ -1,4 +1,5 @@ # Java and java performance optimization +* [reddit.com/r/java](https://www.reddit.com/r/java) * [Dzone refcard: Java Peformance Optimization](https://dzone.com/refcardz/java-performance-optimization) * [jenkins.io - Tuning Jenkins GC For Responsiveness and Stability with Large Instances 🌟🌟🌟🌟](https://jenkins.io/blog/2016/11/21/gc-tuning/) * [blog.openshift.com: Scaling Java Containers 🌟🌟🌟🌟](https://blog.openshift.com/scaling-java-containers/) @@ -9,6 +10,7 @@ * [medium.com/@javachampions : Java is still free](https://itnext.io/java-is-still-free-c02aef8c9e04) * [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) ## 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/)