src/share/vm/opto/runtime.hpp

changeset 5353
b800986664f4
parent 4364
2d6c433b1f38
child 5919
469216acdb28
     1.1 --- a/src/share/vm/opto/runtime.hpp	Tue Jul 02 07:51:31 2013 +0200
     1.2 +++ b/src/share/vm/opto/runtime.hpp	Tue Jul 02 20:42:12 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 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 @@ -284,6 +284,8 @@
    1.11    static const TypeFunc* aescrypt_block_Type();
    1.12    static const TypeFunc* cipherBlockChaining_aescrypt_Type();
    1.13  
    1.14 +  static const TypeFunc* updateBytesCRC32_Type();
    1.15 +
    1.16    // leaf on stack replacement interpreter accessor types
    1.17    static const TypeFunc* osr_end_Type();
    1.18  

mercurial