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

Vladimir Kozlov kvn at openjdk.org
Wed Jun 29 16:57:28 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.

The fix looks fine but I don't think you can remove the test from Problem list which references other **not** fixed bug.

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

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


More information about the hotspot-compiler-dev mailing list