< prev index next >

make/test/JtregNativeHotspot.gmk

Print this page
rev 47590 : [mq]: heap8


  48     $(TOPDIR)/test/hotspot/jtreg/gc/cslocker \
  49     $(TOPDIR)/test/hotspot/jtreg/native_sanity \
  50     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8025979 \
  51     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8033445 \
  52     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/checked \
  53     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/FindClass \
  54     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/PrivateInterfaceMethods \
  55     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ToStringInInterfaceTest \
  56     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CalleeSavedRegisters \
  57     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CallWithJNIWeak \
  58     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ReturnJNIWeak \
  59     $(TOPDIR)/test/hotspot/jtreg/runtime/modules/getModuleJNI \
  60     $(TOPDIR)/test/hotspot/jtreg/runtime/SameObject \
  61     $(TOPDIR)/test/hotspot/jtreg/runtime/BoolReturn \
  62     $(TOPDIR)/test/hotspot/jtreg/runtime/noClassDefFoundMsg \
  63     $(TOPDIR)/test/hotspot/jtreg/runtime/RedefineTests \
  64     $(TOPDIR)/test/hotspot/jtreg/compiler/floatingpoint/ \
  65     $(TOPDIR)/test/hotspot/jtreg/compiler/calls \
  66     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo \
  67     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetNamedModule \

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




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


< prev index next >