Skip to content

Commit

Permalink
Merge branch 'openjdk:master' into patch-6
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShermanTanker committed Aug 18, 2022
2 parents e528093 + d00e7b9 commit 3e7830d
Show file tree
Hide file tree
Showing 299 changed files with 18,742 additions and 21,528 deletions.
3 changes: 1 addition & 2 deletions make/hotspot/gensrc/GensrcAdlc.gmk
Expand Up @@ -142,8 +142,7 @@ ifeq ($(call check-jvm-feature, compiler2), true)

ifeq ($(HOTSPOT_TARGET_CPU_ARCH), aarch64)
AD_SRC_FILES += $(call uniq, $(wildcard $(foreach d, $(AD_SRC_ROOTS), \
$d/cpu/$(HOTSPOT_TARGET_CPU_ARCH)/$(HOTSPOT_TARGET_CPU_ARCH)_neon.ad \
$d/cpu/$(HOTSPOT_TARGET_CPU_ARCH)/$(HOTSPOT_TARGET_CPU_ARCH)_sve.ad \
$d/cpu/$(HOTSPOT_TARGET_CPU_ARCH)/$(HOTSPOT_TARGET_CPU_ARCH)_vector.ad \
)))
endif

Expand Down
2 changes: 1 addition & 1 deletion make/test/JtregNativeHotspot.gmk
Expand Up @@ -874,7 +874,7 @@ BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exesigtest := -ljvm

ifeq ($(call isTargetOs, windows), true)
BUILD_HOTSPOT_JTREG_EXECUTABLES_CFLAGS_exeFPRegs := -MT
BUILD_HOTSPOT_JTREG_EXCLUDE += exesigtest.c libterminatedThread.c libTestJNI.c libCompleteExit.c libTestPsig.c
BUILD_HOTSPOT_JTREG_EXCLUDE += exesigtest.c libterminatedThread.c libTestJNI.c libCompleteExit.c
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libatExit := jvm.lib
BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exedaemonDestroy := jvm.lib
else
Expand Down
878 changes: 226 additions & 652 deletions src/hotspot/cpu/aarch64/aarch64.ad

Large diffs are not rendered by default.

0 comments on commit 3e7830d

Please sign in to comment.