changeset 29089 | c3404869ce6e |
parent 29083 | 5e7bce2712ac |
parent 29086 | 74100114a95a |
child 29341 | dedd5ddb0f95 |
child 29325 | 0e86e64c66e5 |
child 29193 | 3ede621e9262 |
--- a/hotspot/src/share/vm/opto/graphKit.cpp Thu Feb 19 12:56:50 2015 +0100 +++ b/hotspot/src/share/vm/opto/graphKit.cpp Thu Feb 19 11:12:59 2015 -0800 @@ -3244,6 +3244,9 @@ const TypeFunc *tf = OptoRuntime::complete_monitor_exit_Type(); UnlockNode *unlock = new UnlockNode(C, tf); +#ifdef ASSERT + unlock->set_dbg_jvms(sync_jvms()); +#endif uint raw_idx = Compile::AliasIdxRaw; unlock->init_req( TypeFunc::Control, control() ); unlock->init_req( TypeFunc::Memory , memory(raw_idx) );