Re: Setting/overriding HOTSPOT_VERSION_STRING

2016-07-05 Thread Doug Simon
Thanks Volker! I think --with-version-opt is what I need. -Doug > On 05 Jul 2016, at 14:34, Volker Simonis wrote: > > Hi Doug, > > HOTSPOT_VERSION_STRING comes from VERSION_STRING: > > hotspot/make/lib/CompileJvm.gmk: > -DHOTSPOT_VERSION_STRING='"$(VERSION_STRING)" > > and VERSION_STRING co

Re: Setting/overriding HOTSPOT_VERSION_STRING

2016-07-05 Thread Volker Simonis
Hi Doug, HOTSPOT_VERSION_STRING comes from VERSION_STRING: hotspot/make/lib/CompileJvm.gmk: -DHOTSPOT_VERSION_STRING='"$(VERSION_STRING)" and VERSION_STRING comes from configure. In your build directory you can do: grep VERSION_STRING spec.gmk VERSION_STRING := 9-internal+0-2016-06-29-155201.d0