Simple benchmarking of java9 jlink, aot, and CDS features
399
This project showcases what is in my opinion the coolest features in JDK 9:
This translates to less disk space and faster startup times than the full JVM. Whether or not it improves memory usage or speed after initial startup is an open question in my mind.
REPOSITORY=stevenacoffman/java9-bench
docker build -t "${REPOSITORY}:latest" .
docker run -it stevenacoffman/java9-bench
Running the container is old news:
docker run stevenacoffman/java9-bench
Content type
Image
Digest
Size
21.5 MB
Last updated
almost 9 years ago
docker pull stevenacoffman/java9-bench