jdk/src/share/classes/java/lang/invoke/MethodHandleNatives.java
changeset 9645 dabb5e4edc4c
parent 8822 8145ab9f5f86
child 9646 5ebbe5ab084f
--- a/jdk/src/share/classes/java/lang/invoke/MethodHandleNatives.java	Fri May 06 18:09:33 2011 +0200
+++ b/jdk/src/share/classes/java/lang/invoke/MethodHandleNatives.java	Thu May 12 19:27:33 2011 -0700
@@ -313,7 +313,7 @@
     }
 
     /**
-     * The JVM wants to use a MethodType with invokeGeneric.  Give the runtime fair warning.
+     * The JVM wants to use a MethodType with inexact invoke.  Give the runtime fair warning.
      */
     static void notifyGenericMethodType(MethodType type) {
         type.form().notifyGenericMethodType();