Withdrawn: CODETOOLS-7902971: jcstress: Interepreted mode match is incorrect

Aleksey Shipilev shade at openjdk.java.net
Sun Jun 13 10:34:05 UTC 2021


On Sun, 13 Jun 2021 10:08:54 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Look here:
> 
> 
>                 // If this actor runs in interpreted mode, then actor method should not be compiled.
>                 // Allow run loop to be compiled with the best compiler available.
>                 if (CompileMode.isInt(cm, a)) {
>                     pw.println(" {");
>                     pw.println(" match: "+" + task.name + "::" + an + "",");
> 
> 
> The "+" sign there is a copy-paste error from a relevant "inline" block. But "+" makes no sense in "match", and it would always mismatch. That means the "interpreter" split configuration are actually compiling.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.java.net/jcstress/pull/74


More information about the jcstress-dev mailing list