8265103: Remove unnecessary inclusion of oopMap.hpp

Reviewed-by: dholmes, stefank
This commit is contained in:
Ioi Lam 2021-04-14 05:11:49 +00:00
parent 26186ec3f6
commit ea5c55a4ae
53 changed files with 71 additions and 17 deletions

View file

@ -30,6 +30,7 @@
#include "classfile/symbolTable.hpp"
#include "classfile/systemDictionary.hpp"
#include "code/codeCache.hpp"
#include "compiler/oopMap.hpp"
#include "gc/parallel/parallelArguments.hpp"
#include "gc/parallel/parallelScavengeHeap.inline.hpp"
#include "gc/parallel/parMarkBitMap.inline.hpp"