diff --git a/runtime/jcl/cl_se9/module.xml b/runtime/jcl/cl_se9/module.xml
index 81d9a4ab49f..62405caa86a 100644
--- a/runtime/jcl/cl_se9/module.xml
+++ b/runtime/jcl/cl_se9/module.xml
@@ -106,6 +106,9 @@
+
+
+
diff --git a/runtime/jcl/common/vm_scar.c b/runtime/jcl/common/vm_scar.c
index df92ae2a8e6..5ad7c8d1e70 100644
--- a/runtime/jcl/common/vm_scar.c
+++ b/runtime/jcl/common/vm_scar.c
@@ -298,7 +298,7 @@ scarInit(J9JavaVM * vm)
}
#endif
-#if defined(WIN32)
+#if defined(WIN32) && !defined(OPENJ9_BUILD)
switch (jclVersion) {
case J2SE_17:
dbgwrapperStr = "dbgwrapper70";
@@ -318,7 +318,7 @@ scarInit(J9JavaVM * vm)
/* If library can not be found, print a warning and proceed anyway as the dependency on this library may have been removed. */
j9nls_printf(PORTLIB, J9NLS_WARNING, J9NLS_JCL_WARNING_DLL_COULDNOT_BE_REGISTERED_AS_BOOTSTRAP_LIB, dbgwrapperStr, result);
}
-#endif /* defined(WIN32) */
+#endif /* defined(WIN32) && !defined(OPENJ9_BUILD) */
#if defined(J9VM_INTERP_MINIMAL_JCL)