New code did not change API of existing X-Buffer methods. It changed
only how they are implementation. And already existing nio/Buffer tests
should test these methods already.
Regards,
Vladimir
On 3/19/15 9:33 AM, Alan Bateman wrote:
On 19/03/2015 15:59, Vladimir Kozlov wrote:
If you are asking about HeapByteBufferTest.java test put it into:
hotspot/test/compiler/intrinsics/unsafe/
Vladimir
The existing tests for buffers are in jdk/test/java/nio/Buffer and would
nice to have all the tests for this API together if possible. So I guess
the issue here is that it's one test serving two purposes, it feel that
there should be a new test that exercises Unsafe directly to put into
the hotspot/test/compiler tree.
-Alan