mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
6395208: Elide autoboxing for calls to HashMap.get(int) and HashMap.get(long)
Reviewed-by: kvn, rasbold
This commit is contained in:
parent
5fa349cc42
commit
10c473e425
16 changed files with 540 additions and 67 deletions
|
@ -850,7 +850,6 @@ private:
|
|||
const TypeInt* filtered_type( Node *n ) { return filtered_type(n, NULL); }
|
||||
// Helpers for filtered type
|
||||
const TypeInt* filtered_type_from_dominators( Node* val, Node *val_ctrl);
|
||||
const TypeInt* filtered_type_at_if( Node* val, Node *if_proj);
|
||||
|
||||
// Helper functions
|
||||
void register_new_node( Node *n, Node *blk );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue