source code/docs for sun.misc.*

java

Solution

For Java source code, I usually go to GrepCode

Problem

I came across the sum.misc.Unsafe class when reading the implementation of ForkJoinPool. But no source code or api docs were found in the JDK. Where can I find the source code or api docs for the sun.misc.*

Original source