< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 53600 : imported patch autouncommit-metachunks

*** 2575,2585 **** \ JFR_ONLY(product(ccstr, StartFlightRecording, NULL, \ "Start flight recording with options")) \ \ experimental(bool, UseFastUnorderedTimeStamps, false, \ ! "Use platform unstable time where supported for timestamps only") #define VM_FLAGS(develop, \ develop_pd, \ product, \ product_pd, \ --- 2575,2589 ---- \ JFR_ONLY(product(ccstr, StartFlightRecording, NULL, \ "Start flight recording with options")) \ \ experimental(bool, UseFastUnorderedTimeStamps, false, \ ! "Use platform unstable time where supported for timestamps only") \ ! \ ! experimental(bool, AutoUncommitMetaChunks, false, \ ! "uncommit unused metaspace portions eagerly") \ ! \ #define VM_FLAGS(develop, \ develop_pd, \ product, \ product_pd, \
< prev index next >