Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noelwelsh/5d32f25f3b657c3ce26574b80872bacf to your computer and use it in GitHub Desktop.
Save noelwelsh/5d32f25f3b657c3ce26574b80872bacf to your computer and use it in GitHub Desktop.
JDK14 ZGC + Graal
> java -version 1397ms  Thu 7 May 10:38:16 2020
openjdk version "14.0.1" 2020-04-14
OpenJDK Runtime Environment AdoptOpenJDK (build 14.0.1+7)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14.0.1+7, mixed mode, sharing)
> java -jar ping-server.jar -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:+UseJVMCICompiler
[ioapp-compute-0] INFO o.h.b.c.n.NIO1SocketServerGroup - Service bound to address /[0:0:0:0:0:0:0:0]:8080
[ioapp-compute-0] INFO o.h.s.b.BlazeServerBuilder -
_ _ _ _ _
| |_| |_| |_ _ __| | | ___
| ' \ _| _| '_ \_ _(_-<
|_||_\__|\__| .__/ |_|/__/
|_|
[ioapp-compute-0] INFO o.h.s.b.BlazeServerBuilder - http4s v0.21.3 on blaze v0.14.11 started at http://[::]:8080/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment