Withdrawn: CODETOOLS-7903291: jcstress: Optimize jcstress trap handling
Aleksey Shipilev
shade at openjdk.org
Thu Sep 8 14:22:04 UTC 2022
On Thu, 8 Sep 2022 10:03:46 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Currently, jcstress does `jcstress_sink(...)` method to let early NP-checks for field accesses persist. But this is not required: we can just store the value in the local variable, and the NP-checking effects would persist. This saves cycles calling the method in interpeter mode.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jcstress/pull/121
More information about the jcstress-dev
mailing list