Introducing a new distribution — Oracle @graalvm!
Use all the greatest GraalVM features, both for development and in production, for free!🚀

Learn more: https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5

@graalvm says at https://www.graalvm.org/latest/reference-manual/native-image/optimizations-and-performance/MemoryManagement/#g1-garbage-collector  "The G1 GC (not available in GraalVM Community Edition) "  also are you planning to make G1 as default GC in future ?
Memory Management

GraalVM compiles your Java applications ahead of time into standalone binaries that start instantly, provide peak performance with no warmup, and use fewer r...

@Ozzy @graalvm Yes, most likely with the next release. There are scenarios where the simple Serial GC performs better, but only with very small heap sizes and when tail latency is not so important.
@graalvm the _script friendly URLs_ are not super friendly to package managers on one point : listing the available releases. This doesn't seem to be documented or is it missing?