comparison src/share/vm/graal/graalCompiler.hpp @ 3619:5e9645341ec3

support for new RiRuntime features: add code without making it the default for the method, executing Java tasks on the compile thread, communicate nmethod reference to Java code as HotSpotCompiledMethod
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 09 Nov 2011 11:27:38 +0100
parents 96c40b338c1a
children ff6a991c6e3c
comparison
equal deleted inserted replaced
3601:3822c5969a8b 3619:5e9645341ec3
77 // Swap. 77 // Swap.
78 return ((index & 0xFF) << 8) | (index >> 8); 78 return ((index & 0xFF) << 8) | (index >> 8);
79 } 79 }
80 80
81 static void initialize_buffer_blob(); 81 static void initialize_buffer_blob();
82
83 void poll_java_queue();
82 }; 84 };
83 85
84 // Tracing macros 86 // Tracing macros
85 87
86 #define IF_TRACE_graal_1 if (!(TraceGraal >= 1)) ; else 88 #define IF_TRACE_graal_1 if (!(TraceGraal >= 1)) ; else