RFR: 8293046: Move CDS command-line flags to cds_globals.hpp [v2]

Ioi Lam iklam at openjdk.org
Tue Aug 30 19:45:16 UTC 2022


On Tue, 30 Aug 2022 05:11:08 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   @calvinccheung comments
>
> src/hotspot/share/runtime/threads.cpp line 28:
> 
>> 26: #include "precompiled.hpp"
>> 27: #include "jvm.h"
>> 28: #include "cds/cds_globals.hpp"
> 
> Pre-existing:
> `83 #include "services/threadIdTable.hpp"`
> should be moved after
> `92 #include "services/memTracker.hpp"`

Fixed.

-------------

PR: https://git.openjdk.org/jdk/pull/10073


More information about the hotspot-runtime-dev mailing list