RFR: 8289427: compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java failed with null setting

KIRIYAMA Takuya duke at openjdk.org
Mon Jul 4 06:48:57 UTC 2022


On Wed, 29 Jun 2022 06:47:07 GMT, KIRIYAMA Takuya <duke at openjdk.org> wrote:

> The problem of JDK-8289427 is caused by using incorrect compiler settings when the auto generated INTRINSIC parameter is null.
> I fixed it to use the appropriate value if the argument of cmd was null.
> Please review this change.

I see. The error reported in JDK-8225370 didn't occur in my Win10 environment, but I don't know why didn't it. I restored ProblemList.txt.

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

PR: https://git.openjdk.org/jdk/pull/9318


More information about the hotspot-compiler-dev mailing list