8353753: Remove unnecessary forward declaration in oop.hpp

Reviewed-by: kbarrett
This commit is contained in:
Zhengyu Gu 2025-04-05 20:25:30 +00:00
parent 9bb804b14e
commit 6d37e633e6

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2025, 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
@ -44,11 +44,6 @@
//
// no virtual functions allowed
// Forward declarations.
class OopClosure;
class PSPromotionManager;
class ParCompactionManager;
class oopDesc {
friend class VMStructs;
friend class JVMCIVMStructs;