--- old/src/hotspot/share/ci/ciValueKlass.hpp 2018-12-10 21:15:56.900486359 -0800 +++ new/src/hotspot/share/ci/ciValueKlass.hpp 2018-12-10 21:15:56.748480725 -0800 @@ -47,6 +47,9 @@ assert(is_final(), "ValueKlass must be final"); }; + ciValueKlass(ciSymbol* name, jobject loader, jobject protection_domain) : + ciInstanceKlass(name, loader, protection_domain) {} + int compute_nonstatic_fields(); const char* type_string() { return "ciValueKlass"; }