Home
last modified time | relevance | path

Searched refs:specialLookup (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java321 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
322 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
323 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
328 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
329 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
523 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
525 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
526 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
535 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java321 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
322 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
323 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
328 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
329 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
523 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
525 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
526 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
535 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java321 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
322 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
323 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
328 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
329 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
523 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
525 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
526 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
535 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java322 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
323 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
324 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
329 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
330 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
524 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
526 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
527 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
536 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java322 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
323 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
324 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
329 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
330 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
524 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
526 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
527 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
536 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java322 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
323 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
324 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
329 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
330 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
524 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
526 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
527 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
536 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java322 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
323 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
324 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
329 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
330 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
524 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
526 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
527 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
536 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java322 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
323 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
324 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
329 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
330 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
524 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
526 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
527 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
536 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java1003 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
1004 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
1005 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerClass(method)… in findSpecial()
1232 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
1236 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java1003 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
1004 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
1005 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerClass(method)… in findSpecial()
1232 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
1236 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java756 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
757 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
758 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
763 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
764 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
955 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
957 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
958 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
967 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java756 Lookup specialLookup = maybeMoveIn(lookup, specialCaller); in testFindSpecial() local
757 boolean specialAccessOK = (specialLookup.lookupClass() == specialCaller && in testFindSpecial()
758 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testFindSpecial()
763 if (verbosity >= 5) System.out.println(" lookup => "+specialLookup); in testFindSpecial()
764 target = specialLookup.findSpecial(defc, methodName, type, specialCaller); in testFindSpecial()
955 Lookup specialLookup = (specialCaller != null ? maybeMoveIn(lookup, specialCaller) : null); in testUnreflectMaybeSpecial() local
957 specialLookup.lookupClass() == specialCaller && in testUnreflectMaybeSpecial()
958 (specialLookup.lookupModes() & Lookup.PRIVATE) != 0); in testUnreflectMaybeSpecial()
967 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandles.java1394 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
1395 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
1396 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerLookup(method… in findSpecial()
1794 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
1798 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandles.java1404 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
1405 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
1406 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerClass(method)… in findSpecial()
1806 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
1810 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandles.java1400 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
1401 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
1402 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerClass(method)… in findSpecial()
1800 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
1804 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandles.java1394 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
1395 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
1396 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerLookup(method… in findSpecial()
1794 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
1798 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandles.java2134 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
2135 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
2136 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerLookup(method… in findSpecial()
2536 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
2540 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandles.java2996 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
2997 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
2998 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerLookup(method… in findSpecial()
3398 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
3402 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandles.java2995 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
2996 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
2997 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerLookup(method… in findSpecial()
3397 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
3401 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandles.java2778 Lookup specialLookup = this.in(specialCaller); in findSpecial() local
2779 MemberName method = specialLookup.resolveOrFail(REF_invokeSpecial, refc, name, type); in findSpecial()
2780 …return specialLookup.getDirectMethod(REF_invokeSpecial, refc, method, findBoundCallerLookup(method… in findSpecial()
3180 Lookup specialLookup = this.in(specialCaller); in unreflectSpecial() local
3184 …return specialLookup.getDirectMethodNoSecurityManager(REF_invokeSpecial, method.getDeclaringClass(… in unreflectSpecial()