8193846: Obsolete the VM option UseUTCFileTimestamp
authorccheung
Mon, 12 Feb 2018 11:10:10 -0800
changeset 48958 2974041b684f
parent 48957 af49718d8cf2
child 48959 7b2c4f35fc28
8193846: Obsolete the VM option UseUTCFileTimestamp Summary: also set the "expires in" version to 12 Reviewed-by: iklam, dholmes
src/hotspot/os/windows/globals_windows.hpp
src/hotspot/share/runtime/arguments.cpp
--- a/src/hotspot/os/windows/globals_windows.hpp	Fri Feb 09 10:18:19 2018 +0100
+++ b/src/hotspot/os/windows/globals_windows.hpp	Mon Feb 12 11:10:10 2018 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2018, 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
@@ -37,10 +37,7 @@
                          notproduct, \
                          range, \
                          constraint, \
-                         writeable) \
-                                                                         \
-  product(bool, UseUTCFileTimestamp, true,                               \
-          "Adjust the timestamp returned from stat() to be UTC")
+                         writeable)
 
 
 //
--- a/src/hotspot/share/runtime/arguments.cpp	Fri Feb 09 10:18:19 2018 +0100
+++ b/src/hotspot/share/runtime/arguments.cpp	Mon Feb 12 11:10:10 2018 -0800
@@ -537,6 +537,7 @@
   { "SharedReadOnlySize",            JDK_Version::undefined(), JDK_Version::jdk(10), JDK_Version::undefined() },
   { "SharedMiscDataSize",            JDK_Version::undefined(), JDK_Version::jdk(10), JDK_Version::undefined() },
   { "SharedMiscCodeSize",            JDK_Version::undefined(), JDK_Version::jdk(10), JDK_Version::undefined() },
+  { "UseUTCFileTimestamp",           JDK_Version::undefined(), JDK_Version::jdk(11), JDK_Version::jdk(12) },
 
 #ifdef TEST_VERIFY_SPECIAL_JVM_FLAGS
   { "dep > obs",                    JDK_Version::jdk(9), JDK_Version::jdk(8), JDK_Version::undefined() },