On Fri, 30 Apr 2021 09:19:57 GMT, David Holmes <dhol...@openjdk.org> wrote:
> The existing logic does: > > build system -> java.lang.VersionProps -> VM thread.cpp fixed-size static > buffers -> JDK_Version class > > we can simply do: > > build system -> JDK_Version class > > reduces footprint, loc and startup time. > > Testing tiers 1-3 and manual visual inspection of version strings > > Thanks, > David This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.java.net/jdk/pull/3812