Integrated: 8308657: ReplayInline is not availabe in production build

Ashutosh Mehra duke at openjdk.org
Fri May 26 14:51:14 UTC 2023


On Thu, 25 May 2023 14:37:54 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:

> DumpInline functionality is available in product build but ReplayInline is available in non product build only. This patch makes ReplayInline functionality available in product builds by moving it out of "#ifndef PRODUCT" directive.

This pull request has now been integrated.

Changeset: ce5251af
Author:    Ashutosh Mehra <asmehra at redhat.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ce5251aff7b3d8fb458061ae209d713b6a5a88c8
Stats:     2 lines in 1 file changed: 1 ins; 1 del; 0 mod

8308657: ReplayInline is not availabe in production build

Reviewed-by: kvn, roland, thartmann

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

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


More information about the hotspot-compiler-dev mailing list