- Loading...
...
Improve the implementation of JVM command-line flags (such as -XX:+UseCompressedOops)
Break up monolithic globals.hpp
#include "gc/z/z_globals.hpp" (see also gc/z/z_globals.flags.hpp)#include "memory/metaspaceShared_globals.hpp" ( // just flags related to CDS).E.g., one can have a "manageable" switch and an "experimental" switch, but not a "manageable_experimental" switch.
...