make/test/JtregNativeHotspot.gmk
changeset 47612 b512c5781ca1
parent 47314 743814386712
parent 47596 6d5b8aa2f568
child 47626 52cf482c4d28
equal deleted inserted replaced
47316:1129253d3bc7 47612:b512c5781ca1
    57     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ReturnJNIWeak \
    57     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ReturnJNIWeak \
    58     $(TOPDIR)/test/hotspot/jtreg/runtime/modules/getModuleJNI \
    58     $(TOPDIR)/test/hotspot/jtreg/runtime/modules/getModuleJNI \
    59     $(TOPDIR)/test/hotspot/jtreg/runtime/SameObject \
    59     $(TOPDIR)/test/hotspot/jtreg/runtime/SameObject \
    60     $(TOPDIR)/test/hotspot/jtreg/runtime/BoolReturn \
    60     $(TOPDIR)/test/hotspot/jtreg/runtime/BoolReturn \
    61     $(TOPDIR)/test/hotspot/jtreg/runtime/noClassDefFoundMsg \
    61     $(TOPDIR)/test/hotspot/jtreg/runtime/noClassDefFoundMsg \
       
    62     $(TOPDIR)/test/hotspot/jtreg/runtime/RedefineTests \
    62     $(TOPDIR)/test/hotspot/jtreg/compiler/floatingpoint/ \
    63     $(TOPDIR)/test/hotspot/jtreg/compiler/floatingpoint/ \
    63     $(TOPDIR)/test/hotspot/jtreg/compiler/calls \
    64     $(TOPDIR)/test/hotspot/jtreg/compiler/calls \
    64     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo \
    65     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo \
    65     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetNamedModule \
    66     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/GetNamedModule \
    66     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/IsModifiableModule \
    67     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/IsModifiableModule \
   101     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleUsesAndProvidesTest := -lc
   102     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libAddModuleUsesAndProvidesTest := -lc
   102     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassFileLoadHook := -lc
   103     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassFileLoadHook := -lc
   103     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassLoadPrepare := -lc
   104     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassLoadPrepare := -lc
   104     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAThreadStart := -lc
   105     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAThreadStart := -lc
   105     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAllowedFunctions := -lc
   106     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAllowedFunctions := -lc
       
   107     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libRedefineDoubleDelete := -lc
   106 endif
   108 endif
   107 
   109 
   108 ifeq ($(OPENJDK_TARGET_OS), linux)
   110 ifeq ($(OPENJDK_TARGET_OS), linux)
   109     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rw := -z noexecstack
   111     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rw := -z noexecstack
   110     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rwx := -z execstack
   112     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rwx := -z execstack