make/autoconf/spec.gmk.in
changeset 52724 0bdbf854472f
parent 52595 16609197022c
child 52734 d537553ed639
--- a/make/autoconf/spec.gmk.in	Wed Nov 28 14:49:19 2018 -0500
+++ b/make/autoconf/spec.gmk.in	Wed Nov 28 15:53:49 2018 -0500
@@ -228,7 +228,8 @@
   # Only export "VENDOR" to the build if COMPANY_NAME contains a real value.
   # Otherwise the default value for VENDOR, which is used to set the "java.vendor"
   # and "java.vm.vendor" properties is hard-coded into the source code (i.e. in
-  # System.c in the jdk for "vm.vendor" and vm_version.cpp in the VM for "java.vm.vendor")
+  # VersionProps.java.template in the jdk for "vm.vendor" and
+  # vm_version.cpp in the VM for "java.vm.vendor")
   ifneq ($(COMPANY_NAME), N/A)
     VERSION_CFLAGS += -DVENDOR='"$(COMPANY_NAME)"'
   endif