test/hotspot/gtest/runtime/test_globals.cpp
changeset 59241 23ecaf949f8f
parent 58044 3277a7454dc5
--- a/test/hotspot/gtest/runtime/test_globals.cpp	Thu Oct 10 17:36:38 2019 +0300
+++ b/test/hotspot/gtest/runtime/test_globals.cpp	Mon Nov 25 08:11:24 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 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
@@ -54,10 +54,6 @@
   TEST_FLAG(ConcGCThreads, uint, 1337);
 }
 
-TEST_VM(FlagGuard, uintx_flag) {
-  TEST_FLAG(GCTaskTimeStampEntries, uint, 1337);
-}
-
 TEST_VM(FlagGuard, size_t_flag) {
   TEST_FLAG(HeapSizePerGCThread, size_t, 1337);
 }