History log of /openjdk10/jdk/test/sun/nio/ch/TestMaxCachedBufferSize.java
Revision Date Author Comments
# 14606:bc3775e25b52 24-May-2016 jjiang

8157635: Fix module dependencies for /sun/* tests
Summary: Module declarations for the tests in /sun/*
Reviewed-by: alanb
Contributed-by: John Jiang <sha.jiang@oracle.com>


# 13568:3bce90b8839e 29-Jan-2016 darcy

8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
Reviewed-by: alanb


# 13556:9dd3af3d5b3f 28-Jan-2016 tonyp

8147468: Allow users to bound the size of buffers cached in the per-thread buffer caches
Summary: Introduces the jdk.nio.maxCachedBufferSize property.
Reviewed-by: alanb, bpb