--- old/src/hotspot/share/gc/shared/gc_globals.hpp 2018-12-12 17:24:04.845902504 +0800 +++ new/src/hotspot/share/gc/shared/gc_globals.hpp 2018-12-12 17:24:04.629904608 +0800 @@ -616,7 +616,7 @@ "OutOfMemoryError is thrown (used with GCTimeLimit)") \ range(0, 100) \ \ - develop(uintx, AdaptiveSizePolicyGCTimeLimitThreshold, 5, \ + develop(uintx, GCOverheadLimitThreshold, 5, \ "Number of consecutive collections before gc time limit fires") \ range(1, max_uintx) \ \