< prev index next >

test/hotspot/gtest/runtime/test_globals.cpp

Print this page
@@ -1,7 +1,7 @@
  /*
-  * 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
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.

@@ -52,14 +52,10 @@
  
  TEST_VM(FlagGuard, uint_flag) {
    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);
  }
  
  TEST_VM(FlagGuard, uint64_t_flag) {
< prev index next >