src/hotspot/share/code/compiledIC.hpp
changeset 50416 ef980b9ac191
parent 48608 1dab70e20292
child 51333 f6641fcf7b7e
equal deleted inserted replaced
50415:e4301f8c3aaa 50416:ef980b9ac191
   356 public:
   356 public:
   357   // Clean static call (will force resolving on next use)
   357   // Clean static call (will force resolving on next use)
   358   virtual address destination() const = 0;
   358   virtual address destination() const = 0;
   359 
   359 
   360   // Clean static call (will force resolving on next use)
   360   // Clean static call (will force resolving on next use)
   361   void set_to_clean();
   361   void set_to_clean(bool in_use = true);
   362 
   362 
   363   // Set state. The entry must be the same, as computed by compute_entry.
   363   // Set state. The entry must be the same, as computed by compute_entry.
   364   // Computation and setting is split up, since the actions are separate during
   364   // Computation and setting is split up, since the actions are separate during
   365   // a OptoRuntime::resolve_xxx.
   365   // a OptoRuntime::resolve_xxx.
   366   void set(const StaticCallInfo& info);
   366   void set(const StaticCallInfo& info);