8190323: "the the" typos

Reviewed-by: rriggs
This commit is contained in:
Christoph Dreis 2017-10-29 18:20:53 -04:00 committed by Roger Riggs
parent 6b3f6eb717
commit 674b927865
15 changed files with 15 additions and 15 deletions

View file

@ -1196,7 +1196,7 @@ import static jdk.internal.org.objectweb.asm.Opcodes.*;
static
MethodHandle bindCaller(MethodHandle mh, Class<?> hostClass) {
// Code in the the boot layer should now be careful while creating method handles or
// Code in the boot layer should now be careful while creating method handles or
// functional interface instances created from method references to @CallerSensitive methods,
// it needs to be ensured the handles or interface instances are kept safe and are not passed
// from the boot layer to untrusted code.