mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8267464: Circular-dependency resilient inline headers
Reviewed-by: kbarrett, eosterlund, dholmes, kvn
This commit is contained in:
parent
ab5a7ff230
commit
64f0f68958
242 changed files with 372 additions and 141 deletions
|
@ -25,11 +25,12 @@
|
|||
#ifndef SHARE_OOPS_INSTANCEKLASS_INLINE_HPP
|
||||
#define SHARE_OOPS_INSTANCEKLASS_INLINE_HPP
|
||||
|
||||
#include "oops/instanceKlass.hpp"
|
||||
|
||||
#include "classfile/javaClasses.hpp"
|
||||
#include "classfile/vmSymbols.hpp"
|
||||
#include "memory/iterator.hpp"
|
||||
#include "memory/resourceArea.hpp"
|
||||
#include "oops/instanceKlass.hpp"
|
||||
#include "oops/klass.inline.hpp"
|
||||
#include "oops/oop.inline.hpp"
|
||||
#include "runtime/atomic.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue