hotspot/src/share/vm/runtime/deoptimization.cpp
changeset 22876 57aa8995d43b
parent 22551 9bf46d16dcc6
parent 22872 b6902ee5bc8d
child 22916 582da2ed4dfa
equal deleted inserted replaced
22777:196cfce9e5aa 22876:57aa8995d43b
    79 # include "adfiles/ad_zero.hpp"
    79 # include "adfiles/ad_zero.hpp"
    80 #endif
    80 #endif
    81 #ifdef TARGET_ARCH_MODEL_arm
    81 #ifdef TARGET_ARCH_MODEL_arm
    82 # include "adfiles/ad_arm.hpp"
    82 # include "adfiles/ad_arm.hpp"
    83 #endif
    83 #endif
    84 #ifdef TARGET_ARCH_MODEL_ppc
    84 #ifdef TARGET_ARCH_MODEL_ppc_32
    85 # include "adfiles/ad_ppc.hpp"
    85 # include "adfiles/ad_ppc_32.hpp"
    86 #endif
    86 #endif
    87 #endif
    87 #ifdef TARGET_ARCH_MODEL_ppc_64
       
    88 # include "adfiles/ad_ppc_64.hpp"
       
    89 #endif
       
    90 #endif // COMPILER2
    88 
    91 
    89 bool DeoptimizationMarker::_is_active = false;
    92 bool DeoptimizationMarker::_is_active = false;
    90 
    93 
    91 Deoptimization::UnrollBlock::UnrollBlock(int  size_of_deoptimized_frame,
    94 Deoptimization::UnrollBlock::UnrollBlock(int  size_of_deoptimized_frame,
    92                                          int  caller_adjustment,
    95                                          int  caller_adjustment,