mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8215731: Move forward class definitions out of globalDefinitions.hpp
Redistribute the forward declarations to the header files that need them. Reviewed-by: dholmes, lfoltan
This commit is contained in:
parent
346018251f
commit
1509c1ffe1
39 changed files with 108 additions and 122 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2019, 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
|
||||
|
@ -67,6 +67,7 @@ class ThreadStatistics;
|
|||
class ConcurrentLocksDump;
|
||||
class ParkEvent;
|
||||
class Parker;
|
||||
class MonitorInfo;
|
||||
|
||||
class ciEnv;
|
||||
class CompileThread;
|
||||
|
@ -74,7 +75,10 @@ class CompileLog;
|
|||
class CompileTask;
|
||||
class CompileQueue;
|
||||
class CompilerCounters;
|
||||
|
||||
class vframeArray;
|
||||
class vframe;
|
||||
class javaVFrame;
|
||||
|
||||
class DeoptResourceMark;
|
||||
class jvmtiDeferredLocalVariableSet;
|
||||
|
@ -85,8 +89,7 @@ class ICRefillVerifier;
|
|||
class IdealGraphPrinter;
|
||||
|
||||
class Metadata;
|
||||
template <class T, MEMFLAGS F> class ChunkedList;
|
||||
typedef ChunkedList<Metadata*, mtInternal> MetadataOnStackBuffer;
|
||||
class ResourceArea;
|
||||
|
||||
DEBUG_ONLY(class ResourceMark;)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue