mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8143407: C1: @Stable array support
Reviewed-by: twisti
This commit is contained in:
parent
ffdd79f89c
commit
6ea5772a9b
14 changed files with 321 additions and 321 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue