RFR: JDK-8202788: Explicitly reclaim cached thread-local direct buffers at thread exit

Alan Bateman Alan.Bateman at oracle.com
Tue May 8 15:55:45 UTC 2018


On 08/05/2018 16:43, David Lloyd wrote:
> :
>
> Also, I would be quite surprised if there wasn't a way to get a system
> property from system code without having to use doPrivileged; that
> might bear some researching.
>
GetPropertyAction.privilegedGetProperty - there's an example usage in 
the getMaxCachedBufferSize method just above the method Tony is adding. 
In any case, I don't think the property is really needed.

-Alan.


More information about the core-libs-dev mailing list