--- a/hotspot/src/share/vm/classfile/verifier.cpp Thu Jul 09 08:36:37 2015 -0400
+++ b/hotspot/src/share/vm/classfile/verifier.cpp Thu Jul 09 15:39:05 2015 -0400
@@ -2846,7 +2846,7 @@
if (sig_stream.type() != T_VOID) {
if (method_name == vmSymbols::object_initializer_name()) {
// <init> method must have a void return type
- /* Unreachable? Class file parser verifies that methods with '<' have
+ /* Unreachable? Class file parser verifies that <init> methods have
* void return */
verify_error(ErrorContext::bad_code(bci),
"Return type must be void in <init> method");