--- old/src/share/classes/jdk/internal/org/objectweb/asm/ClassWriter.java 2013-03-14 18:19:41.733694055 +0530 +++ new/src/share/classes/jdk/internal/org/objectweb/asm/ClassWriter.java 2013-03-14 18:19:41.581693308 +0530 @@ -1594,7 +1594,7 @@ /** * Returns the common super type of the two given types. The default - * implementation of this method loads the two given classes and uses + * implementation of this method loads the two given classes and uses * the java.lang.Class methods to find the common super class. It can be * overridden to compute this common super type in other ways, in particular * without actually loading any class, or to take into account the class