RFR: 8355490: Make VM_RedefineClasses::merge_constant_pools only take reference arguments
Coleen Phillimore
coleenp at openjdk.org
Thu Apr 24 16:04:46 UTC 2025
On Thu, 24 Apr 2025 12:09:36 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> Hi,
>
> I've changed two pointer arguments to be references instead, as we bail if they are null and `assert(false)` on top of that. There are no other calls to this function than the one I fixed.
>
> Testing: GHA Tier1
Looks fine.
-------------
Marked as reviewed by coleenp (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24848#pullrequestreview-2791756299
More information about the hotspot-dev
mailing list