< prev index next >

make/test/JtregNativeHotspot.gmk

Print this page




  50     $(TOPDIR)/test/hotspot/jtreg/native_sanity \
  51     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8025979 \
  52     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8033445 \
  53     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/checked \
  54     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/FindClass \
  55     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/PrivateInterfaceMethods \
  56     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ToStringInInterfaceTest \
  57     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CalleeSavedRegisters \
  58     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CallWithJNIWeak \
  59     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ReturnJNIWeak \
  60     $(TOPDIR)/test/hotspot/jtreg/runtime/modules/getModuleJNI \
  61     $(TOPDIR)/test/hotspot/jtreg/runtime/SameObject \
  62     $(TOPDIR)/test/hotspot/jtreg/runtime/BoolReturn \
  63     $(TOPDIR)/test/hotspot/jtreg/runtime/noClassDefFoundMsg \
  64     $(TOPDIR)/test/hotspot/jtreg/runtime/handshake \
  65     $(TOPDIR)/test/hotspot/jtreg/runtime/RedefineTests \
  66     $(TOPDIR)/test/hotspot/jtreg/compiler/floatingpoint/ \
  67     $(TOPDIR)/test/hotspot/jtreg/compiler/calls \
  68     $(TOPDIR)/test/hotspot/jtreg/compiler/runtime/criticalnatives/lookup \
  69     $(TOPDIR)/test/hotspot/jtreg/compiler/runtime/criticalnatives/argumentcorruption \

  70     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo \
  71     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo \
  72     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetNamedModule \
  73     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/IsModifiableModule \
  74     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/AddModuleReads \
  75     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/AddModuleExportsAndOpens \
  76     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/AddModuleUsesAndProvides \
  77     $(TOPDIR)/test/hotspot/jtreg/testlibrary/jvmti \
  78     $(TOPDIR)/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test \
  79     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetModulesInfo \
  80     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook \
  81     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/ModuleAwareAgents/ClassLoadPrepare \
  82     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/ModuleAwareAgents/ThreadStart \
  83     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/StartPhase/AllowedFunctions \
  84     $(TOPDIR)/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed \
  85     #
  86 
  87 # Add conditional directories here when needed.
  88 ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), solaris-sparc)
  89 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  90     $(TOPDIR)/test/hotspot/jtreg/runtime/libadimalloc.solaris.sparc \
  91     $(TOPDIR)/test/hotspot/jtreg/runtime/ThreadSignalMask
  92 endif
  93 
  94 ifeq ($(OPENJDK_TARGET_OS), linux)
  95 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  96     $(TOPDIR)/test/hotspot/jtreg/runtime/execstack \
  97     $(TOPDIR)/test/hotspot/jtreg/runtime/jsig \
  98     $(TOPDIR)/test/hotspot/jtreg/runtime/StackGuardPages
  99 endif
 100 
 101 ifeq ($(TOOLCHAIN_TYPE), solstudio)
 102     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_liboverflow := -lc
 103     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libSimpleClassFileLoadHook := -lc

 104     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetOwnedMonitorInfoTest := -lc
 105     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetOwnedMonitorStackDepthInfoTest := -lc
 106     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetNamedModuleTest := -lc
 107     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libIsModifiableModuleTest := -lc
 108     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleReadsTest := -lc
 109     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleExportsAndOpensTest := -lc
 110     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleUsesAndProvidesTest := -lc
 111     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassFileLoadHook := -lc
 112     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassLoadPrepare := -lc
 113     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAThreadStart := -lc
 114     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAllowedFunctions := -lc
 115     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libRedefineDoubleDelete := -lc
 116     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libHandshakeTransitionTest := -lc
 117     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libHasNoEntryPoint := -lc
 118     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libReturnError := -lc
 119     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libCNLookUp := -lc
 120     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libTestCheckedEnsureLocalCapacity := -lc
 121 endif
 122 
 123 ifeq ($(OPENJDK_TARGET_OS), linux)




  50     $(TOPDIR)/test/hotspot/jtreg/native_sanity \
  51     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8025979 \
  52     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8033445 \
  53     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/checked \
  54     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/FindClass \
  55     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/PrivateInterfaceMethods \
  56     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ToStringInInterfaceTest \
  57     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CalleeSavedRegisters \
  58     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CallWithJNIWeak \
  59     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ReturnJNIWeak \
  60     $(TOPDIR)/test/hotspot/jtreg/runtime/modules/getModuleJNI \
  61     $(TOPDIR)/test/hotspot/jtreg/runtime/SameObject \
  62     $(TOPDIR)/test/hotspot/jtreg/runtime/BoolReturn \
  63     $(TOPDIR)/test/hotspot/jtreg/runtime/noClassDefFoundMsg \
  64     $(TOPDIR)/test/hotspot/jtreg/runtime/handshake \
  65     $(TOPDIR)/test/hotspot/jtreg/runtime/RedefineTests \
  66     $(TOPDIR)/test/hotspot/jtreg/compiler/floatingpoint/ \
  67     $(TOPDIR)/test/hotspot/jtreg/compiler/calls \
  68     $(TOPDIR)/test/hotspot/jtreg/compiler/runtime/criticalnatives/lookup \
  69     $(TOPDIR)/test/hotspot/jtreg/compiler/runtime/criticalnatives/argumentcorruption \
  70     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/8161605 \
  71     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo \
  72     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo \
  73     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetNamedModule \
  74     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/IsModifiableModule \
  75     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/AddModuleReads \
  76     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/AddModuleExportsAndOpens \
  77     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/AddModuleUsesAndProvides \
  78     $(TOPDIR)/test/hotspot/jtreg/testlibrary/jvmti \
  79     $(TOPDIR)/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test \
  80     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetModulesInfo \
  81     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook \
  82     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/ModuleAwareAgents/ClassLoadPrepare \
  83     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/ModuleAwareAgents/ThreadStart \
  84     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/StartPhase/AllowedFunctions \
  85     $(TOPDIR)/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed \
  86     #
  87 
  88 # Add conditional directories here when needed.
  89 ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), solaris-sparc)
  90 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  91     $(TOPDIR)/test/hotspot/jtreg/runtime/libadimalloc.solaris.sparc \
  92     $(TOPDIR)/test/hotspot/jtreg/runtime/ThreadSignalMask
  93 endif
  94 
  95 ifeq ($(OPENJDK_TARGET_OS), linux)
  96 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  97     $(TOPDIR)/test/hotspot/jtreg/runtime/execstack \
  98     $(TOPDIR)/test/hotspot/jtreg/runtime/jsig \
  99     $(TOPDIR)/test/hotspot/jtreg/runtime/StackGuardPages
 100 endif
 101 
 102 ifeq ($(TOOLCHAIN_TYPE), solstudio)
 103     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_liboverflow := -lc
 104     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libSimpleClassFileLoadHook := -lc
 105     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libCanGenerateAllClassHook := -lc
 106     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetOwnedMonitorInfoTest := -lc
 107     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetOwnedMonitorStackDepthInfoTest := -lc
 108     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetNamedModuleTest := -lc
 109     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libIsModifiableModuleTest := -lc
 110     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleReadsTest := -lc
 111     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleExportsAndOpensTest := -lc
 112     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleUsesAndProvidesTest := -lc
 113     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassFileLoadHook := -lc
 114     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassLoadPrepare := -lc
 115     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAThreadStart := -lc
 116     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAllowedFunctions := -lc
 117     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libRedefineDoubleDelete := -lc
 118     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libHandshakeTransitionTest := -lc
 119     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libHasNoEntryPoint := -lc
 120     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libReturnError := -lc
 121     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libCNLookUp := -lc
 122     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libTestCheckedEnsureLocalCapacity := -lc
 123 endif
 124 
 125 ifeq ($(OPENJDK_TARGET_OS), linux)


< prev index next >