Is it possible to find the source for a Java native method?

I have found the clone() method of Object in Java: protected native Object clone() throws CloneNotSupportedException; Is the source of this method available? Maybe in OpenJDK?