RFR: 8199275: Fix inclusions of allocation.inline.hpp (original) (raw)
Stefan Karlsson stefan.karlsson at oracle.com
Wed Mar 7 22:33:15 UTC 2018
- Previous message: RFR: 8199264: Remove universe.inline.hpp to simplify include dependencies
- Next message: RFR: 8199275: Fix inclusions of allocation.inline.hpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
Please review this small patch to fix some includes of allocation.inline.hpp.
http://cr.openjdk.java.net/~stefank/8199275/webrev.01/ https://bugs.openjdk.java.net/browse/JDK-8199275
The changes are quite simple:
SymbolHashMap::~SymbolHashMap and CDSOffsets::CDSOffsets were moved to .cpp files, since they used functions from allocation.inline.hpp.
includes of allocation.inline.hpp were added to .cpp and .inline.hpp files that used functions from allocation.inline.hpp
The patch contains a few number added includes need after this restructuring.
Thanks, StefanK
- Previous message: RFR: 8199264: Remove universe.inline.hpp to simplify include dependencies
- Next message: RFR: 8199275: Fix inclusions of allocation.inline.hpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]