Searched defs:SimpleThresholdPolicy (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.hpp36 class SimpleThresholdPolicy : public CompilationPolicy { class in inherits:CompilationPolicy
46 typedef bool (SimpleThresholdPolicy::*Predicate)(int i, int b, CompLevel cur_level);
95 SimpleThresholdPolicy() : _c1_count(0), _c2_count(0) { } function in class:SimpleThresholdPolicy

Completed in 35 milliseconds