When code changes flags, it should use one of the FLAG_SET_xxx macros instead of setting them manually.
Setting them manually means their origin info will be unchanged (JVMFlag::is_default() will return true) and they will be omitted from the hs-err file printout.
Ideally, setting the compile flags manually should generate compile errors.
Setting them manually means their origin info will be unchanged (JVMFlag::is_default() will return true) and they will be omitted from the hs-err file printout.
Ideally, setting the compile flags manually should generate compile errors.