-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 16
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8259767 | 11.0.11 | Ioi Lam | P4 | Resolved | Fixed | b01 |
epsilonBarrierSet.hpp is included (recursively via access.hpp) by many CPP files. It unncessarily includes of barrierSetAssembler.hpp, which causes many of the native code assembler header files to be unnecessarily included by many HotSpot source files that do not deal with native code assembly.
Removing this one line reduced the total number of header inclusion for building HotSpot from 260096 to 258193, or about 0.8%.
Removing this one line reduced the total number of header inclusion for building HotSpot from 260096 to 258193, or about 0.8%.
- backported by
-
JDK-8259767 epsilonBarrierSet.hpp should not include barrierSetAssembler
- Resolved