Skip to content

Commit 7b4d84c

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

make/CreateJmods.gmk

Lines changed: 3 additions & 3 deletions
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)