hotspot/src/cpu/s390/vm/stubRoutines_s390.cpp
changeset 46279 9b0c98f422e9
parent 42065 6032b31e3719
child 46315 a796c32af782
equal deleted inserted replaced
46278:6db7a35e08ae 46279:9b0c98f422e9
    30 #include "runtime/stubRoutines.hpp"
    30 #include "runtime/stubRoutines.hpp"
    31 #include "runtime/thread.inline.hpp"
    31 #include "runtime/thread.inline.hpp"
    32 
    32 
    33 // Implementation of the platform-specific part of StubRoutines - for
    33 // Implementation of the platform-specific part of StubRoutines - for
    34 // a description of how to extend it, see the stubRoutines.hpp file.
    34 // a description of how to extend it, see the stubRoutines.hpp file.
    35 
       
    36 address StubRoutines::zarch::_handler_for_unsafe_access_entry = NULL;
       
    37 
    35 
    38 address StubRoutines::zarch::_partial_subtype_check = NULL;
    36 address StubRoutines::zarch::_partial_subtype_check = NULL;
    39 
    37 
    40 // Comapct string intrinsics: Translate table for string inflate intrinsic. Used by trot instruction.
    38 // Comapct string intrinsics: Translate table for string inflate intrinsic. Used by trot instruction.
    41 address StubRoutines::zarch::_trot_table_addr = NULL;
    39 address StubRoutines::zarch::_trot_table_addr = NULL;