-
Bug
-
Resolution: Fixed
-
P4
-
7
Closed test java/nio/LimitDirectBuffer.sh is failing since the push of:
6682020: (bf) Support monitoring of direct and mapped buffer usage
The changes to allow the resources associated with direct buffers have accidently changed the semantics of the MaxDirectMemorySize so that it limits the maximum size of the buffers including waste associated with page alignment. Previously it limits the maximum size based on the total capacity of the direct buffers.
6682020: (bf) Support monitoring of direct and mapped buffer usage
The changes to allow the resources associated with direct buffers have accidently changed the semantics of the MaxDirectMemorySize so that it limits the maximum size of the buffers including waste associated with page alignment. Previously it limits the maximum size based on the total capacity of the direct buffers.