u/ABaradwaj

Is there a way to mimic the behaviour of -client to spawn a lightweight process in JDK 11 and higher versions?

In JDK 8, we had the -client flag that would spawn a lightweight process with less memory footprint and a faster startup. I understand that the Client Hotspot VM is no longer available JDK 9 onwards, and I was looking for a way to reduce the startup time while launching a new java process. Any inputs?

reddit.com
u/ABaradwaj — 6 days ago