Searched refs:FLAG_SET_ERGO (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dvm_version_sparc.cpp135 FLAG_SET_ERGO(intx, AllocatePrefetchInstr, 1);
137 FLAG_SET_ERGO(intx, AllocatePrefetchStyle, 3);
148 FLAG_SET_ERGO(intx, AllocatePrefetchLines, AllocatePrefetchLines*2);
151 FLAG_SET_ERGO(intx, AllocateInstancePrefetchLines, AllocateInstancePrefetchLines*2);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals_extension.hpp229 #define FLAG_SET_ERGO(type, name, value) (CommandLineFlagsEx::type##AtPut(FLAG_MEMBER_WITH_TYPE(name,type), (type)(value), ERGONOMIC)) macro
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp556 FLAG_SET_ERGO(uintx, ConcGCThreads, (uint) marking_thread_num);
563 FLAG_SET_ERGO(uintx, ConcGCThreads, marking_thread_num);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3767 FLAG_SET_ERGO(bool, UseLargePagesIndividualAllocation,

Completed in 538 milliseconds