RFR: 8374862: assert(false) failed: Attempting to acquire lock MDOExtraData_lock/nosafepoint-1 out of order with lock tty_lock/tty -- possible deadlock (running with -XX:+Verbose -XX:+WizardMode -XX:+PrintDeoptimizationDetails) [v2]

Guanqiang Han ghan at openjdk.org
Wed Jan 14 08:12:41 UTC 2026


On Wed, 14 Jan 2026 02:04:26 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Guanqiang Han has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>> 
>>  - change variable name
>>  - Merge remote-tracking branch 'upstream/master' into 8374862
>>  - fix a compile  error
>>  - fix 8374862
>
> src/hotspot/share/runtime/vframeArray.cpp line 511:
> 
>> 509:     vframe* f = vframe::new_vframe(iframe(), &map, thread);
>> 510:     f->print();
>> 511:     if (dump_codes) {
> 
> Suggestion:
> 
>     if (print_codes) {

All fixed, thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29186#discussion_r2689404668


More information about the hotspot-compiler-dev mailing list