Skip to content
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

Clean up redundant OMR_GC flags in common.cmake #18978

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions runtime/cmake/caches/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,8 @@ set(J9VM_ENV_HAS_FPU ON CACHE BOOL "")
set(OMR_OPT_CUDA OFF CACHE BOOL "")

set(OMR_GC_DYNAMIC_CLASS_UNLOADING ON CACHE BOOL "")
set(OMR_GC_LEAF_BITS ON CACHE BOOL "")
set(OMR_GC_MODRON_COMPACTION ON CACHE BOOL "")
set(OMR_GC_MODRON_CONCURRENT_MARK ON CACHE BOOL "")
set(OMR_GC_MODRON_SCAVENGER ON CACHE BOOL "")
set(OMR_GC_REALTIME ON CACHE BOOL "")
set(OMR_GC_SEGREGATED_HEAP ON CACHE BOOL "")
set(OMR_GC_VLHGC ON CACHE BOOL "")

#TODO these options to be properly configured like the rest
set(OMR_GC_CONCURRENT_SWEEP ON CACHE BOOL "")
set(OMR_JIT ON CACHE BOOL "")
set(OMR_COMPILER ON CACHE BOOL "")
set(OMR_PORT_ASYNC_HANDLER ON CACHE BOOL "")
Expand Down