Skip to content

Commit

Permalink
Merge pull request #3253 from 0dvictor/spec
Browse files Browse the repository at this point in the history
Move Concurrent Scavenge to x86-64_cmprssptrs spec
  • Loading branch information
dmitripivkine authored Oct 15, 2018
2 parents b03cae1 + bd8814b commit d8a1d7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 267 deletions.
252 changes: 0 additions & 252 deletions buildspecs/linux_x86-64_cmprssptrs_cs.spec

This file was deleted.

16 changes: 1 addition & 15 deletions runtime/gc_glue_java/configure_includes/configure_linux_x86.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ifeq (linux_x86-64_cmprssptrs, $(SPEC))
--enable-OMR_GC_COMPRESSED_POINTERS \
--enable-OMR_GC_IDLE_HEAP_MANAGER \
--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_CAN_RESERVE_SPECIFIC_ADDRESS \
Expand Down Expand Up @@ -117,21 +118,6 @@ ifeq (linux_x86-64_cmprssptrs_purec, $(SPEC))
--enable-OMR_PORT_NUMA_SUPPORT
endif

ifeq (linux_x86-64_cmprssptrs_cs, $(SPEC))
CONFIGURE_ARGS += \
--enable-OMRTHREAD_LIB_UNIX \
--enable-OMR_ARCH_X86 \
--enable-OMR_ENV_DATA64 \
--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_CAN_RESERVE_SPECIFIC_ADDRESS \
--enable-OMR_PORT_NUMA_SUPPORT
endif

ifeq (linux_x86-64_purec, $(SPEC))
CONFIGURE_ARGS += \
--enable-OMRTHREAD_LIB_UNIX \
Expand Down

0 comments on commit d8a1d7e

Please sign in to comment.