mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
6934604: enable parts of EliminateAutoBox by default
Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
This commit is contained in:
parent
7c367a6025
commit
b4977e887a
48 changed files with 5776 additions and 501 deletions
|
@ -410,6 +410,7 @@ protected:
|
|||
// Find first occurrence of n among my edges:
|
||||
int find_edge(Node* n);
|
||||
int replace_edge(Node* old, Node* neww);
|
||||
int replace_edges_in_range(Node* old, Node* neww, int start, int end);
|
||||
// NULL out all inputs to eliminate incoming Def-Use edges.
|
||||
// Return the number of edges between 'n' and 'this'
|
||||
int disconnect_inputs(Node *n, Compile *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue