Search code examples
javaunsafe

sun.misc.Unsafe putInt, getInt source


Please, tell me, where i can get source of methods sun.misc.Unsafe#getInt(java.lang.Object, long) and sun.misc.Unsafe#putInt(java.lang.Object, long, int).

Or how replacement with using pure java types?


Solution

  • I want to find the source. The Unsafe is implemented by java and native source. So I found the two sources.:

    There is the header file.