compilerDefinitions.hpp is a popular header, included by 588 of about 1000 HotSpot .o files. It includes arguments.hpp only for a single function that's not used in critical paths.
After refactoring, the number of .o files that includes arguments.hpp reduces from 623 to 68.
After refactoring, the number of .o files that includes arguments.hpp reduces from 623 to 68.
- relates to
-
JDK-8252151 Remove excessive inclusion of arguments.hpp
-
- Resolved
-