hotspot/src/share/vm/classfile/verifier.cpp
changeset 33799 77ebbd9b0ecc
parent 33602 16053580a684
child 34628 6d08ec72803b
--- a/hotspot/src/share/vm/classfile/verifier.cpp	Tue Nov 10 04:37:35 2015 +0000
+++ b/hotspot/src/share/vm/classfile/verifier.cpp	Tue Nov 10 08:42:53 2015 -0500
@@ -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 <init> methods have
+      /* Unreachable?  Class file parser verifies that methods with '<' have
        * void return */
       verify_error(ErrorContext::bad_code(bci),
           "Return type must be void in <init> method");