In JavaClasses, offset code is quite inconsistent. Some classes have public member variables without encapsulation, others use encapsulation, but with inconsistencies regarding leading underscores in the names. Some accessors assert the offset has been initialized, others do not. Let's make this consistent.
- relates to
-
JDK-8243996 Remove hardcoded field offsets from HotSpot
- Resolved