8143407: C1: @Stable array support

Reviewed-by: twisti
This commit is contained in:
Vladimir Ivanov 2016-03-14 12:35:52 +03:00
parent ffdd79f89c
commit 6ea5772a9b
14 changed files with 321 additions and 321 deletions

View file

@ -276,6 +276,7 @@ class GraphBuilder VALUE_OBJ_CLASS_SPEC {
void iterate_all_blocks(bool start_in_current_block_for_inlining = false);
Dependencies* dependency_recorder() const; // = compilation()->dependencies()
bool direct_compare(ciKlass* k);
Value make_constant(ciConstant value, ciField* field);
void kill_all();