RFR: 8260467: Move well-known classes from systemDictionary.hpp to vmClasses.hpp
Ioi Lam
iklam at openjdk.java.net
Wed Jan 27 18:08:40 UTC 2021
On Wed, 27 Jan 2021 14:08:22 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Why not consolidate vmClassMacros.hpp into vmClassID.hpp ?
ciEnv.hpp uses the VM_CLASSES_DO macro, but does not use anything inside vmClassID.hpp. As a result, vmClassMacros.hpp is included by 468 .o files, but vmClassID.hpp is included only by 318 files.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2246
More information about the hotspot-dev
mailing list