RFR: 8251158: Implementation of JEP 387: Elastic Metaspace [v4]
Thomas Stuefe
stuefe at openjdk.java.net
Wed Sep 30 07:19:05 UTC 2020
On Wed, 30 Sep 2020 00:22:19 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Make MetaspaceGuardAllocations a diagnostic flag (2)
>
> src/hotspot/share/jvmci/jvmciCompilerToVM.hpp line 28:
>
>> 26:
>> 27: #include "gc/shared/cardTable.hpp"
>> 28: #include "gc/shared/collectedHeap.hpp"
>
> This should be changed to a forward declaration to reduce the number of headers included by headers:
> `class CollectedHeap;`
Sure.
-------------
PR: https://git.openjdk.java.net/jdk/pull/336
More information about the hotspot-runtime-dev
mailing list