--- old/make/gensrc/Gensrc-jdk.compiler.gmk 2017-12-19 13:43:31.741786120 -0800 +++ new/make/gensrc/Gensrc-jdk.compiler.gmk 2017-12-19 13:43:31.425772210 -0800 @@ -28,11 +28,8 @@ $(eval $(call SetupVersionProperties,JAVAC_VERSION, \ com/sun/tools/javac/resources/version.properties)) -$(eval $(call SetupVersionProperties,JAVAH_VERSION, \ - com/sun/tools/javah/resources/version.properties)) - $(eval $(call SetupCompileProperties,COMPILE_PROPERTIES, \ - $(JAVAC_VERSION) $(JAVAH_VERSION))) + $(JAVAC_VERSION))) $(eval $(call SetupParseProperties,PARSE_PROPERTIES, \ com/sun/tools/javac/resources/compiler.properties))