hotspot/src/share/vm/interpreter/abstractInterpreter.hpp
changeset 32391 01e2f5e916c7
parent 25950 b5c40ed1d349
child 33066 d98eab8215c4
equal deleted inserted replaced
32371:8815f2d1447f 32391:01e2f5e916c7
    88     java_lang_math_exp,                                         // implementation of java.lang.Math.exp   (x)
    88     java_lang_math_exp,                                         // implementation of java.lang.Math.exp   (x)
    89     java_lang_ref_reference_get,                                // implementation of java.lang.ref.Reference.get()
    89     java_lang_ref_reference_get,                                // implementation of java.lang.ref.Reference.get()
    90     java_util_zip_CRC32_update,                                 // implementation of java.util.zip.CRC32.update()
    90     java_util_zip_CRC32_update,                                 // implementation of java.util.zip.CRC32.update()
    91     java_util_zip_CRC32_updateBytes,                            // implementation of java.util.zip.CRC32.updateBytes()
    91     java_util_zip_CRC32_updateBytes,                            // implementation of java.util.zip.CRC32.updateBytes()
    92     java_util_zip_CRC32_updateByteBuffer,                       // implementation of java.util.zip.CRC32.updateByteBuffer()
    92     java_util_zip_CRC32_updateByteBuffer,                       // implementation of java.util.zip.CRC32.updateByteBuffer()
       
    93     java_lang_Float_intBitsToFloat,                             // implementation of java.lang.Float.intBitsToFloat()
       
    94     java_lang_Float_floatToRawIntBits,                          // implementation of java.lang.Float.floatToRawIntBits()
       
    95     java_lang_Double_longBitsToDouble,                          // implementation of java.lang.Double.longBitsToDouble()
       
    96     java_lang_Double_doubleToRawLongBits,                       // implementation of java.lang.Double.doubleToRawLongBits()
    93     number_of_method_entries,
    97     number_of_method_entries,
    94     invalid = -1
    98     invalid = -1
    95   };
    99   };
    96 
   100 
    97   // Conversion from the part of the above enum to vmIntrinsics::_invokeExact, etc.
   101   // Conversion from the part of the above enum to vmIntrinsics::_invokeExact, etc.