--- old/src/share/vm/classfile/classFileParser.cpp 2014-09-05 16:06:21.723083000 -0400 +++ new/src/share/vm/classfile/classFileParser.cpp 2014-09-05 16:06:19.987906000 -0400 @@ -4138,8 +4138,8 @@ } // Allocate mirror and initialize static fields - java_lang_Class::create_mirror(this_klass, protection_domain, CHECK_(nullHandle)); - + java_lang_Class::create_mirror(this_klass, class_loader, protection_domain, + CHECK_(nullHandle)); // Generate any default methods - default methods are interface methods // that have a default implementation. This is new with Lambda project.