JDK-8150680 reintroduce a performance regression similar to the one addressed by JDK-8160000, this time due to creating Runtime.Version constants such as Runtime.Version.parse(Integer.toString(8))
Adding a fast-path to avoid initializing Runtime.VersionBuilder for such trivial cases would avoid the startup regression