comparison src/share/vm/ci/ciObjectFactory.hpp @ 6972:bd7a7ce2e264

6830717: replay of compilations would help with debugging Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method. Reviewed-by: kvn, twisti, sspitsyn Contributed-by: yumin.qi@oracle.com
author minqi
date Mon, 12 Nov 2012 14:03:53 -0800
parents da91efe96a93
children 2cb439954abf f98f5d48f511
comparison
equal deleted inserted replaced
6965:3be318ecfae5 6972:bd7a7ce2e264
135 // with none. 135 // with none.
136 ciMethodData* get_empty_methodData(); 136 ciMethodData* get_empty_methodData();
137 137
138 ciReturnAddress* get_return_address(int bci); 138 ciReturnAddress* get_return_address(int bci);
139 139
140 GrowableArray<ciMetadata*>* get_ci_metadata() const { return _ci_metadata; }
140 // RedefineClasses support 141 // RedefineClasses support
141 void metadata_do(void f(Metadata*)); 142 void metadata_do(void f(Metadata*));
142 143
143 void print_contents(); 144 void print_contents();
144 void print(); 145 void print();