mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8190323: "the the" typos
Reviewed-by: rriggs
This commit is contained in:
parent
6b3f6eb717
commit
674b927865
15 changed files with 15 additions and 15 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue