Description
its behavior is platform dependent, and the spec does not define the specific behavior.
The return value of is_load is just a hint, rather than a guarantee.
In windows, MappedByteBuffer.isLoaded() will always return false since it does not support this operation.
While in linux, there exists corresponding api to support this functionality.
Supply different testcases for each platform.