< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 1175,1198 **** "Generate code for null checks that uses a cmp and trap " \ "instruction raising SIGTRAP. This is only used if an access to" \ "null (+offset) will not raise a SIGSEGV, i.e.," \ "ImplicitNullChecks don't work (PPC64).") \ \ - product(bool, PrintSafepointStatistics, false, \ - "(Deprecated) Print statistics about safepoint synchronization") \ - \ - product(intx, PrintSafepointStatisticsCount, 300, \ - "(Deprecated) Total number of safepoint statistics collected " \ - "before printing them out") \ - range(1, max_intx) \ - \ - product(intx, PrintSafepointStatisticsTimeout, -1, \ - "(Deprecated) Print safepoint statistics only when safepoint takes " \ - "more than PrintSafepointSatisticsTimeout in millis") \ - LP64_ONLY(range(-1, max_intx/MICROUNITS)) \ - NOT_LP64(range(-1, max_intx)) \ - \ diagnostic(bool, EnableThreadSMRExtraValidityChecks, true, \ "Enable Thread SMR extra validity checks") \ \ diagnostic(bool, EnableThreadSMRStatistics, trueInDebug, \ "Enable Thread SMR Statistics") \ --- 1175,1184 ----
< prev index next >