src/share/vm/oops/symbol.cpp

changeset 6351
f9e35a9dc8c7
parent 5614
9758d9f36299
child 6876
710a3c8b516e
child 10008
fd3484fadbe3
     1.1 --- a/src/share/vm/oops/symbol.cpp	Wed Mar 05 11:28:33 2014 -0800
     1.2 +++ b/src/share/vm/oops/symbol.cpp	Mon Feb 10 21:29:14 2014 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -207,7 +207,7 @@
    1.11  }
    1.12  
    1.13  // Alternate hashing for unbalanced symbol tables.
    1.14 -unsigned int Symbol::new_hash(jint seed) {
    1.15 +unsigned int Symbol::new_hash(juint seed) {
    1.16    ResourceMark rm;
    1.17    // Use alternate hashing algorithm on this symbol.
    1.18    return AltHashing::murmur3_32(seed, (const jbyte*)as_C_string(), utf8_length());

mercurial