Oracle Offers Free Use and Redistribution of High-Performance GraalVM
Oracle is making significant strides in the developer community by offering its GraalVM Java virtual machine and Java Development Kit (JDK) with advanced compiler technology for free. This move aims to enhance accessibility and promote widespread adoption of GraalVM, known for its high performance and versatile capabilities.
As of June 13, developers and organizations can use and redistribute Oracle GraalVM without the need for a click-through license agreement. This free offering includes Oracle GraalVM for JDK 17 and JDK 20, as well as future releases. Importantly, Oracle will provide all quarterly security updates at no cost, ensuring that users can maintain secure and up-to-date environments. These versions will be available under the GraalVM Free Terms and Conditions (GFTC) license, which permits free use even in production deployments, provided the redistribution is not done for a fee. For long-term support (LTS) releases like GraalVM for JDK 17, Oracle will offer free GFTC releases until one year after the subsequent LTS release.
GraalVM stands out for its ability to compile Java applications ahead of time into standalone binaries. These binaries have the advantage of faster startup times, reduced memory usage, and lower CPU consumption compared to applications running on the standard OpenJDK JVM. Additionally, GraalVM’s runtime supports multiple programming languages, including Python, JavaScript, R, and Ruby, making it a versatile tool for developers working across various platforms. Programs compiled to the WebAssembly binary instruction format can also run on GraalVM, further expanding its utility in modern development environments.
Oracle’s decision to offer GraalVM for free is not only a generous gesture but also a strategic move to solidify its presence in the developer ecosystem. By removing financial and licensing barriers, Oracle aims to encourage more developers to leverage GraalVM’s advanced features, thus fostering innovation and efficiency in software development.
Moreover, Oracle has confirmed its commitment to continuing the provision of GPL-licensed GraalVM Community Edition releases under the same terms as Oracle builds of OpenJDK. This ensures that the broader open-source community can benefit from GraalVM’s capabilities while adhering to the established principles of open-source software.
In summary, Oracle’s introduction of a free license for GraalVM marks a significant development in the realm of Java virtual machines and JDKs. By offering advanced compiler technology and multi-language support at no cost, Oracle is poised to attract a wider audience of developers and organizations. This initiative not only democratizes access to high-performance development tools but also reinforces Oracle’s role as a key player in the evolving landscape of software development.