8221763: Build fails when using --with-jvm-features=-g1gc,-jfr,-shenandoahgc

Add missing #include of softRefPolicy.hpp

Reviewed-by: kbarrett
This commit is contained in:
Ao Qi 2019-04-02 00:23:31 +08:00
parent 2eb8492163
commit 460c22f03d

View File

@ -36,6 +36,7 @@
#include "classfile/systemDictionary.hpp"
#include "classfile/systemDictionaryShared.hpp"
#include "code/codeCache.hpp"
#include "gc/shared/softRefPolicy.hpp"
#include "interpreter/bytecodeStream.hpp"
#include "interpreter/bytecodes.hpp"
#include "logging/log.hpp"