src/hotspot/share/runtime/os.hpp
changeset 51996 84743156e780
parent 51376 181e6a03249b
child 52014 1aa9beac610e
equal deleted inserted replaced
51995:f7babf9d1592 51996:84743156e780
   224     // stub generator that might be triggered in this phase and for
   224     // stub generator that might be triggered in this phase and for
   225     // which being declared MP when in fact not, is a problem - then
   225     // which being declared MP when in fact not, is a problem - then
   226     // the bootstrap routine for the stub generator needs to check
   226     // the bootstrap routine for the stub generator needs to check
   227     // the processor count directly and leave the bootstrap routine
   227     // the processor count directly and leave the bootstrap routine
   228     // in place until called after initialization has ocurred.
   228     // in place until called after initialization has ocurred.
   229     return AssumeMP || (_processor_count != 1);
   229     return (_processor_count != 1);
   230   }
   230   }
       
   231 
   231   static julong available_memory();
   232   static julong available_memory();
   232   static julong physical_memory();
   233   static julong physical_memory();
   233   static bool has_allocatable_memory_limit(julong* limit);
   234   static bool has_allocatable_memory_limit(julong* limit);
   234   static bool is_server_class_machine();
   235   static bool is_server_class_machine();
   235 
   236