Skip to content

Changes

Summary

  1. Correct typos mentioning classDepthAndFlags field (commit: 59be3a5) (details)
Commit 59be3a5a24738c6f95c233bbfe64c0f9dcba1da0 by Henry Zongaro
Correct typos mentioning classDepthAndFlags field

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

This commit adds new duplicate definitions of the methods and enum
values that correct the name.  Once the downstream project removes
references to the obsolete methods, the obsolete definitions will be
removed.
(commit: 59be3a5)
The file was modified compiler/compile/OMRSymbolReferenceTable.cpp (diff)
The file was modified compiler/compile/OMRSymbolReferenceTable.hpp (diff)
The file was modified compiler/ras/Debug.cpp (diff)
The file was modified compiler/compile/OMRNonHelperSymbols.enum (diff)
The file was modified compiler/optimizer/LoopVersioner.cpp (diff)
The file was modified compiler/optimizer/VPHandlers.cpp (diff)