src/share/vm/oops/symbol.cpp

Print this page
rev 6521 : 8044775: Improve usage of umbrella header atomic.inline.hpp.

*** 24,38 **** #include "precompiled.hpp" #include "classfile/altHashing.hpp" #include "classfile/classLoaderData.hpp" #include "oops/symbol.hpp" #include "runtime/atomic.inline.hpp" #include "runtime/os.hpp" - #include "memory/allocation.inline.hpp" - #include "memory/resourceArea.hpp" Symbol::Symbol(const u1* name, int length, int refcount) { _refcount = refcount; _length = length; _identity_hash = os::random(); --- 24,38 ---- #include "precompiled.hpp" #include "classfile/altHashing.hpp" #include "classfile/classLoaderData.hpp" + #include "memory/allocation.inline.hpp" + #include "memory/resourceArea.hpp" #include "oops/symbol.hpp" #include "runtime/atomic.inline.hpp" #include "runtime/os.hpp" Symbol::Symbol(const u1* name, int length, int refcount) { _refcount = refcount; _length = length; _identity_hash = os::random();