eclipse / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
943 stars 394 forks source link

Correct typos mentioning classDepthAndFlags field #7330

Closed hzongaro closed 4 months ago

hzongaro commented 4 months ago

Code in OMR supports the JIT compiler in generating IL to access the J9Class field classDepthAndFlags in the downstream OpenJ9 project. In many cases, that compiler code incorrectly refers to the field as classAndDepthFlags.

This commit adds new duplicate definitions of the methods and enum values to use the correct name. Once the downstream project removes references to the obsolete methods, the obsolete definitions will be removed.

hzongaro commented 4 months ago

@0xdaryl, may I ask you to review this change?

0xdaryl commented 4 months ago

Jenkins build all