Skip to content

Commit 7b4d84c

Browse files
committedJul 14, 2021
8270422: Test build/AbsPathsInImage.java fails after JDK-8259848
Reviewed-by: mikael
1 parent 72db09b commit 7b4d84c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎make/CreateJmods.gmk

+3-3
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ endif
213213

214214
ifeq ($(call isTargetOs, windows), true)
215215
ifeq ($(SHIP_DEBUG_SYMBOLS), )
216-
JMOD_FLAGS += --exclude '**{_the.*,_*.marker,*.diz,*.pdb,*.map}'
216+
JMOD_FLAGS += --exclude '**{_the.*,_*.marker*,*.diz,*.pdb,*.map}'
217217
else
218-
JMOD_FLAGS += --exclude '**{_the.*,_*.marker,*.diz,*.map}'
218+
JMOD_FLAGS += --exclude '**{_the.*,_*.marker*,*.diz,*.map}'
219219
endif
220220
else
221-
JMOD_FLAGS += --exclude '**{_the.*,_*.marker,*.diz,*.debuginfo,*.dSYM/**,*.dSYM}'
221+
JMOD_FLAGS += --exclude '**{_the.*,_*.marker*,*.diz,*.debuginfo,*.dSYM/**,*.dSYM}'
222222
endif
223223

224224
# Create jmods in the support dir and then move them into place to keep the

0 commit comments

Comments
 (0)
Please sign in to comment.