mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8261672: Reduce inclusion of classLoaderData.hpp
Reviewed-by: lfoltan, coleenp
This commit is contained in:
parent
95d73129ce
commit
235da6aa04
59 changed files with 135 additions and 74 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -25,10 +25,11 @@
|
|||
#ifndef SHARE_OOPS_OBJARRAYKLASS_HPP
|
||||
#define SHARE_OOPS_OBJARRAYKLASS_HPP
|
||||
|
||||
#include "classfile/classLoaderData.hpp"
|
||||
#include "oops/arrayKlass.hpp"
|
||||
#include "utilities/macros.hpp"
|
||||
|
||||
class ClassLoaderData;
|
||||
|
||||
// ObjArrayKlass is the klass for objArrays
|
||||
|
||||
class ObjArrayKlass : public ArrayKlass {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue