src/hotspot/share/classfile/altHashing.cpp
changeset 57811 947252a54b98
parent 57777 90ead0febf56
child 58679 9c3209ff7550
equal deleted inserted replaced
57805:e62f402c337f 57811:947252a54b98
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "classfile/altHashing.hpp"
    26 #include "classfile/altHashing.hpp"
    27 #include "classfile/symbolTable.hpp"
    27 #include "classfile/symbolTable.hpp"
    28 #include "classfile/systemDictionary.hpp"
    28 #include "classfile/systemDictionary.hpp"
    29 #include "oops/markOop.hpp"
    29 #include "oops/markWord.hpp"
    30 #include "oops/oop.inline.hpp"
    30 #include "oops/oop.inline.hpp"
    31 #include "runtime/thread.hpp"
    31 #include "runtime/thread.hpp"
    32 
    32 
    33 // Get the hash code of the classes mirror if it exists, otherwise just
    33 // Get the hash code of the classes mirror if it exists, otherwise just
    34 // return a random number, which is one of the possible hash code used for
    34 // return a random number, which is one of the possible hash code used for