JDK-8295964 : Move InstanceKlass::_misc_flags
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2022-10-26
  • Updated: 2022-10-27
Description
Move these flags to a class so that non-classfile access flags when moved can share bit setting/getting implementation, only with atomics since the access flags in accessFlags.hpp can be set concurrently.

This is an enabling change for the main RFE.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10249 Date: 2022-09-13 13:29:45 +0000
27-10-2022