mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-02 03:00:35 +00:00
Revert header
This commit is contained in:
parent
fc618101cc
commit
9c76dceeea
@ -22,6 +22,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "memory/allocation.inline.hpp"
|
||||
#include "opto/addnode.hpp"
|
||||
#include "opto/connode.hpp"
|
||||
#include "opto/convertnode.hpp"
|
||||
|
||||
@ -26,10 +26,15 @@
|
||||
#include "ci/ciTypeFlow.hpp"
|
||||
#include "classfile/javaClasses.hpp"
|
||||
#include "classfile/symbolTable.hpp"
|
||||
#include "classfile/vmSymbols.hpp"
|
||||
#include "compiler/compileLog.hpp"
|
||||
#include "libadt/dict.hpp"
|
||||
#include "memory/oopFactory.hpp"
|
||||
#include "memory/resourceArea.hpp"
|
||||
#include "oops/instanceKlass.hpp"
|
||||
#include "oops/instanceMirrorKlass.hpp"
|
||||
#include "oops/objArrayKlass.hpp"
|
||||
#include "oops/typeArrayKlass.hpp"
|
||||
#include "opto/arraycopynode.hpp"
|
||||
#include "opto/callnode.hpp"
|
||||
#include "opto/matcher.hpp"
|
||||
@ -43,6 +48,7 @@
|
||||
#include "utilities/debug.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
#include "utilities/ostream.hpp"
|
||||
#include "utilities/powerOfTwo.hpp"
|
||||
#include "utilities/stringUtils.hpp"
|
||||
|
||||
// Portions of code courtesy of Clifford Click
|
||||
|
||||
@ -28,6 +28,7 @@
|
||||
#include "opto/adlcVMDeps.hpp"
|
||||
#include "opto/compile.hpp"
|
||||
#include "opto/rangeinference.hpp"
|
||||
#include "runtime/handles.hpp"
|
||||
|
||||
// Portions of code courtesy of Clifford Click
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user