changeset 47992 | cd4705f9eaff |
parent 47903 | 7f22774a5f42 |
child 47993 | 8011a94a8989 |
--- a/src/hotspot/share/runtime/globals.hpp Sun Nov 19 23:30:41 2017 -0500 +++ b/src/hotspot/share/runtime/globals.hpp Mon Nov 20 09:33:16 2017 +0100 @@ -3283,7 +3283,7 @@ "before changing safepoint polling page to RO ") \ range(-1, max_jint-1) \ \ - product(intx, SafepointSpinBeforeYield, 2000, "(Unstable)") \ + product(intx, SafepointSpinBeforeYield, 2000, "(Unstable, Deprecated)") \ range(0, max_intx) \ \ product(bool, PSChunkLargeArrays, true, \