< prev index next >

make/test/JtregNativeHotspot.gmk

Print this page
rev 48551 : [mq]: heap8


  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




  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/HeapMonitor \
  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


< prev index next >