RFR: 8263615: Cleanup tightly_coupled_allocation

Tobias Hartmann thartmann at openjdk.java.net
Mon Mar 29 06:43:29 UTC 2021


On Wed, 24 Mar 2021 14:16:52 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

> Small cleanup of tightly_couple_allocation as a follow up to JDK-8263361. 
> 
> 1. The slow_region argument isn't used from any context. 
> 2. The use in LibraryCallKit::inline_string_toBytesU() can never be null since the alloca is directly above. Removing null check and associated code.

Looks good.

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

Marked as reviewed by thartmann (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3174


More information about the hotspot-compiler-dev mailing list