hotspot/src/share/vm/oops/constMethod.cpp
changeset 37248 11a660dbbb8e
parent 35898 ddc274f0052f
child 37480 291ee208fb72
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "gc/shared/gcLocker.hpp"
    26 #include "gc/shared/gcLocker.hpp"
    27 #include "interpreter/interpreter.hpp"
    27 #include "interpreter/interpreter.hpp"
    28 #include "memory/heapInspection.hpp"
    28 #include "memory/heapInspection.hpp"
    29 #include "memory/metadataFactory.hpp"
    29 #include "memory/metadataFactory.hpp"
       
    30 #include "memory/resourceArea.hpp"
    30 #include "oops/constMethod.hpp"
    31 #include "oops/constMethod.hpp"
    31 #include "oops/method.hpp"
    32 #include "oops/method.hpp"
    32 
    33 
    33 // Static initialization
    34 // Static initialization
    34 const u2 ConstMethod::MAX_IDNUM   = 0xFFFE;
    35 const u2 ConstMethod::MAX_IDNUM   = 0xFFFE;