src/share/vm/interpreter/abstractInterpreter.hpp

changeset 3787
6759698e3140
parent 3156
f08d439fab8c
child 3969
1d7922586cf6
equal deleted inserted replaced
3760:8f972594effc 3787:6759698e3140
105 java_lang_math_tan, // implementation of java.lang.Math.tan (x) 105 java_lang_math_tan, // implementation of java.lang.Math.tan (x)
106 java_lang_math_abs, // implementation of java.lang.Math.abs (x) 106 java_lang_math_abs, // implementation of java.lang.Math.abs (x)
107 java_lang_math_sqrt, // implementation of java.lang.Math.sqrt (x) 107 java_lang_math_sqrt, // implementation of java.lang.Math.sqrt (x)
108 java_lang_math_log, // implementation of java.lang.Math.log (x) 108 java_lang_math_log, // implementation of java.lang.Math.log (x)
109 java_lang_math_log10, // implementation of java.lang.Math.log10 (x) 109 java_lang_math_log10, // implementation of java.lang.Math.log10 (x)
110 java_lang_math_pow, // implementation of java.lang.Math.pow (x,y)
111 java_lang_math_exp, // implementation of java.lang.Math.exp (x)
110 java_lang_ref_reference_get, // implementation of java.lang.ref.Reference.get() 112 java_lang_ref_reference_get, // implementation of java.lang.ref.Reference.get()
111 number_of_method_entries, 113 number_of_method_entries,
112 invalid = -1 114 invalid = -1
113 }; 115 };
114 116

mercurial