Skip to content

Commit b818e9c

Browse files
author
duke
committedAug 6, 2021
Automatic merge of master into foreign-memaccess+abi
2 parents ca701b8 + 4abe5f7 commit b818e9c

File tree

340 files changed

+36602
-3372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

340 files changed

+36602
-3372
lines changed
 

‎make/devkit/createJMHBundle.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22
#
3-
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
44
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
#
66
# This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,7 @@
2626
# Create a bundle in the build directory, containing what's needed to
2727
# build and run JMH microbenchmarks from the OpenJDK build.
2828

29-
JMH_VERSION=1.28
29+
JMH_VERSION=1.32
3030
COMMONS_MATH3_VERSION=3.2
3131
JOPT_SIMPLE_VERSION=4.6
3232

‎make/test/JtregNativeHotspot.gmk

+2-2
Original file line numberDiff line numberDiff line change
@@ -863,15 +863,15 @@ ifeq ($(call isTargetOs, linux), true)
863863
BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exeFPRegs := -ldl
864864
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAsyncGetCallTraceTest := -ldl
865865
else
866-
BUILD_HOTSPOT_JTREG_EXCLUDE += libtest-rw.c libtest-rwx.c libTestJNI.c \
866+
BUILD_HOTSPOT_JTREG_EXCLUDE += libtest-rw.c libtest-rwx.c \
867867
exeinvoke.c exestack-gap.c exestack-tls.c libAsyncGetCallTraceTest.cpp
868868
endif
869869

870870
BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exesigtest := -ljvm
871871

872872
ifeq ($(call isTargetOs, windows), true)
873873
BUILD_HOTSPOT_JTREG_EXECUTABLES_CFLAGS_exeFPRegs := -MT
874-
BUILD_HOTSPOT_JTREG_EXCLUDE += exesigtest.c libterminatedThread.c
874+
BUILD_HOTSPOT_JTREG_EXCLUDE += exesigtest.c libterminatedThread.c libTestJNI.c
875875
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libatExit := jvm.lib
876876
else
877877
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libbootclssearch_agent += -lpthread

0 commit comments

Comments
 (0)