RFR: 8312596: Null pointer access in Compile::TracePhase::~TracePhase after JDK-8311976 [v5]
Ashutosh Mehra
duke at openjdk.org
Fri Jul 28 21:23:43 UTC 2023
On Fri, 28 Jul 2023 16:41:18 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:
>> Please review this PR to fix a potential null pointer access in using `_compile`.
>> Updated the code to unconditionally initialize `_compile` and added an assert (similar to C1's `PhaseTraceTime` constructor) for it to be non-null.
>
> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
>
> Add -XX:-TieredCompilation in test config
>
> Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
@JohnTortugo I have added a commit as per your suggestions.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15002#issuecomment-1656346683
More information about the hotspot-compiler-dev
mailing list