--- old/src/share/vm/opto/compile.cpp 2016-12-08 10:58:29.987531940 +0100 +++ new/src/share/vm/opto/compile.cpp 2016-12-08 10:58:29.918532074 +0100 @@ -754,7 +754,7 @@ } else { // Normal case. init_tf(TypeFunc::make(method())); - StartNode* s = new StartNode(root(), tf()->domain()); + StartNode* s = new StartNode(root(), tf()->domain_cc()); initial_gvn()->set_type_bottom(s); init_start(s); if (method()->intrinsic_id() == vmIntrinsics::_Reference_get && UseG1GC) {