Skip to content

Commit

Permalink
Set AIX executables to have exempt SED status
Browse files Browse the repository at this point in the history
Customers complained IBM SDK8 has this status, but Semeru Runtimes
don't, such that they cannot run Semeru Runtimes on their systems
when migrating from IBM SDK8. This is a temporary fix without any
other impacts, while we are investigating a complete solution
for a larger issue (HugePages are not used for codeCache even though
proper -Xlp option is specified).

Signed-off-by: Julian <zlwang@ca.ibm.com>
  • Loading branch information
zl-wang committed Nov 1, 2024
1 parent 9119953 commit a571b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/autoconf/flags-ldflags.m4
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#

# ===========================================================================
# (c) Copyright IBM Corp. 2019, 2019 All Rights Reserved
# (c) Copyright IBM Corp. 2019, 2024 All Rights Reserved
# ===========================================================================

AC_DEFUN([FLAGS_SETUP_LDFLAGS],
Expand Down Expand Up @@ -87,7 +87,7 @@ AC_DEFUN([FLAGS_SETUP_LDFLAGS_HELPER],
-fPIC"
elif test "x$TOOLCHAIN_TYPE" = xxlc; then
BASIC_LDFLAGS="-b64 -brtl -bnolibpath -bexpall -bernotok -btextpsize:64K \
BASIC_LDFLAGS="-b64 -brtl -bnolibpath -bexpall -bernotok -brwexec_must -btextpsize:64K \
-bdatapsize:64K -bstackpsize:64K"
# libjvm.so has gotten too large for normal TOC size; compile with qpic=large and link with bigtoc
BASIC_LDFLAGS_JVM_ONLY="-Wl,-lC_r -bbigtoc"
Expand Down

0 comments on commit a571b2b

Please sign in to comment.