-3

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?

wertklop
  • 3
  • 5

1 Answers1

1

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.

diguage
  • 387
  • 4
  • 19