Liberica JDK
Release Information

Liberica JDK 8u192 Release Notes


The full version string for this release binary of OpenJDK is 8u192, and the version number is 8.

Liberica JDK 8u192

Please refer to the Oracle JDK 8 release notes for further information on JDK 8 features. This document further outlines the peculiarities of Liberica distribution as compared to Oracle JDK 8 distribution.

Supported configurations

Supported Server and Desktop configurations Liberica is tested and certified on x86_64 and ARM64* running the following OSes:

  • Ubuntu Linux 14.04, 16.04, 18.04
  • Red Hat, Oracle Linux and CentOS 5.5+, 6.x, 7.x
  • SUSE Linux 15+ and tumbleweed
  • Apple macOS 10.11+
  • Microsoft Windows 2016, Microsoft Windows 2012 R2, Windows 10, Windows 8, Windows 7 (64 bit only)

* - ARM64 version doesn't have Client VM

Note: The minimum supported Linux kernel version is 2.6.18 and GLIBC version 2.5. LibericaFX works on all supported Ubuntu and SUSE Linux versions and Red Hat Linux family starting from 6.x.

Liberica JDK and JRE distribution

Liberica JDK and JRE are distributed as .zip, .deb and .tar.gz packages. Please select the one which is most appropriate for your purposes.

  • Use Liberica JDK if your application requires javac or other tools and services not present in a JRE, or you would like to use jlink to create a trimmed-down version of the Java Runtime for your particular needs.
  • Use Liberica JRE for all other purposes.

Liberica 8 introduces all new features supported by OpenJDK 8 on Linux x64

By default, the Liberica uses Server VM. Server VM and Client VM can be enabled with -server and -client command line options, respectively. In case the deployment requires to minimize the footprint, it may be beneficial to use Minimal VM, which emphasises on a minimal footprint. It has C1 JIT compiler only, Serial GC and no serviceability features. In a JRE it can be enabled in runtime with -minimal command line option.

Linux x86_64, Apple macOS x86_64 and Microsoft Windows x86_64 versions of Liberica 8 also contains LibericaFX. On macOS, LibericaFX works starting with 10.10+.

Security Baselines

BellSoft Liberica follows the security baselines for Oracle Java SE. Please refer to the Oracle documentation for a list of issues fixed in a given release.

ON THIS PAGE