It doesn't implement it, it uses what the systems provide, logically. To implement it, it would need to be able to reach must deeper into the OS (and probably the hardware) than Java is meant for, of course.
Edit: Besides, the JDK comes with the src. Look at those classes and follow them through and you will see for yourself where it "disappears" into the system with the "native" calls.