< prev index next >

src/hotspot/cpu/sparc/jniTypes_sparc.hpp

Print this page

        

*** 23,35 **** */ #ifndef CPU_SPARC_VM_JNITYPES_SPARC_HPP #define CPU_SPARC_VM_JNITYPES_SPARC_HPP #include "memory/allocation.hpp" #include "oops/oop.hpp" - #include "prims/jni.h" // This file holds platform-dependent routines used to write primitive jni // types to the array of arguments passed into JavaCalls::call class JNITypes : AllStatic { --- 23,35 ---- */ #ifndef CPU_SPARC_VM_JNITYPES_SPARC_HPP #define CPU_SPARC_VM_JNITYPES_SPARC_HPP + #include "jni.h" #include "memory/allocation.hpp" #include "oops/oop.hpp" // This file holds platform-dependent routines used to write primitive jni // types to the array of arguments passed into JavaCalls::call class JNITypes : AllStatic {
< prev index next >