8219229: Make ConstantPool::tag_at and release_tag_at_put inlineable

Reviewed-by: dholmes, coleenp
This commit is contained in:
Claes Redestad 2019-02-20 09:53:28 +01:00
parent d9463e629e
commit dbdfbb518f
17 changed files with 19 additions and 46 deletions

View file

@ -27,6 +27,7 @@
#include "logging/log.hpp"
#include "logging/logStream.hpp"
#include "memory/allocation.inline.hpp"
#include "oops/constantPool.hpp"
#include "oops/generateOopMap.hpp"
#include "oops/oop.inline.hpp"
#include "oops/symbol.hpp"