RFR: 8289943: Simplify some object allocation merges

Vladimir Kozlov kvn at openjdk.org
Mon Jul 11 23:45:38 UTC 2022


On Mon, 11 Jul 2022 19:34:47 GMT, Cesar Soares <duke at openjdk.org> wrote:

> > What about adjust_scalar_replaceable_state() code mark allocation as non-SR if they are merged?
> 
> I didn't get this part. Can you please clarify?

My bad. After looking more on changes I noticed that you exit `compute_escape()` before `adjust_scalar_replaceable_state()` is called. So my comment is null.

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

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


More information about the hotspot-compiler-dev mailing list