Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
[GR-42125] Merge in jdk-11.0.18+2.
Browse files Browse the repository at this point in the history
PullRequest: labsjdk-ce-11/321
  • Loading branch information
marwan-hallaoui committed Nov 10, 2022
2 parents 6af5210 + 25ea0fd commit c0e5522
Show file tree
Hide file tree
Showing 444 changed files with 12,340 additions and 4,027 deletions.
2 changes: 1 addition & 1 deletion .jcheck/conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
project=jdk-updates
jbs=JDK
version=11.0.17
version=11.0.18

[checks]
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace
Expand Down
2 changes: 1 addition & 1 deletion ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ local labsjdk_builder_version = "e9c60b5174490f2012c7c5d60a20aace93209a56";
},

# Downstream Graal branch to test against.
local downstream_branch = "master",
local downstream_branch = "cpu/graal-vm/22.3",

local clone_graal = {
run+: [
Expand Down
5 changes: 5 additions & 0 deletions make/CreateJmods.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ else # not java.base
JMOD_FLAGS += --exclude '$(notdir $(MSVCR_DLL))'
endif
endif
ifneq ($(VCRUNTIME_1_DLL), )
ifneq ($(wildcard $(LIBS_DIR)/$(notdir $(VCRUNTIME_1_DLL))), )
JMOD_FLAGS += --exclude '$(notdir $(VCRUNTIME_1_DLL))'
endif
endif
ifneq ($(MSVCP_DLL), )
ifneq ($(wildcard $(LIBS_DIR)/$(notdir $(MSVCP_DLL))), )
JMOD_FLAGS += --exclude '$(notdir $(MSVCP_DLL))'
Expand Down
Loading

0 comments on commit c0e5522

Please sign in to comment.