src/share/vm/opto/runtime.cpp

changeset 6653
03214612e77e
parent 6518
62c54fcc0a35
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/opto/runtime.cpp	Thu May 01 15:02:46 2014 -0700
     1.2 +++ b/src/share/vm/opto/runtime.cpp	Wed Apr 30 14:14:01 2014 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2014, 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 @@ -870,7 +870,7 @@
    1.11    return TypeFunc::make(domain, range);
    1.12  }
    1.13  
    1.14 -// for cipherBlockChaining calls of aescrypt encrypt/decrypt, four pointers and a length, returning void
    1.15 +// for cipherBlockChaining calls of aescrypt encrypt/decrypt, four pointers and a length, returning int
    1.16  const TypeFunc* OptoRuntime::cipherBlockChaining_aescrypt_Type() {
    1.17    // create input type (domain)
    1.18    int num_args      = 5;

mercurial