Integrated: 8358230: Incorrect location for the assert for blob != nullptr in CodeBlob::create

Ashutosh Mehra asmehra at openjdk.org
Sun Jun 1 01:08:01 UTC 2025


On Sat, 31 May 2025 20:45:56 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

> A trivial fix to moves the assert for `blob != nullptr` before any usage of the the `blob`

This pull request has now been integrated.

Changeset: 59dc8499
Author:    Ashutosh Mehra <asmehra at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/59dc849909c1edc892c94a27b0340fcf53db3a98
Stats:     3 lines in 1 file changed: 2 ins; 1 del; 0 mod

8358230: Incorrect location for the assert for blob != nullptr in CodeBlob::create

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list