Skip to content

Commit

Permalink
Fix Internal Build Breaks caused by OMR 7349
Browse files Browse the repository at this point in the history
eclipse-omr/omr#7349 added a new file called
OMRRSSRegion.cpp. Although this file was added to the CMakeLists.txt for
OMR, there does not exist a common UMA config to add this file. As such,
the OpenJ9 build when using UMA is broken.

This commit fixes this by adding this file to the UMA config.

Signed-off-by: Irwin D'Souza <[email protected]>
  • Loading branch information
dsouzai committed Jul 11, 2024
1 parent 9cbb1d5 commit f0a7758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/compiler/build/files/common.mk.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ JIT_PRODUCT_SOURCE_FILES+=\
omr/compiler/runtime/OMRCodeCacheConfig.cpp \
omr/compiler/runtime/OMRCodeCacheManager.cpp \
omr/compiler/runtime/OMRCodeCacheMemorySegment.cpp \
omr/compiler/runtime/OMRRSSReport.cpp \
omr/compiler/runtime/OMRRuntimeAssumptions.cpp

<#if uma.spec.flags.opt_jitserver.enabled>
Expand Down

0 comments on commit f0a7758

Please sign in to comment.