8204237: Clean up incorrectly included .inline.hpp files from jvmciJavaClasses.hpp

Reexpand macro to provide non-inline functions.

Reviewed-by: kvn, dnsimon
This commit is contained in:
Coleen Phillimore 2018-06-05 11:11:33 -04:00
parent fcfd260c1f
commit 1abfb6d4b4
3 changed files with 105 additions and 54 deletions

View file

@ -26,6 +26,7 @@
#include "code/codeBlob.hpp"
#include "compiler/abstractCompiler.hpp"
#include "compiler/compileBroker.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "jvmci/jvmciCodeInstaller.hpp"
#include "jvmci/jvmciCompilerToVM.hpp"
#include "jvmci/jvmciEnv.hpp"