From 677ab4d6450d70b007dfb57468272a0b943547b3 Mon Sep 17 00:00:00 2001 From: akullpp Date: Thu, 10 Jul 2014 22:42:49 +0200 Subject: [PATCH] Update README.md Added "JVM and JDK" --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c9f0124..ee35f76 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ - [Game Development](#game-development) - [High Performance](#high-performance) - [IDE](#ide) + - [JVM And JDK](#jvm-and-jdk) - [JSON](#json) - [Logging](#logging) - [Machine Learning](#machine-learning) @@ -137,6 +138,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Eclipse](http://www.eclipse.org/) * [IntelliJ](http://www.jetbrains.com/idea/) +## JVM And JDK + +*Various implementations of the JVM/JDK* + +* [OpenJDK](http://openjdk.java.net/) - Open source implementation +* [HotSpot](http://openjdk.java.net/groups/hotspot/) - Official JVM +* [IBM J9](http://www-01.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/welcome/welcome_javasdk_version.html?lang=en) + ## JSON *Libraries that simplify JSON processing*