instanceKlass.hpp is a popular header, included by 647 of about 1000 HotSpot .o files. It unnecessarily includes klassVtable.hpp (only forward class declarations are needed).
After refactoring, the number of .o files that includes klassVtable.hpp reduces from 647 to 132.
After refactoring, the number of .o files that includes klassVtable.hpp reduces from 647 to 132.