Review Request: JDK-8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
Alan Bateman
Alan.Bateman at oracle.com
Tue Jul 2 15:51:25 UTC 2019
On 02/07/2019 16:35, Kasper Nielsen wrote:
> Right now,
> I'm using a cache of ClassValue<ConcurrentHashMap<Integer, T>>
> with lookupClass and allowedModes as parameters [3]. This will
> obviously break with
> these changes.
>
Are you using privateLookupIn and dropping PRIVATE access? Are you
teleporting in Lookup.in? It might be that you don't have to change
anything.
-Alan
More information about the core-libs-dev
mailing list