< prev index next >

make/test/JtregNative.gmk

Print this page




  39 # Targets for building the native tests themselves.
  40 ################################################################################
  41 
  42 # Add more directories here when needed.
  43 BUILD_HOTSPOT_JTREG_NATIVE_SRC := \
  44     $(HOTSPOT_TOPDIR)/test/native_sanity \
  45     $(HOTSPOT_TOPDIR)/test/runtime/jni/8025979 \
  46     $(HOTSPOT_TOPDIR)/test/runtime/jni/8033445 \
  47     $(HOTSPOT_TOPDIR)/test/runtime/jni/checked \
  48     $(HOTSPOT_TOPDIR)/test/runtime/jni/PrivateInterfaceMethods \
  49     $(HOTSPOT_TOPDIR)/test/runtime/jni/ToStringInInterfaceTest \
  50     $(HOTSPOT_TOPDIR)/test/runtime/jni/CalleeSavedRegisters \
  51     $(HOTSPOT_TOPDIR)/test/runtime/jni/CallWithJNIWeak \
  52     $(HOTSPOT_TOPDIR)/test/runtime/jni/ReturnJNIWeak \
  53     $(HOTSPOT_TOPDIR)/test/runtime/modules/getModuleJNI \
  54     $(HOTSPOT_TOPDIR)/test/runtime/SameObject \
  55     $(HOTSPOT_TOPDIR)/test/runtime/BoolReturn \
  56     $(HOTSPOT_TOPDIR)/test/compiler/floatingpoint/ \
  57     $(HOTSPOT_TOPDIR)/test/compiler/calls \
  58     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/GetNamedModule \

  59     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleReads \
  60     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleExportsAndOpens \
  61     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleUsesAndProvides \
  62     $(HOTSPOT_TOPDIR)/test/testlibrary/jvmti \
  63     $(HOTSPOT_TOPDIR)/test/compiler/jvmci/jdk.vm.ci.code.test \
  64     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/GetModulesInfo \
  65     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook \
  66     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/ModuleAwareAgents/ClassLoadPrepare \
  67     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/ModuleAwareAgents/ThreadStart \
  68     #
  69 
  70 # Add conditional directories here when needed.
  71 ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), solaris-sparc)
  72 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  73     $(HOTSPOT_TOPDIR)/test/runtime/libadimalloc.solaris.sparc \
  74     $(HOTSPOT_TOPDIR)/test/runtime/ThreadSignalMask
  75 endif
  76 
  77 ifeq ($(OPENJDK_TARGET_OS), linux)
  78 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \




  39 # Targets for building the native tests themselves.
  40 ################################################################################
  41 
  42 # Add more directories here when needed.
  43 BUILD_HOTSPOT_JTREG_NATIVE_SRC := \
  44     $(HOTSPOT_TOPDIR)/test/native_sanity \
  45     $(HOTSPOT_TOPDIR)/test/runtime/jni/8025979 \
  46     $(HOTSPOT_TOPDIR)/test/runtime/jni/8033445 \
  47     $(HOTSPOT_TOPDIR)/test/runtime/jni/checked \
  48     $(HOTSPOT_TOPDIR)/test/runtime/jni/PrivateInterfaceMethods \
  49     $(HOTSPOT_TOPDIR)/test/runtime/jni/ToStringInInterfaceTest \
  50     $(HOTSPOT_TOPDIR)/test/runtime/jni/CalleeSavedRegisters \
  51     $(HOTSPOT_TOPDIR)/test/runtime/jni/CallWithJNIWeak \
  52     $(HOTSPOT_TOPDIR)/test/runtime/jni/ReturnJNIWeak \
  53     $(HOTSPOT_TOPDIR)/test/runtime/modules/getModuleJNI \
  54     $(HOTSPOT_TOPDIR)/test/runtime/SameObject \
  55     $(HOTSPOT_TOPDIR)/test/runtime/BoolReturn \
  56     $(HOTSPOT_TOPDIR)/test/compiler/floatingpoint/ \
  57     $(HOTSPOT_TOPDIR)/test/compiler/calls \
  58     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/GetNamedModule \
  59     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/HeapMonitor \
  60     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleReads \
  61     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleExportsAndOpens \
  62     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleUsesAndProvides \
  63     $(HOTSPOT_TOPDIR)/test/testlibrary/jvmti \
  64     $(HOTSPOT_TOPDIR)/test/compiler/jvmci/jdk.vm.ci.code.test \
  65     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/GetModulesInfo \
  66     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook \
  67     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/ModuleAwareAgents/ClassLoadPrepare \
  68     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/ModuleAwareAgents/ThreadStart \
  69     #
  70 
  71 # Add conditional directories here when needed.
  72 ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), solaris-sparc)
  73 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  74     $(HOTSPOT_TOPDIR)/test/runtime/libadimalloc.solaris.sparc \
  75     $(HOTSPOT_TOPDIR)/test/runtime/ThreadSignalMask
  76 endif
  77 
  78 ifeq ($(OPENJDK_TARGET_OS), linux)
  79 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \


< prev index next >