The popular header file generateOopMap.hpp includes bytecodeStream.hpp, but it doesn't actually needs the full declaration of the BytecodeStream class.
This inclusion can be replaced with a simple forward declaration of the BytecodeStream class.
This inclusion can be replaced with a simple forward declaration of the BytecodeStream class.
- relates to
-
JDK-8310225 Reduce inclusion of oopMapCache.hpp and generateOopMap.hpp
- Resolved