-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure on Linux and Mac - member name not found #6725
Comments
On my Mac cmake cached variables (cmake -L): -- Configuring done |
re #6725 (comment):
|
Thx! Seems it's a duplication of #6715, I'll wait for it. |
Although #6715 merged and issue should be resolved, but I still get compilation error on Mac:
I did set OMR_GC_MODRON_SCAVENGER but now the method is guarded by OMR_GC_DEFERRED_HASHCODE_INSERTION. |
fyi @dmitripivkine |
Tried to turn off two options and now the compilation succeed
|
Recently my local build failed on Linux_x86_64 and Mac OS, errors are same:
omr/gc/base/MarkingScheme.hpp:292:81: error: ‘class MM_GCExtensionsBase’ has no member named ‘isScavengerBackOutFlagRaised’
And I find out that it is at GCExtensionsBase.hpp:1129 but guarded by macro OMR_GC_MODRON_SCAVENGER
The text was updated successfully, but these errors were encountered: