--- old/src/hotspot/share/opto/callnode.cpp 2018-07-09 14:55:51.414895865 +0200 +++ new/src/hotspot/share/opto/callnode.cpp 2018-07-09 14:55:51.146895869 +0200 @@ -849,6 +849,7 @@ } bool CallNode::has_debug_use(Node *n) { + assert(jvms() != NULL, "jvms should not be null"); for (uint i = jvms()->debug_start(); i < jvms()->debug_end(); i++) { Node *arg = in(i); if (arg == n) {