--- old/src/jdk.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ResolvedJavaMethod.java 2016-05-10 14:31:30.000000000 +0200 +++ new/src/jdk.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ResolvedJavaMethod.java 2016-05-10 14:31:29.000000000 +0200 @@ -93,8 +93,8 @@ } /** - * Checks that the method is a varargs + * Checks that the method is a + * varargs * method. * * @return whether the method is a varargs method @@ -104,8 +104,8 @@ } /** - * Checks that the method is a bridge + * Checks that the method is a + * bridge * method. * * @return whether the method is a bridge method @@ -347,8 +347,8 @@ SpeculationLog getSpeculationLog(); /** - * Determines if the method identified by its holder and name is a signature + * Determines if the method identified by its holder and name is a + * signature * polymorphic method. */ static boolean isSignaturePolymorphic(JavaType holder, String name, MetaAccessProvider metaAccess) {