< prev index next >

make/test/JtregNativeHotspot.gmk

Print this page

        

@@ -77,10 +77,15 @@
     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/ModuleAwareAgents/ThreadStart \
     $(TOPDIR)/test/hotspot/jtreg/serviceability/jvmti/StartPhase/AllowedFunctions \
     #
 
 # Add conditional directories here when needed.
+ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), windows-x86)
+BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
+    $(TOPDIR)/test/hotspot/jtreg/compiler/criticalnatives
+endif
+
 ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), solaris-sparc)
 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
     $(TOPDIR)/test/hotspot/jtreg/runtime/libadimalloc.solaris.sparc \
     $(TOPDIR)/test/hotspot/jtreg/runtime/ThreadSignalMask
 endif
< prev index next >