comparison src/share/vm/ci/ciInstanceKlass.hpp @ 6988:2cb439954abf

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 19 Nov 2012 15:36:13 +0100
parents e522a00b91aa bd7a7ce2e264
children 836a62f43af9
comparison
equal deleted inserted replaced
6963:dd0dd0321e2a 6988:2cb439954abf
228 bool is_in_package(const char* packagename, int len); 228 bool is_in_package(const char* packagename, int len);
229 229
230 // What kind of ciObject is this? 230 // What kind of ciObject is this?
231 bool is_instance_klass() const { return true; } 231 bool is_instance_klass() const { return true; }
232 bool is_java_klass() const { return true; } 232 bool is_java_klass() const { return true; }
233
234 // Dump the current state of this klass for compilation replay.
235 virtual void dump_replay_data(outputStream* out);
233 }; 236 };
234 237
235 #endif // SHARE_VM_CI_CIINSTANCEKLASS_HPP 238 #endif // SHARE_VM_CI_CIINSTANCEKLASS_HPP