hotspot/src/share/vm/prims/jniCheck.cpp
changeset 8107 78e5bd944384
parent 8076 96d498ec7ae1
child 8725 8c1e3dd5fe1b
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    42 #ifdef TARGET_ARCH_sparc
    42 #ifdef TARGET_ARCH_sparc
    43 # include "jniTypes_sparc.hpp"
    43 # include "jniTypes_sparc.hpp"
    44 #endif
    44 #endif
    45 #ifdef TARGET_ARCH_zero
    45 #ifdef TARGET_ARCH_zero
    46 # include "jniTypes_zero.hpp"
    46 # include "jniTypes_zero.hpp"
       
    47 #endif
       
    48 #ifdef TARGET_ARCH_arm
       
    49 # include "jniTypes_arm.hpp"
       
    50 #endif
       
    51 #ifdef TARGET_ARCH_ppc
       
    52 # include "jniTypes_ppc.hpp"
    47 #endif
    53 #endif
    48 
    54 
    49 
    55 
    50 // Heap objects are allowed to be directly referenced only in VM code,
    56 // Heap objects are allowed to be directly referenced only in VM code,
    51 // not in native code.
    57 // not in native code.