src/hotspot/share/gc/shared/gc_globals.hpp
changeset 54085 ab87b06dfdc0
parent 52925 9c18c9d839d3
child 54982 b18c8301b8c2
--- a/src/hotspot/share/gc/shared/gc_globals.hpp	Tue Mar 12 19:17:42 2019 +0100
+++ b/src/hotspot/share/gc/shared/gc_globals.hpp	Tue Jan 15 15:59:47 2019 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -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)                                               \
                                                                             \