< prev index next >

make/test/JtregNativeHotspot.gmk

Print this page




  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 
  88 ifeq ($(OPENJDK_TARGET_OS), linux)
  89 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  90     $(TOPDIR)/test/hotspot/jtreg/runtime/execstack \
  91     $(TOPDIR)/test/hotspot/jtreg/runtime/jsig \
  92     $(TOPDIR)/test/hotspot/jtreg/runtime/StackGuardPages
  93 endif
  94 
  95 ifeq ($(TOOLCHAIN_TYPE), solstudio)
  96     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_liboverflow := -lc
  97     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libSimpleClassFileLoadHook := -lc
  98     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetOwnedMonitorInfoTest := -lc
  99     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetNamedModuleTest := -lc
 100     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libIsModifiableModuleTest := -lc
 101     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleReadsTest := -lc




  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), windows-x86)
  83 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  84     $(TOPDIR)/test/hotspot/jtreg/compiler/criticalnatives
  85 endif
  86 
  87 ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), solaris-sparc)
  88 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  89     $(TOPDIR)/test/hotspot/jtreg/runtime/libadimalloc.solaris.sparc \
  90     $(TOPDIR)/test/hotspot/jtreg/runtime/ThreadSignalMask
  91 endif
  92 
  93 ifeq ($(OPENJDK_TARGET_OS), linux)
  94 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  95     $(TOPDIR)/test/hotspot/jtreg/runtime/execstack \
  96     $(TOPDIR)/test/hotspot/jtreg/runtime/jsig \
  97     $(TOPDIR)/test/hotspot/jtreg/runtime/StackGuardPages
  98 endif
  99 
 100 ifeq ($(TOOLCHAIN_TYPE), solstudio)
 101     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_liboverflow := -lc
 102     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libSimpleClassFileLoadHook := -lc
 103     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetOwnedMonitorInfoTest := -lc
 104     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libGetNamedModuleTest := -lc
 105     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libIsModifiableModuleTest := -lc
 106     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleReadsTest := -lc


< prev index next >