Integrated: 8289434: x86_64: Improve comment on gen_continuation_enter()
Richard Reingruber
rrich at openjdk.org
Fri Jul 1 06:15:38 UTC 2022
On Wed, 29 Jun 2022 08:23:36 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> Change code comments for `gen_continuation_enter()` explaining that the generated code will call `Continuation.enter(Continuation c, boolean isContinue)` if the continuation give as first parameter is run for the first time.
>
> Also mention the special case for resolving this call.
This pull request has now been integrated.
Changeset: d260a4e7
Author: Richard Reingruber <rrich at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d260a4e794681c6f4be4767350702754cfc2035c
Stats: 6 lines in 1 file changed: 3 ins; 0 del; 3 mod
8289434: x86_64: Improve comment on gen_continuation_enter()
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/jdk/pull/9320
More information about the hotspot-compiler-dev
mailing list