--- old/src/hotspot/share/classfile/verificationType.cpp 2018-02-15 15:32:47.000000000 -0500 +++ new/src/hotspot/share/classfile/verificationType.cpp 2018-02-15 15:32:47.000000000 -0500 @@ -135,11 +135,6 @@ name(), 2, name()->utf8_length() - 1, CHECK_(VerificationType::bogus_type())); return VerificationType::reference_type(component); - case 'Q': - component = context->create_temporary_symbol( - name(), 2, name()->utf8_length() - 1, - CHECK_(VerificationType::bogus_type())); - return VerificationType::valuetype_type(component); default: // Met an invalid type signature, e.g. [X return VerificationType::bogus_type();