src/share/vm/interpreter/templateInterpreter.cpp

changeset 5353
b800986664f4
parent 4237
a3e2f723f2a5
child 6039
bd3237e0e18d
     1.1 --- a/src/share/vm/interpreter/templateInterpreter.cpp	Tue Jul 02 07:51:31 2013 +0200
     1.2 +++ b/src/share/vm/interpreter/templateInterpreter.cpp	Tue Jul 02 20:42:12 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -373,6 +373,12 @@
    1.11    method_entry(java_lang_math_pow  )
    1.12    method_entry(java_lang_ref_reference_get)
    1.13  
    1.14 +  if (UseCRC32Intrinsics) {
    1.15 +    method_entry(java_util_zip_CRC32_update)
    1.16 +    method_entry(java_util_zip_CRC32_updateBytes)
    1.17 +    method_entry(java_util_zip_CRC32_updateByteBuffer)
    1.18 +  }
    1.19 +
    1.20    initialize_method_handle_entries();
    1.21  
    1.22    // all native method kinds (must be one contiguous block)

mercurial