RFR: JDK-8245119 Fix include path for hotspot-ide-project

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Fri May 15 16:24:29 UTC 2020


Unfortunately JDK-8245046 was not enough to be able to produce the 
Hotspot VS project file. With this patch, the generation has been tested 
and verified by one of our Windows developers.

Bug: https://bugs.openjdk.java.net/browse/JDK-8245119
Patch inline:
diff --git a/make/Main.gmk b/make/Main.gmk
--- a/make/Main.gmk
+++ b/make/Main.gmk
@@ -263,6 +263,7 @@
  $(eval $(call SetupTarget, hotspot-ide-project, \
      MAKEFILE := hotspot/ide/CreateVSProject, \
      DEPS := hotspot exploded-image, \
+    ARGS := -I$(TOPDIR)/make/hotspot, \
  ))

  ALL_TARGETS += $(HOTSPOT_VARIANT_TARGETS) 
$(HOTSPOT_VARIANT_GENSRC_TARGETS) \

/Magnus



More information about the build-dev mailing list