eclipse-omr / omr

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

Replace TR_Method identity checks #3766

Open 0xdaryl opened 5 years ago

0xdaryl commented 5 years ago

Replace the method identity checks from TR_Method with proper capability queries:

fjeremic commented 5 years ago

Find and implement an appropriate capability query for

omr/compiler/z/codegen/SystemLinkage.cpp

Line 694 in 8e68248

I'll mostly be handling this one in an upcoming PR. The if portion should remain and the else portion migrated to OpenJ9.