--- old/make/test/JtregNativeHotspot.gmk 2017-10-11 15:25:08.754178172 +0200 +++ new/make/test/JtregNativeHotspot.gmk 2017-10-11 15:25:08.517167996 +0200 @@ -59,6 +59,7 @@ $(TOPDIR)/test/hotspot/jtreg/runtime/SameObject \ $(TOPDIR)/test/hotspot/jtreg/runtime/BoolReturn \ $(TOPDIR)/test/hotspot/jtreg/runtime/noClassDefFoundMsg \ + $(TOPDIR)/test/hotspot/jtreg/runtime/handshake \ $(TOPDIR)/test/hotspot/jtreg/runtime/RedefineTests \ $(TOPDIR)/test/hotspot/jtreg/compiler/floatingpoint/ \ $(TOPDIR)/test/hotspot/jtreg/compiler/calls \ @@ -105,6 +106,7 @@ BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libMAAThreadStart := -lc BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAllowedFunctions := -lc BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libRedefineDoubleDelete := -lc + BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libTestTrans := -lc endif ifeq ($(OPENJDK_TARGET_OS), linux)