java.time.ZoneId.systemDefalut() overhead

Alan Bateman Alan.Bateman at oracle.com
Mon Feb 23 16:51:30 UTC 2015


On 23/02/2015 16:13, Roger Riggs wrote:
> Hi,
>
> My understanding is that only whole classes can be explicitly exported 
> from a module.
> If not exported, they are module private.
The assumption that we have in JEP 200 is that modules will be able to 
export all public types in an API package (so at the granularity of API 
package rather than class). Ultimately it is for JSR 376 to define.

So for now at least, the SharedSecrets usage in Peter's patch seems okay.

-Alan



More information about the core-libs-dev mailing list