comparison src/share/vm/graal/graalCompiler.hpp @ 13156:2e76d94f8383

propagate code-cache-full message up to Java to throw exception instead of crashing VM
author twisti
date Mon, 25 Nov 2013 15:10:04 -0800
parents 359f7e70ae7f
children 81055aacb98d
comparison
equal deleted inserted replaced
13155:1dd9aa5a9ee5 13156:2e76d94f8383
103 cp_index = to_cp_index_u2(raw_index); 103 cp_index = to_cp_index_u2(raw_index);
104 } 104 }
105 return cp_index; 105 return cp_index;
106 } 106 }
107 107
108 static void initialize_buffer_blob(); 108 static BufferBlob* initialize_buffer_blob();
109 }; 109 };
110 110
111 // Tracing macros 111 // Tracing macros
112 112
113 #define IF_TRACE_graal_1 if (!(TraceGraal >= 1)) ; else 113 #define IF_TRACE_graal_1 if (!(TraceGraal >= 1)) ; else