8132524: Missing includes to resourceArea.hpp

Files that use ResourceMark are missing the include of resourceArea.hpp

Reviewed-by: tschatzl, jwilhelm
This commit is contained in:
Joseph Provino 2016-04-04 12:57:48 -04:00
parent 58419856b3
commit 5cef85023b
129 changed files with 196 additions and 67 deletions

View file

@ -37,6 +37,7 @@
#endif
#include "logging/log.hpp"
#include "memory/oopFactory.hpp"
#include "memory/resourceArea.hpp"
#include "memory/universe.hpp"
#include "oops/constantPool.hpp"
#include "oops/generateOopMap.hpp"