8221726: Multiple build failures after JDK-8221698 (Remove redundant includes from popular header files)

Reviewed-by: dholmes, stuefe, iklam
This commit is contained in:
Aleksey Shipilev 2019-04-01 10:04:22 +02:00
parent 7bfc1b1189
commit 2cf209bd92
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "asm/macroAssembler.inline.hpp"
#include "gc/shared/barrierSetAssembler.hpp"
#include "interpreter/interp_masm.hpp"
#include "runtime/jniHandles.hpp"
#define __ masm->

View File

@ -30,6 +30,7 @@
#include "oops/objArrayOop.hpp"
#include "oops/symbol.hpp"
#include "runtime/java.hpp"
#include "runtime/mutexLocker.hpp"
#include "runtime/reflectionUtils.hpp"
#include "runtime/signature.hpp"
#include "utilities/hashtable.hpp"