mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8233708: VectorSet cleanup
Reviewed-by: neliasso, shade, thartmann
This commit is contained in:
parent
f07d377d6f
commit
12adeca887
23 changed files with 147 additions and 872 deletions
|
@ -338,7 +338,7 @@ void Compile::update_dead_node_list(Unique_Node_List &useful) {
|
|||
for (uint node_idx = 0; node_idx < max_idx; node_idx++) {
|
||||
// If node with index node_idx is not in useful set,
|
||||
// mark it as dead in dead node list.
|
||||
if (! useful_node_set.test(node_idx) ) {
|
||||
if (!useful_node_set.test(node_idx)) {
|
||||
record_dead_node(node_idx);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue