mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8203787: Hotspot build broken on linux-sparc after 8202377
Reviewed-by: dholmes, eosterlund
This commit is contained in:
parent
1213297257
commit
45abb6791e
2 changed files with 3 additions and 1 deletions
|
@ -29,8 +29,9 @@
|
|||
#include "classfile/vmSymbols.hpp"
|
||||
#include "compiler/compileBroker.hpp"
|
||||
#include "compiler/compileLog.hpp"
|
||||
#include "memory/resourceArea.hpp"
|
||||
#include "gc/shared/barrierSet.hpp"
|
||||
#include "jfr/support/jfrIntrinsics.hpp"
|
||||
#include "memory/resourceArea.hpp"
|
||||
#include "oops/objArrayKlass.hpp"
|
||||
#include "opto/addnode.hpp"
|
||||
#include "opto/arraycopynode.hpp"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
#include "precompiled.hpp"
|
||||
#include "gc/shared/barrierSet.hpp"
|
||||
#include "opto/arraycopynode.hpp"
|
||||
#include "oops/objArrayKlass.hpp"
|
||||
#include "opto/convertnode.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue