make/test/JtregNativeHotspot.gmk
changeset 47881 0ce0ac68ace7
parent 47787 11b8ac93804c
child 48150 bc1cffa26561
equal deleted inserted replaced
47824:cf127be65014 47881:0ce0ac68ace7
    58     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ReturnJNIWeak \
    58     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ReturnJNIWeak \
    59     $(TOPDIR)/test/hotspot/jtreg/runtime/modules/getModuleJNI \
    59     $(TOPDIR)/test/hotspot/jtreg/runtime/modules/getModuleJNI \
    60     $(TOPDIR)/test/hotspot/jtreg/runtime/SameObject \
    60     $(TOPDIR)/test/hotspot/jtreg/runtime/SameObject \
    61     $(TOPDIR)/test/hotspot/jtreg/runtime/BoolReturn \
    61     $(TOPDIR)/test/hotspot/jtreg/runtime/BoolReturn \
    62     $(TOPDIR)/test/hotspot/jtreg/runtime/noClassDefFoundMsg \
    62     $(TOPDIR)/test/hotspot/jtreg/runtime/noClassDefFoundMsg \
       
    63     $(TOPDIR)/test/hotspot/jtreg/runtime/handshake \
    63     $(TOPDIR)/test/hotspot/jtreg/runtime/RedefineTests \
    64     $(TOPDIR)/test/hotspot/jtreg/runtime/RedefineTests \
    64     $(TOPDIR)/test/hotspot/jtreg/compiler/floatingpoint/ \
    65     $(TOPDIR)/test/hotspot/jtreg/compiler/floatingpoint/ \
    65     $(TOPDIR)/test/hotspot/jtreg/compiler/calls \
    66     $(TOPDIR)/test/hotspot/jtreg/compiler/calls \
    66     $(TOPDIR)/test/hotspot/jtreg/compiler/runtime/criticalnatives/lookup \
    67     $(TOPDIR)/test/hotspot/jtreg/compiler/runtime/criticalnatives/lookup \
    67     $(TOPDIR)/test/hotspot/jtreg/compiler/runtime/criticalnatives/argumentcorruption \
    68     $(TOPDIR)/test/hotspot/jtreg/compiler/runtime/criticalnatives/argumentcorruption \
   106     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassFileLoadHook := -lc
   107     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassFileLoadHook := -lc
   107     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassLoadPrepare := -lc
   108     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAClassLoadPrepare := -lc
   108     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAThreadStart := -lc
   109     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAThreadStart := -lc
   109     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAllowedFunctions := -lc
   110     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAllowedFunctions := -lc
   110     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libRedefineDoubleDelete := -lc
   111     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libRedefineDoubleDelete := -lc
       
   112     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libHandshakeTransitionTest := -lc
   111 endif
   113 endif
   112 
   114 
   113 ifeq ($(OPENJDK_TARGET_OS), linux)
   115 ifeq ($(OPENJDK_TARGET_OS), linux)
   114     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rw := -z noexecstack
   116     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rw := -z noexecstack
   115     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rwx := -z execstack
   117     BUILD_HOTSPOT_JTREG_LIBRARIES_LDFLAGS_libtest-rwx := -z execstack