mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8199319: Remove handles.inline.hpp include from reflectionUtils.hpp
Reviewed-by: hseigel, dholmes
This commit is contained in:
parent
b9f2f3e199
commit
d42acfd37b
14 changed files with 15 additions and 2 deletions
|
@ -29,10 +29,11 @@
|
|||
#include "oops/instanceKlass.hpp"
|
||||
#include "oops/objArrayOop.hpp"
|
||||
#include "oops/oopsHierarchy.hpp"
|
||||
#include "runtime/handles.inline.hpp"
|
||||
#include "runtime/handles.hpp"
|
||||
#include "runtime/reflection.hpp"
|
||||
#include "utilities/accessFlags.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
#include "utilities/growableArray.hpp"
|
||||
|
||||
// A KlassStream is an abstract stream for streaming over self, superclasses
|
||||
// and (super)interfaces. Streaming is done in reverse order (subclasses first,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue