comparison src/share/vm/graal/graalCompiler.hpp @ 4139:feb590a8497f

remove pollJavaQueue and related functionality, minimize diff against HotSpot in the compileBroker.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 00:41:15 +0100
parents 6aef50c6d967
children 4e3aaf14cbc6
comparison
equal deleted inserted replaced
4138:82af018d61db 4139:feb590a8497f
81 // Swap. 81 // Swap.
82 return ((index & 0xFF) << 8) | (index >> 8); 82 return ((index & 0xFF) << 8) | (index >> 8);
83 } 83 }
84 84
85 static void initialize_buffer_blob(); 85 static void initialize_buffer_blob();
86
87 void poll_java_queue();
88 }; 86 };
89 87
90 // Tracing macros 88 // Tracing macros
91 89
92 #define IF_TRACE_graal_1 if (!(TraceGraal >= 1)) ; else 90 #define IF_TRACE_graal_1 if (!(TraceGraal >= 1)) ; else