comparison src/gpu/hsail/vm/gpu_hsail.cpp @ 16006:66a9286203a2

decoupled Graal runtime initialization and Graal compilation queue initialization
author Doug Simon <doug.simon@oracle.com>
date Tue, 03 Jun 2014 11:51:27 +0200
parents 66d31e70bd79
children 06eedda53e14
comparison
equal deleted inserted replaced
16003:83433cf49019 16006:66a9286203a2
37 #include "graal/graalJavaAccess.hpp" 37 #include "graal/graalJavaAccess.hpp"
38 #include "hsailKernelArguments.hpp" 38 #include "hsailKernelArguments.hpp"
39 #include "hsailJavaCallArguments.hpp" 39 #include "hsailJavaCallArguments.hpp"
40 #include "code/pcDesc.hpp" 40 #include "code/pcDesc.hpp"
41 #include "code/scopeDesc.hpp" 41 #include "code/scopeDesc.hpp"
42 #include "graal/graalVMToCompiler.hpp"
43 #include "gpu_hsail_Frame.hpp" 42 #include "gpu_hsail_Frame.hpp"
44 43
45 // Entry to GPU native method implementation that transitions current thread to '_thread_in_vm'. 44 // Entry to GPU native method implementation that transitions current thread to '_thread_in_vm'.
46 #define GPU_VMENTRY(result_type, name, signature) \ 45 #define GPU_VMENTRY(result_type, name, signature) \
47 JNIEXPORT result_type JNICALL name signature { \ 46 JNIEXPORT result_type JNICALL name signature { \