mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8269303: Remove unnecessary forward declaration of PSPromotionManager in cpCache.hpp
Reviewed-by: kbarrett
This commit is contained in:
parent
42968db173
commit
c79034e0c9
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1998, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -34,8 +34,6 @@
|
||||||
#include "utilities/constantTag.hpp"
|
#include "utilities/constantTag.hpp"
|
||||||
#include "utilities/growableArray.hpp"
|
#include "utilities/growableArray.hpp"
|
||||||
|
|
||||||
class PSPromotionManager;
|
|
||||||
|
|
||||||
// The ConstantPoolCache is not a cache! It is the resolution table that the
|
// The ConstantPoolCache is not a cache! It is the resolution table that the
|
||||||
// interpreter uses to avoid going into the runtime and a way to access resolved
|
// interpreter uses to avoid going into the runtime and a way to access resolved
|
||||||
// values.
|
// values.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue