Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded native methods for getFloat/putFloat of sun.misc.Unsafe #1100
Conversation
|
Thanks! Did you sign our CLA? Also, please add a note to each of the added methods in // RoboVM note: Added in RoboVM. |
|
Cmon! I was waiting for this for like a month, and now 1.8? Just a simple PR ready to merge! |
tajny
commented
Oct 9, 2015
|
any progress on this ? |
ollydixon
commented
Oct 23, 2015
|
I have the same issue except with booleans. |
|
Any news on this? |
|
We have an open issue on closing the gap between our Unsafe and the one in the latest RI. Hopefully we can get some of this into the next release due out early February. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
desertkun commentedAug 4, 2015
When I compiled kryo library for robovm I've noticed that there is no getFloat/putFloat methods in classs sun.misc.Unsafe: https://github.com/EsotericSoftware/kryo/blob/7da2f22999b8cc913fa6e9ea107aa441138bb5f1/src/com/esotericsoftware/kryo/serializers/UnsafeCacheFields.java#L84
According to the documentation this class should support this method:
http://www.docjar.com/docs/api/sun/misc/Unsafe.html#putFloat(long, float)