diff options
author | Sven Gothel <[email protected]> | 2013-04-13 23:00:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-13 23:00:09 +0200 |
commit | 47333929fd4e563d61996654d2a435b52b904ef0 (patch) | |
tree | 712142b23921f20831403054f042f20f5245a702 /www | |
parent | 21fc00af1c404d93280e21d05efc124ec23d575b (diff) |
Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to test array offset working correct.
The 'carray' pointer returned from GetPrimitiveArrayCritical(..) is moved about the array offset
and used in ReleasePrimitiveArrayCritical(..) to release the pinpointed memory.
Even though this 'is' a bug by violating the _sparse_ specification, Hotspot impl. doesn't use the value at all (NOP)
and hence this code didn't produce an error since .. (Same w/ Dalvik).
A followup commit will fix this issue.
Diffstat (limited to 'www')
0 files changed, 0 insertions, 0 deletions