Does the fully qualified name of the class or interface in the constant pool in the Class information of Java still exist in JVM during the parsing phase of the loaded class, or is it replaced by the memory address offset of this class?

as shown in the screenshot below, what is the value of the parsed CONSTANT_Class_info in JVM?
which CONSTANT_Utf8_info he points to looks like after parsing?
clipboard.png

clipboard.png

Mar.24,2021
Menu