hotspot/src/share/vm/oops/symbol.hpp
changeset 40655 9f644073d3a0
parent 40016 bf6fcd467a7b
child 46492 5848b57c9dc5
equal deleted inserted replaced
40654:d4f8e348420a 40655:9f644073d3a0
    24 
    24 
    25 #ifndef SHARE_VM_OOPS_SYMBOL_HPP
    25 #ifndef SHARE_VM_OOPS_SYMBOL_HPP
    26 #define SHARE_VM_OOPS_SYMBOL_HPP
    26 #define SHARE_VM_OOPS_SYMBOL_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "runtime/atomic.hpp"
       
    30 #include "utilities/exceptions.hpp"
    29 #include "utilities/exceptions.hpp"
       
    30 #include "utilities/macros.hpp"
    31 #include "utilities/utf8.hpp"
    31 #include "utilities/utf8.hpp"
    32 
    32 
    33 // A Symbol is a canonicalized string.
    33 // A Symbol is a canonicalized string.
    34 // All Symbols reside in global SymbolTable and are reference counted.
    34 // All Symbols reside in global SymbolTable and are reference counted.
    35 
    35