Client Applications Configuration with Oracle JDK 11+
Posted on December 15, 2021
The last JDK that shipped 32-bit binaries and supported the Client VM was JDK 8, so we are often asked: If I have a client-side application and want to have fast startup and low memory footprint, as was possible with a 32-bit JDK running in Client VM mode, can I achieve it with JDK 11 or 17?…
More at https://poonamparhar.github.io/configuring_client_jvm_with_java_11/