RFR: 8308657: ReplayInline is not availabe in production build
Vladimir Kozlov
kvn at openjdk.org
Thu May 25 16:25:57 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.
Good. We have already `InlineDataFile` as product flag.
And `DumpInline` compile command option is available in product too.
So we missed only this place.
-------------
Marked as reviewed by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14152#pullrequestreview-1444263286
More information about the hotspot-compiler-dev
mailing list