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

Tobias Hartmann thartmann at openjdk.org
Wed Jun 29 08:12:43 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.

Just wondering, what about the error reported in [JDK-8225370](https://bugs.openjdk.org/browse/JDK-8225370) then?

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

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


More information about the hotspot-compiler-dev mailing list