8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Mar 24 23:40:26 UTC 2015
Andrew,
The test failed when run it in JPRT with 32-bit fastdebug *Client* VM (-client) on linux-x86:
java.lang.RuntimeException
at MyByteBuffer.ck(HeapByteBufferTest.java:201)
at MyByteBuffer.getLong(HeapByteBufferTest.java:211)
at HeapByteBufferTest.step(HeapByteBufferTest.java:311)
at HeapByteBufferTest.run(HeapByteBufferTest.java:347)
at HeapByteBufferTest.main(HeapByteBufferTest.java:362)
Could be intrinsic in C1 does not work correctly? Please, look.
Thanks,
Vladimir
On 3/24/15 1:15 AM, Andrew Haley wrote:
> On 23/03/15 21:10, Vladimir Kozlov wrote:
>> Hotspot make files changes?
>
> There's no need: I think we came to the conclusion that we wouldn't
> define BIG_ENDIAN.
>
> Andrew.
>
More information about the core-libs-dev
mailing list