Skip to content

Commit d0d89e8

Browse files
committed
Rename the com.ibm.jzos module to ibm.jzos
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
1 parent 1553321 commit d0d89e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

closed/DDR.gmk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ ifeq (zos,$(OPENJDK_TARGET_OS))
152152

153153
BUILD_DDR_STUBS :=
154154

155-
# Finally, on z/OS we depend upon the com.ibm.jzos module.
155+
# Finally, on z/OS we depend upon the ibm.jzos module.
156156
DDR_CLASSPATH += \
157157
$(addprefix $(JDK_OUTPUTDIR)/modules/, \
158-
com.ibm.jzos \
158+
ibm.jzos \
159159
)
160160

161161
else # OPENJDK_TARGET_OS
@@ -165,7 +165,7 @@ $(eval $(call SetupJavaCompilation,BUILD_DDR_STUBS, \
165165
SETUP := GENERATE_USINGJDKBYTECODE, \
166166
BIN := $(DDR_STUBS_BIN), \
167167
CLASSPATH := $(JDK_OUTPUTDIR)/modules/java.base, \
168-
SRC := $(OPENJ9_TOPDIR)/jcl/src/com.ibm.jzos/share/classes \
168+
SRC := $(OPENJ9_TOPDIR)/jcl/src/ibm.jzos/share/classes \
169169
))
170170

171171
# Finally, we depend upon the stub classes.

0 commit comments

Comments
 (0)