JDK-8330253 removed verify_consistent_lock_order which was added in JDK-8329757 as it was not capable of handling when deoptimizing a thread which is currently parked waiting on entry on a monitor.
Redo this verification. With the goal of being more precise in what it can assert while still working with all subsystems including jvmci.