hotspot/src/share/vm/interpreter/templateInterpreter.cpp
changeset 18507 61bfc8995bb3
parent 14294 130e947dfbe6
child 21198 dd647e8d1d72
equal deleted inserted replaced
18506:af8765fafc07 18507:61bfc8995bb3
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   370   method_entry(java_lang_math_log  )
   370   method_entry(java_lang_math_log  )
   371   method_entry(java_lang_math_log10)
   371   method_entry(java_lang_math_log10)
   372   method_entry(java_lang_math_exp  )
   372   method_entry(java_lang_math_exp  )
   373   method_entry(java_lang_math_pow  )
   373   method_entry(java_lang_math_pow  )
   374   method_entry(java_lang_ref_reference_get)
   374   method_entry(java_lang_ref_reference_get)
       
   375 
       
   376   if (UseCRC32Intrinsics) {
       
   377     method_entry(java_util_zip_CRC32_update)
       
   378     method_entry(java_util_zip_CRC32_updateBytes)
       
   379     method_entry(java_util_zip_CRC32_updateByteBuffer)
       
   380   }
   375 
   381 
   376   initialize_method_handle_entries();
   382   initialize_method_handle_entries();
   377 
   383 
   378   // all native method kinds (must be one contiguous block)
   384   // all native method kinds (must be one contiguous block)
   379   Interpreter::_native_entry_begin = Interpreter::code()->code_end();
   385   Interpreter::_native_entry_begin = Interpreter::code()->code_end();