< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 58036 : [mq]: asynclog

*** 2491,2500 **** --- 2491,2504 ---- "(Deprecated) Use new algorithm to compute field layouts") \ \ product(bool, UseEmptySlotsInSupers, true, \ "Allow allocating fields in empty slots of super-classes") \ \ + product(intx, LogAsyncInterval, 200, \ + "Milliseconds between asynchronous log flushing") \ + \ + // Interface macros #define DECLARE_PRODUCT_FLAG(type, name, value, doc) extern "C" type name; #define DECLARE_PD_PRODUCT_FLAG(type, name, doc) extern "C" type name;
< prev index next >