mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8181087: Module system implementation refresh (6/2017)
Co-authored-by: Alex Buckley <alex.buckley@oracle.com> Reviewed-by: plevart, mchung
This commit is contained in:
parent
2844bc771c
commit
c89dae9fbc
107 changed files with 6450 additions and 2561 deletions
|
@ -212,7 +212,7 @@ public class MethodHandles {
|
|||
if (!callerModule.isNamed() && targetModule.isNamed()) {
|
||||
IllegalAccessLogger logger = IllegalAccessLogger.illegalAccessLogger();
|
||||
if (logger != null) {
|
||||
logger.logIfOpenedByBackdoor(lookup, targetClass);
|
||||
logger.logIfOpenedForIllegalAccess(lookup, targetClass);
|
||||
}
|
||||
}
|
||||
return new Lookup(targetClass);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue