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

Enable Concurrent Scavenge on Windows X86-64 #4109

Merged
merged 1 commit into from
Dec 20, 2018
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
2 changes: 2 additions & 0 deletions runtime/gc_glue_java/configure_includes/configure_win_x86.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ifeq (win_x86-64_cmprssptrs, $(SPEC))
--enable-OMR_ENV_LITTLE_ENDIAN \
--enable-OMR_GC_COMPRESSED_POINTERS \
--enable-OMR_GC_TLH_PREFETCH_FTA \
--enable-OMR_GC_CONCURRENT_SCAVENGER \
--enable-OMR_INTERP_COMPRESSED_OBJECT_HEADER \
--enable-OMR_INTERP_SMALL_MONITOR_SLOT \
--enable-OMR_PORT_ALLOCATE_TOP_DOWN \
Expand Down Expand Up @@ -76,6 +77,7 @@ ifeq (win_x86-64, $(SPEC))
--enable-OMR_ENV_DATA64 \
--enable-OMR_ENV_LITTLE_ENDIAN \
--enable-OMR_GC_TLH_PREFETCH_FTA \
--enable-OMR_GC_CONCURRENT_SCAVENGER \
--enable-OMR_PORT_ALLOCATE_TOP_DOWN \
--enable-OMR_PORT_CAN_RESERVE_SPECIFIC_ADDRESS
endif
Expand Down