[jdk11u-dev] Integrated: 8295872: [PPC64] JfrGetCallTrace: Need pc == nullptr check before frame constructor
Martin Doerr
mdoerr at openjdk.org
Mon Nov 14 07:57:46 UTC 2022
On Fri, 11 Nov 2022 15:13:31 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Backport of JDK-[8295872](https://github.com/openjdk/jdk17u-dev/commit/3486bb2f8f89c6266e67b6efbc68dac14b2e6e74). `nullptr` needs to get replaced by `NULL` because 11 uses an older C++ standard.
This pull request has now been integrated.
Changeset: d2af6538
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/d2af6538c026958408124830b7f65df200772e53
Stats: 18 lines in 2 files changed: 10 ins; 0 del; 8 mod
8295872: [PPC64] JfrGetCallTrace: Need pc == nullptr check before frame constructor
Reviewed-by: phh
Backport-of: 3486bb2f8f89c6266e67b6efbc68dac14b2e6e74
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1519
More information about the jdk-updates-dev
mailing list