changeset 50416 | ef980b9ac191 |
parent 48608 | 1dab70e20292 |
child 51333 | f6641fcf7b7e |
--- a/src/hotspot/share/code/compiledIC.hpp Tue Jun 05 23:10:54 2018 +0530 +++ b/src/hotspot/share/code/compiledIC.hpp Wed May 02 11:28:49 2018 -0400 @@ -358,7 +358,7 @@ virtual address destination() const = 0; // Clean static call (will force resolving on next use) - void set_to_clean(); + void set_to_clean(bool in_use = true); // Set state. The entry must be the same, as computed by compute_entry. // Computation and setting is split up, since the actions are separate during