From 7c4f70fdbdb309ef573a780d73b9c2e7febcb28b Mon Sep 17 00:00:00 2001 From: Gaurav Chaudhari Date: Wed, 2 Oct 2024 14:00:17 -0400 Subject: [PATCH] Guard jvmtitests newly added header includes to J9ZOS only Signed-off-by: Gaurav Chaudhari --- .../src/com/ibm/jvmti/tests/decompResolveFrame/decomp003.c | 2 ++ .../src/com/ibm/jvmti/tests/decompResolveFrame/decomp005.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp003.c b/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp003.c index a79c75e8c02..8b02b41e5b9 100644 --- a/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp003.c +++ b/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp003.c @@ -22,7 +22,9 @@ #include "jvmti_test.h" #include +#if defined(J9ZOS390) #include +#endif /* defined(J9ZOS390) */ static agentEnv * env; static jmethodID catchMethod = NULL; diff --git a/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp005.c b/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp005.c index 4a6e1562a1e..9d83673da3b 100644 --- a/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp005.c +++ b/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp005.c @@ -22,7 +22,9 @@ #include "jvmti_test.h" #include +#if defined(J9ZOS390) #include +#endif /* defined(J9ZOS390) */ static agentEnv * env; static int imse = 0;