src/share/vm/code/codeCache.hpp

changeset 5151
91eba9f82325
parent 5038
0cfa93c2fcc4
child 5237
f2110083203d
     1.1 --- a/src/share/vm/code/codeCache.hpp	Fri May 17 09:10:04 2013 -0700
     1.2 +++ b/src/share/vm/code/codeCache.hpp	Thu May 16 15:46:49 2013 +0200
     1.3 @@ -163,6 +163,7 @@
     1.4    static size_t  max_capacity()                  { return _heap->max_capacity(); }
     1.5    static size_t  unallocated_capacity()          { return _heap->unallocated_capacity(); }
     1.6    static bool    needs_flushing()                { return unallocated_capacity() < CodeCacheFlushingMinimumFreeSpace; }
     1.7 +  static double  reverse_free_ratio();
     1.8  
     1.9    static bool needs_cache_clean()                { return _needs_cache_clean; }
    1.10    static void set_needs_cache_clean(bool v)      { _needs_cache_clean = v;    }

mercurial