RFR: 8298794: Remove JVM_ACC_PROMOTED_FLAGS breaks minimal build
Daniel D. Daugherty
dcubed at openjdk.org
Wed Dec 14 19:56:05 UTC 2022
On Wed, 14 Dec 2022 18:38:38 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Please review this trivial fix to fix the minimal build. Testing is in progress.
Thumbs up.
Yup. The single use in IK_FLAGS_SET macro in share/oops/instanceKlassMiscStatus.hpp
is not protected by an INCLUDE_CDS. Sorry for missing that.
-------------
Marked as reviewed by dcubed (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11680
More information about the hotspot-dev
mailing list