Per the title, where is the source code for the native java.lang.math methods JDK 7?
Please don't point me to Where to find source code for java.lang native methods? this only answers for JDK 6.
Oracle no longer appears to provide source for native methods at all.
I looked in http://hg.openjdk.java.net/jdk7/hotspot/hotspot but there are thousands and thousands of files with no obvious relationship to the package structure of the Java core so I cannot see any way to find the java.lang.Math methods.