Searched refs:initializing (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/src/share/vm/compiler/
H A DabstractCompiler.cpp35 _compiler_state = initializing;
38 while (_compiler_state == initializing) {
H A DabstractCompiler.hpp80 enum { uninitialized, initializing, initialized, failed, shut_down }; enumerator in enum:AbstractCompiler::__anon414
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DworkerManager.hpp41 // initializing - true if this is called to get the initial number of
43 // If initializing is true, do a vm exit if the workers cannot be created.
44 // The initializing = true case is for JVM start up and failing to
46 // If initializing = false, there are already some number of worker
54 bool initializing) {
59 if (initializing || !InjectGCWorkerCreationFailure) {
69 if (initializing) {
90 bool initializing) {
92 const char* initializing_msg = initializing ? "Adding initial" : "Creating additional";
49 add_workers(WorkerType* holder, uint active_workers, uint total_workers, uint created_workers, os::ThreadType worker_type, bool initializing) argument
86 log_worker_creation(WorkerType* holder, uint previous_created_workers, uint active_workers, uint created_workers, bool initializing) argument
H A Dworkgroup.cpp57 void AbstractWorkGang::add_workers(bool initializing) { argument
58 add_workers(_active_workers, initializing);
61 void AbstractWorkGang::add_workers(uint active_workers, bool initializing) { argument
76 initializing);
79 WorkerManager::log_worker_creation(this, previous_created_workers, _active_workers, _created_workers, initializing);
H A Dworkgroup.hpp175 void add_workers(bool initializing);
178 void add_workers(uint active_workers, bool initializing);
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/fsm/
H A DStateEngineImpl.java64 private boolean initializing ; field in class:StateEngineImpl
69 initializing = true ;
140 initializing = false ;
315 if (!initializing)
322 if (initializing)
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DgcTaskManager.hpp559 void add_workers(bool initializing);
H A DgcTaskManager.cpp388 void GCTaskManager::add_workers(bool initializing) { argument
397 initializing);
400 WorkerManager::log_worker_creation(this, previous_created_workers, _active_workers, _created_workers, initializing);

Completed in 111 milliseconds