src/hotspot/share/classfile/altHashing.cpp
changeset 49722 a47d1e21b3f1
parent 47765 b7c7428eaab9
child 57777 90ead0febf56
child 58678 9cf78a70fa4f
equal deleted inserted replaced
49721:ea0cc7c74e75 49722:a47d1e21b3f1
    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/markOop.hpp"
       
    30 #include "oops/oop.inline.hpp"
    30 #include "runtime/thread.hpp"
    31 #include "runtime/thread.hpp"
    31 
    32 
    32 // 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
    33 // 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
    34 // objects.  We don't want to call the synchronizer hash code to install
    35 // objects.  We don't want to call the synchronizer hash code to install