< prev index next >

make/test/JtregNative.gmk

Print this page




  44 # Add more directories here when needed.
  45 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  46     $(HOTSPOT_TOPDIR)/test/gc/g1/TestJNIWeakG1 \
  47     $(HOTSPOT_TOPDIR)/test/gc/stress/gclocker \
  48     $(HOTSPOT_TOPDIR)/test/native_sanity \
  49     $(HOTSPOT_TOPDIR)/test/runtime/jni/8025979 \
  50     $(HOTSPOT_TOPDIR)/test/runtime/jni/8033445 \
  51     $(HOTSPOT_TOPDIR)/test/runtime/jni/checked \
  52     $(HOTSPOT_TOPDIR)/test/runtime/jni/PrivateInterfaceMethods \
  53     $(HOTSPOT_TOPDIR)/test/runtime/jni/ToStringInInterfaceTest \
  54     $(HOTSPOT_TOPDIR)/test/runtime/jni/CalleeSavedRegisters \
  55     $(HOTSPOT_TOPDIR)/test/runtime/jni/CallWithJNIWeak \
  56     $(HOTSPOT_TOPDIR)/test/runtime/jni/ReturnJNIWeak \
  57     $(HOTSPOT_TOPDIR)/test/runtime/modules/getModuleJNI \
  58     $(HOTSPOT_TOPDIR)/test/runtime/SameObject \
  59     $(HOTSPOT_TOPDIR)/test/runtime/BoolReturn \
  60     $(HOTSPOT_TOPDIR)/test/runtime/noClassDefFoundMsg \
  61     $(HOTSPOT_TOPDIR)/test/compiler/floatingpoint/ \
  62     $(HOTSPOT_TOPDIR)/test/compiler/calls \
  63     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/GetNamedModule \

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




  44 # Add more directories here when needed.
  45 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  46     $(HOTSPOT_TOPDIR)/test/gc/g1/TestJNIWeakG1 \
  47     $(HOTSPOT_TOPDIR)/test/gc/stress/gclocker \
  48     $(HOTSPOT_TOPDIR)/test/native_sanity \
  49     $(HOTSPOT_TOPDIR)/test/runtime/jni/8025979 \
  50     $(HOTSPOT_TOPDIR)/test/runtime/jni/8033445 \
  51     $(HOTSPOT_TOPDIR)/test/runtime/jni/checked \
  52     $(HOTSPOT_TOPDIR)/test/runtime/jni/PrivateInterfaceMethods \
  53     $(HOTSPOT_TOPDIR)/test/runtime/jni/ToStringInInterfaceTest \
  54     $(HOTSPOT_TOPDIR)/test/runtime/jni/CalleeSavedRegisters \
  55     $(HOTSPOT_TOPDIR)/test/runtime/jni/CallWithJNIWeak \
  56     $(HOTSPOT_TOPDIR)/test/runtime/jni/ReturnJNIWeak \
  57     $(HOTSPOT_TOPDIR)/test/runtime/modules/getModuleJNI \
  58     $(HOTSPOT_TOPDIR)/test/runtime/SameObject \
  59     $(HOTSPOT_TOPDIR)/test/runtime/BoolReturn \
  60     $(HOTSPOT_TOPDIR)/test/runtime/noClassDefFoundMsg \
  61     $(HOTSPOT_TOPDIR)/test/compiler/floatingpoint/ \
  62     $(HOTSPOT_TOPDIR)/test/compiler/calls \
  63     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/GetNamedModule \
  64     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/HeapMonitor \
  65     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleReads \
  66     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleExportsAndOpens \
  67     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleUsesAndProvides \
  68     $(HOTSPOT_TOPDIR)/test/testlibrary/jvmti \
  69     $(HOTSPOT_TOPDIR)/test/compiler/jvmci/jdk.vm.ci.code.test \
  70     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/GetModulesInfo \
  71     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook \
  72     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/ModuleAwareAgents/ClassLoadPrepare \
  73     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/ModuleAwareAgents/ThreadStart \
  74     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/StartPhase/AllowedFunctions \
  75     #
  76 
  77 # Add conditional directories here when needed.
  78 ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), solaris-sparc)
  79 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  80     $(HOTSPOT_TOPDIR)/test/runtime/libadimalloc.solaris.sparc \
  81     $(HOTSPOT_TOPDIR)/test/runtime/ThreadSignalMask
  82 endif
  83 
  84 ifeq ($(OPENJDK_TARGET_OS), linux)


< prev index next >