2015-02-27 10:56:34 +00:00
|
|
|
#
|
2018-01-18 00:49:43 +00:00
|
|
|
# Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
|
2015-02-27 10:56:34 +00:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 only, as
|
|
|
|
# published by the Free Software Foundation. Oracle designates this
|
|
|
|
# particular file as subject to the "Classpath" exception as provided
|
|
|
|
# by Oracle in the LICENSE file that accompanied this code.
|
|
|
|
#
|
|
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
|
|
# accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License version
|
|
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
#
|
|
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
|
|
# questions.
|
|
|
|
#
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
# This file builds the native component of the JTReg tests for Hotspot.
|
|
|
|
# It also covers the test-image part, where the built files are copied to the
|
|
|
|
# test image.
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
default: all
|
|
|
|
|
|
|
|
include $(SPEC)
|
|
|
|
include MakeBase.gmk
|
|
|
|
include TestFilesCompilation.gmk
|
|
|
|
|
2017-10-10 13:26:01 +00:00
|
|
|
$(eval $(call IncludeCustomExtension, test/JtregNativeHotspot.gmk))
|
2017-03-02 08:51:47 +00:00
|
|
|
|
2015-02-27 10:56:34 +00:00
|
|
|
################################################################################
|
|
|
|
# Targets for building the native tests themselves.
|
|
|
|
################################################################################
|
|
|
|
|
2018-03-15 18:33:04 +00:00
|
|
|
# This might have been added to by a custom extension.
|
|
|
|
BUILD_HOTSPOT_JTREG_NATIVE_SRC += $(TOPDIR)/test/hotspot/jtreg
|
2015-11-18 17:32:52 +00:00
|
|
|
|
2018-03-15 18:33:04 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_OUTPUT_DIR := $(OUTPUTDIR)/support/test/hotspot/jtreg/native
|
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_IMAGE_DIR := $(TEST_IMAGE_DIR)/hotspot/jtreg
|
|
|
|
|
2018-05-01 01:10:24 +00:00
|
|
|
################################################################################
|
|
|
|
# Former VM TestBase tests.
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
VM_TESTBASE_DIR := $(TOPDIR)/test/hotspot/jtreg/vmTestbase
|
|
|
|
|
|
|
|
VM_SHARE_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/vm/share \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni
|
|
|
|
|
2018-05-02 23:43:56 +00:00
|
|
|
NSK_MONITORING_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni
|
|
|
|
|
2018-05-05 16:24:29 +00:00
|
|
|
NSK_JDI_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native
|
|
|
|
|
|
|
|
NSK_SHARE_JDI_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jdi
|
|
|
|
|
|
|
|
NSK_SHARE_JNI_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni
|
|
|
|
|
2018-05-24 00:09:49 +00:00
|
|
|
RUNTIME_DEFMETH_INCLUDES := \
|
|
|
|
-I$(TOPDIR)/test/hotspot/jtreg/vmTestbase/nsk/share/jni \
|
|
|
|
-I$(TOPDIR)/test/hotspot/jtreg/vmTestbase/nsk/share/native \
|
|
|
|
-I$(TOPDIR)/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti
|
|
|
|
|
2018-05-05 16:24:29 +00:00
|
|
|
NSK_SHARE_LOCKS_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/locks
|
|
|
|
|
2018-05-17 07:23:28 +00:00
|
|
|
MLVM_JVMTI_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jvmti \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jvmti/agent_common \
|
|
|
|
-I$(VM_TESTBASE_DIR)/vm/mlvm/share
|
|
|
|
|
|
|
|
MLVM_STRESS_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni
|
|
|
|
|
2018-05-17 21:52:47 +00:00
|
|
|
NSK_GC_LOCK_JVMTI_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/gc/lock/jvmti \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni
|
|
|
|
|
|
|
|
NSK_GC_LOCK_MALLOC_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/gc/lock/malloc \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni
|
|
|
|
|
|
|
|
NSK_GC_LOCK_JNI_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/gc/lock/jni \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni
|
|
|
|
|
|
|
|
NSK_GC_LOCK_REF_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/gc/lock/jniref \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni
|
|
|
|
|
2018-05-17 23:21:27 +00:00
|
|
|
NSK_STRACE_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/native \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/share/jni
|
|
|
|
|
|
|
|
NSK_STRESS_JNI_INCLUDES := \
|
|
|
|
-I$(VM_TESTBASE_DIR)/nsk/stress/jni
|
|
|
|
|
2018-05-01 01:10:24 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libProcessUtils := $(VM_SHARE_INCLUDES)
|
|
|
|
|
2018-05-02 23:43:56 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libThreadController := $(NSK_MONITORING_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libDeadlock := $(NSK_MONITORING_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libRecursiveMonitoringThread := $(NSK_MONITORING_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libLockingThreads := $(NSK_MONITORING_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libStackTraceController := $(NSK_MONITORING_INCLUDES)
|
|
|
|
|
2018-05-24 00:09:49 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libredefineClasses := $(RUNTIME_DEFMETH_INCLUDES)
|
|
|
|
|
2018-05-05 16:24:29 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libforceEarlyReturn005a := $(NSK_JDI_INCLUDES)
|
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libMonitorEnterExecutor := $(NSK_SHARE_JDI_INCLUDES)
|
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libJNIreferences := $(NSK_SHARE_JNI_INCLUDES)
|
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libLockingThread := $(NSK_SHARE_LOCKS_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libJNIMonitorLocker := $(NSK_SHARE_LOCKS_INCLUDES)
|
|
|
|
|
2018-05-17 07:23:28 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstepBreakPopReturn := $(MLVM_JVMTI_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libIndyRedefineClass := $(MLVM_JVMTI_INCLUDES)
|
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libnativeAndMH := $(MLVM_STRESS_INCLUDES)
|
|
|
|
|
2018-05-17 21:52:47 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libJVMTIAllocLocker := $(NSK_GC_LOCK_JVMTI_INCLUDES)
|
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libMallocLocker := $(NSK_GC_LOCK_MALLOC_INCLUDES)
|
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libBooleanArrayCriticalLocker := $(NSK_GC_LOCK_JNI_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libByteArrayCriticalLocker := $(NSK_GC_LOCK_JNI_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libCharArrayCriticalLocker := $(NSK_GC_LOCK_JNI_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libDoubleArrayCriticalLocker := $(NSK_GC_LOCK_JNI_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libFloatArrayCriticalLocker := $(NSK_GC_LOCK_JNI_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libIntArrayCriticalLocker := $(NSK_GC_LOCK_JNI_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libLongArrayCriticalLocker := $(NSK_GC_LOCK_JNI_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libShortArrayCriticalLocker := $(NSK_GC_LOCK_JNI_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libStringCriticalLocker := $(NSK_GC_LOCK_JNI_INCLUDES)
|
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libJNIGlobalRefLocker := $(NSK_GC_LOCK_REF_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libJNILocalRefLocker := $(NSK_GC_LOCK_REF_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libJNIRefLocker := $(NSK_GC_LOCK_REF_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libJNIWeakGlobalRefLocker := $(NSK_GC_LOCK_REF_INCLUDES)
|
|
|
|
|
2018-05-17 23:21:27 +00:00
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace003 := $(NSK_STRACE_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace004 := $(NSK_STRACE_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace005 := $(NSK_STRACE_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace006 := $(NSK_STRACE_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace008 := $(NSK_STRACE_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace009 := $(NSK_STRACE_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace011 := $(NSK_STRACE_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace012 := $(NSK_STRACE_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace014 := $(NSK_STRACE_INCLUDES)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libstrace015 := $(NSK_STRACE_INCLUDES)
|
|
|
|
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_CFLAGS_libgcl001 := $(NSK_STRESS_JNI_INCLUDES)
|
|
|
|
|
2018-05-01 01:10:24 +00:00
|
|
|
################################################################################
|
|
|
|
|
2018-03-15 18:33:04 +00:00
|
|
|
# Platform specific setup
|
|
|
|
ifneq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), solaris-sparc)
|
|
|
|
BUILD_HOTSPOT_JTREG_EXCLUDE += liboverflow.c exeThreadSignalMask.c
|
2016-07-15 17:25:16 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(OPENJDK_TARGET_OS), linux)
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rw := -z noexecstack
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rwx := -z execstack
|
2018-05-17 07:23:28 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libstepBreakPopReturn := -lpthread
|
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libIndyRedefineClass := -lpthread
|
2018-05-24 00:09:49 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libredefineClasses := -lpthread
|
2016-08-19 14:02:21 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exeinvoke := -ljvm -lpthread
|
2018-02-16 09:43:26 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exestack-gap := -ljvm -lpthread
|
2018-03-15 18:33:04 +00:00
|
|
|
BUILD_TEST_exeinvoke_exeinvoke.c_OPTIMIZATION := NONE
|
2016-11-14 18:10:10 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exeFPRegs := -ldl
|
2018-03-15 18:33:04 +00:00
|
|
|
else
|
|
|
|
BUILD_HOTSPOT_JTREG_EXCLUDE += libtest-rw.c libtest-rwx.c libTestJNI.c \
|
2018-03-20 03:36:44 +00:00
|
|
|
exeinvoke.c exestack-gap.c
|
2016-10-28 19:28:46 +00:00
|
|
|
endif
|
|
|
|
|
2018-04-03 15:56:46 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_EXECUTABLES_LIBS_exesigtest := -ljvm
|
|
|
|
|
2016-10-28 19:28:46 +00:00
|
|
|
ifeq ($(OPENJDK_TARGET_OS), windows)
|
|
|
|
BUILD_HOTSPOT_JTREG_EXECUTABLES_CFLAGS_exeFPRegs := -MT
|
2018-04-03 15:56:46 +00:00
|
|
|
BUILD_HOTSPOT_JTREG_EXCLUDE += exesigtest.c
|
2016-07-15 17:25:16 +00:00
|
|
|
endif
|
|
|
|
|
2015-02-27 10:56:34 +00:00
|
|
|
$(eval $(call SetupTestFilesCompilation, BUILD_HOTSPOT_JTREG_LIBRARIES, \
|
|
|
|
TYPE := LIBRARY, \
|
|
|
|
SOURCE_DIRS := $(BUILD_HOTSPOT_JTREG_NATIVE_SRC), \
|
|
|
|
OUTPUT_DIR := $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), \
|
2018-03-15 18:33:04 +00:00
|
|
|
EXCLUDE := $(BUILD_HOTSPOT_JTREG_EXCLUDE), \
|
2015-02-27 10:56:34 +00:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call SetupTestFilesCompilation, BUILD_HOTSPOT_JTREG_EXECUTABLES, \
|
|
|
|
TYPE := PROGRAM, \
|
|
|
|
SOURCE_DIRS := $(BUILD_HOTSPOT_JTREG_NATIVE_SRC), \
|
|
|
|
OUTPUT_DIR := $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), \
|
2018-03-15 18:33:04 +00:00
|
|
|
EXCLUDE := $(BUILD_HOTSPOT_JTREG_EXCLUDE), \
|
2015-02-27 10:56:34 +00:00
|
|
|
))
|
|
|
|
|
|
|
|
build-test-hotspot-jtreg-native: $(BUILD_HOTSPOT_JTREG_LIBRARIES) $(BUILD_HOTSPOT_JTREG_EXECUTABLES)
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
# Targets for building test-image.
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Copy to hotspot jtreg test image
|
|
|
|
$(eval $(call SetupCopyFiles,COPY_HOTSPOT_JTREG_NATIVE, \
|
|
|
|
SRC := $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), \
|
|
|
|
DEST := $(TEST_IMAGE_DIR)/hotspot/jtreg/native, \
|
|
|
|
FILES := $(BUILD_HOTSPOT_JTREG_LIBRARIES) $(BUILD_HOTSPOT_JTREG_EXECUTABLES), \
|
|
|
|
FLATTEN := true))
|
|
|
|
|
|
|
|
test-image-hotspot-jtreg-native: $(COPY_HOTSPOT_JTREG_NATIVE)
|
|
|
|
|
|
|
|
all: build-test-hotspot-jtreg-native
|
|
|
|
test-image: test-image-hotspot-jtreg-native
|
|
|
|
|
|
|
|
.PHONY: default all build-test-hotspot-jtreg-native test-image-hotspot-jtreg-native test-image
|