Clarification: java.lang.Math, java.lang.StrictMath
Got some clarification from Jeff Smith, the author of the JavaWorld article: "java.lang.Math in J2SE 1.4 is really the StrictMath library now. So the name is the same but the speed has gone away. :-)"
It all make sense now.