src/share/vm/runtime/globals.hpp

Print this page

        

*** 2300,2309 **** --- 2300,2313 ---- \ product(bool, PrintJNIGCStalls, false, \ "Print diagnostic message when GC is stalled" \ "by JNI critical section") \ \ + product(double, ObjectCountCutOffPercent, 0.5, \ + "The percentage of the used heap that the instances of a class " \ + "must occupy for the class to generate an eventual trace event.") \ + \ /* GC log rotation setting */ \ \ product(bool, UseGCLogFileRotation, false, \ "Prevent large gclog file for long running app. " \ "Requires -Xloggc:<filename>") \