JDK-8217305, JDK-8209002 and fixes
Aleksey Shipilev
shade at redhat.com
Mon Mar 11 18:09:41 UTC 2019
On 3/7/19 8:46 PM, Hohensee, Paul wrote:
> I tagged JDK-8217305 with jdk8u-fix-request.
Have you been doing the work for it? Generally, if you put the tag, it is expected that you also put
the appropriate "Fix Request" comment, which implies you did the backporting work.
> On 3/6/19, 11:58 PM, "jdk8u-dev on behalf of Kevin Walls" <jdk8u-dev-bounces at openjdk.java.net on behalf of kevin.walls at oracle.com> wrote:
> 8209002 changes JDK_VER.
> 8217305 changes JDK_FVER.
>
> 8217305 is not a confidential bug, but I haven't yet done an open review
> for that one. The required diff is below to clarify what it's about.
> If there's impact to the open builds we can do the review/approval
> required to get it there...
>
> --- a/common/autoconf/flags.m4 Wed Feb 27 10:51:09 2019 -0800
> +++ b/common/autoconf/flags.m4 Thu Feb 28 02:55:32 2019 -0800
> @@ -111,7 +111,7 @@
> -d
> \"JDK_VER=\$(JDK_MINOR_VERSION).\$(JDK_MICRO_VERSION).\$(COOKED_JDK_UPDATE_VERSION).\$(COOKED_BUILD_NUMBER)\"
> \
> -d \"JDK_COPYRIGHT=Copyright \xA9 $COPYRIGHT_YEAR\" \
> -d \"JDK_NAME=\$(PRODUCT_NAME) \$(JDK_RC_PLATFORM_NAME)
> \$(JDK_MINOR_VERSION) \$(JDK_UPDATE_META_TAG)\" \
> - -d \"JDK_FVER=\$(JDK_MINOR_VERSION),\$(JDK_MICRO_VERSION),\$(if
> \$(JDK_UPDATE_VERSION),\$(JDK_UPDATE_VERSION),0),\$(COOKED_BUILD_NUMBER)\""
> + -d \"JDK_FVER=\$(JDK_MINOR_VERSION),\$(JDK_MICRO_VERSION),\$(if
> \$(COOKED_JDK_UPDATE_VERSION),\$(COOKED_JDK_UPDATE_VERSION),0),\$(COOKED_BUILD_NUMBER)\""
> fi
> AC_SUBST(RC_FLAGS)
Hey Kevin, do I understand correctly this is the exact fix for 8217305 for 8u? If so, I'd be working
to get it into 8u.
Thanks,
-Aleksey
More information about the jdk8u-dev
mailing list