Integrated: 8256050: JVM crashes with -XX:+PrintDeoptimizationDetails

Vladimir Ivanov vlivanov at openjdk.java.net
Tue Nov 10 12:44:56 UTC 2020


On Mon, 9 Nov 2020 13:01:18 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> -XX:+PrintDeoptimizationDetails triggers intermittent crashes. I spotted 2 independent problems which the patch addresses:
>   * `markWord::print_on` doesn't handle displaced header case well (the pointer stored in the header may be stale);
>   * `InstanceKlass::oop_print_value_on` dumps some specific details about `MemberName`, but the code assumes the instance is fully initialized. It's not necessarily the case: for example, deoptimization can happen when `MemberName` constructor is being executed.  
> 
> Testing:
> - [x] manually verified that the crashes go away -XX:+PrintDeoptimizationDetails
> - [x] hs-precheckin-comp,hs-tier1,hs-tier2

This pull request has now been integrated.

Changeset: 3455fa9b
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3455fa9b
Stats:     31 lines in 7 files changed: 16 ins; 0 del; 15 mod

8256050: JVM crashes with -XX:+PrintDeoptimizationDetails

Reviewed-by: kvn, dcubed

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

PR: https://git.openjdk.java.net/jdk/pull/1124


More information about the hotspot-dev mailing list