RFR: 8292891: ifdef-out some CDS-only functions [v2]
Calvin Cheung
ccheung at openjdk.org
Thu Aug 25 16:03:36 UTC 2022
On Thu, 25 Aug 2022 06:14:40 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> src/hotspot/share/oops/method.cpp line 404:
>>
>>> 402: }
>>> 403:
>>> 404: #if INCLUDE_CDS
>>
>> Do you need to ifdef out the declaration in method.hpp?
>
> Fixed. I also found out that `Method::restore_unshareable_info` also needed to be ifdef'ed out.
Updates look good.
-------------
PR: https://git.openjdk.org/jdk/pull/10010
More information about the hotspot-dev
mailing list