[jdk8u-dev] RFR: 8059847: complement JDK-8055286 and JDK-8056964 changes

ktakakuri duke at openjdk.org
Thu Dec 14 11:08:53 UTC 2023


On Tue, 28 Nov 2023 12:33:12 GMT, ktakakuri <duke at openjdk.org> wrote:

> Hi all,
> 
> This is a backport of JDK-8059847: complement JDK-8055286 and JDK-8056964 changes
> 
> JDK-8055286 and JDK-8056964 are already backported to JDK8, but this patch is not. For this reason, CompileCommand=option does not support flags of type double, as reported. So this patch should be applied.
> 
> The original patch is applied cleanly.
> 
> Testing: hotspot_tier1 including the test which come with this patch.
> 
> Thank you.

Thank you for your comment.
When submitting this PR, I thought that the -XX:CompileCommand=option could handle all available flag types except double and that this follow-up enhancement should be backported for completeness.
However the uint64_t type is used as a flag type but is not handled by CompileCommand.
Now that I know this, I don't think there's much need to backport this fix, so I close this request.

-------------

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/396#issuecomment-1855643452


More information about the jdk8u-dev mailing list