test/hotspot/gtest/runtime/test_globals.cpp
changeset 59241 23ecaf949f8f
parent 58044 3277a7454dc5
equal deleted inserted replaced
59240:b3116877866f 59241:23ecaf949f8f
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    52 
    52 
    53 TEST_VM(FlagGuard, uint_flag) {
    53 TEST_VM(FlagGuard, uint_flag) {
    54   TEST_FLAG(ConcGCThreads, uint, 1337);
    54   TEST_FLAG(ConcGCThreads, uint, 1337);
    55 }
    55 }
    56 
    56 
    57 TEST_VM(FlagGuard, uintx_flag) {
       
    58   TEST_FLAG(GCTaskTimeStampEntries, uint, 1337);
       
    59 }
       
    60 
       
    61 TEST_VM(FlagGuard, size_t_flag) {
    57 TEST_VM(FlagGuard, size_t_flag) {
    62   TEST_FLAG(HeapSizePerGCThread, size_t, 1337);
    58   TEST_FLAG(HeapSizePerGCThread, size_t, 1337);
    63 }
    59 }
    64 
    60 
    65 TEST_VM(FlagGuard, uint64_t_flag) {
    61 TEST_VM(FlagGuard, uint64_t_flag) {