comparison src/gpu/ptx/vm/gpu_ptx.cpp @ 15582:063ec2920d21

made Graal runtime initialization in hosted mode lazy
author Doug Simon <doug.simon@oracle.com>
date Fri, 09 May 2014 18:46:41 +0200
parents 66e3af78ea96
children f55f2d400797
comparison
equal deleted inserted replaced
15581:0dc0926cf0d8 15582:063ec2920d21
32 #include "memory/allocation.inline.hpp" 32 #include "memory/allocation.inline.hpp"
33 #include "memory/gcLocker.inline.hpp" 33 #include "memory/gcLocker.inline.hpp"
34 #include "runtime/interfaceSupport.hpp" 34 #include "runtime/interfaceSupport.hpp"
35 #include "runtime/vframe.hpp" 35 #include "runtime/vframe.hpp"
36 #include "graal/graalEnv.hpp" 36 #include "graal/graalEnv.hpp"
37 #include "graal/graalCompiler.hpp" 37 #include "graal/graalRuntime.hpp"
38 38
39 #define T_BYTE_SIZE 1 39 #define T_BYTE_SIZE 1
40 #define T_BOOLEAN_SIZE 4 40 #define T_BOOLEAN_SIZE 4
41 #define T_INT_BYTE_SIZE 4 41 #define T_INT_BYTE_SIZE 4
42 #define T_FLOAT_BYTE_SIZE 4 42 #define T_FLOAT_BYTE_SIZE 4