test/hotspot/jtreg/TEST.groups
author shade
Thu, 03 May 2018 09:43:47 +0200
branchepsilon-gc-branch
changeset 56508 f67f588ebf15
parent 56494 7dde590dd382
parent 49958 cc29d7717e3a
child 56535 532bc255382f
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19555
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     1
#
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
     2
# Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
19555
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     4
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     7
# published by the Free Software Foundation.
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     8
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    13
# accompanied this code).
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    14
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    18
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    21
# questions.
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    22
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    23
28173
51423507bb7e 8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents: 27902
diff changeset
    24
hotspot_all = \
51423507bb7e 8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents: 27902
diff changeset
    25
  /
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
    26
47895
a879c04d61ea 8179603: create a jtreg test group for hotspot tests excluding application testing
coleenp
parents: 47809
diff changeset
    27
hotspot_all_no_apps = \
a879c04d61ea 8179603: create a jtreg test group for hotspot tests excluding application testing
coleenp
parents: 47809
diff changeset
    28
  / \
a879c04d61ea 8179603: create a jtreg test group for hotspot tests excluding application testing
coleenp
parents: 47809
diff changeset
    29
  -applications
a879c04d61ea 8179603: create a jtreg test group for hotspot tests excluding application testing
coleenp
parents: 47809
diff changeset
    30
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    31
hotspot_compiler = \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    32
  compiler
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
    33
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    34
hotspot_compiler_xcomp = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    35
  :hotspot_compiler \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    36
  -:tier1_compiler_not_xcomp
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    37
49915
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
    38
hotspot_compiler_all_gcs = \
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
    39
  :hotspot_compiler \
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
    40
  -:tier1_compiler_not_cms
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
    41
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    42
hotspot_gc = \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    43
  gc
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    44
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    45
hotspot_runtime = \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    46
  runtime
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
    47
47881
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47809
diff changeset
    48
hotspot_handshake = \
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47809
diff changeset
    49
  runtime/handshake
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47809
diff changeset
    50
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    51
hotspot_serviceability = \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    52
  serviceability
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
    53
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    54
hotspot_misc = \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    55
  / \
46323
d41bb2dcaeb8 8175300: Enable artifact resolution for jtreg tests
ctornqvi
parents: 46310
diff changeset
    56
 -applications \
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    57
 -:hotspot_compiler \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    58
 -:hotspot_gc \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    59
 -:hotspot_runtime \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    60
 -:hotspot_serviceability
28173
51423507bb7e 8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents: 27902
diff changeset
    61
29179
8836e3bd543b 8072842: Add support for building native JTReg tests
ihse
parents: 28936
diff changeset
    62
hotspot_native_sanity = \
8836e3bd543b 8072842: Add support for building native JTReg tests
ihse
parents: 28936
diff changeset
    63
  native_sanity
8836e3bd543b 8072842: Add support for building native JTReg tests
ihse
parents: 28936
diff changeset
    64
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    65
tier1_common = \
46570
676d6539e0e0 8181053: port basicvmtest to jtreg
iignatyev
parents: 46398
diff changeset
    66
  sanity/BasicVMTest.java \
47218
918745561887 8187445: Forest Consolidation: Make tests work
erikj
parents: 47216
diff changeset
    67
  gtest/GTestWrapper.java
46570
676d6539e0e0 8181053: port basicvmtest to jtreg
iignatyev
parents: 46398
diff changeset
    68
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    69
tier1_compiler = \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    70
  :tier1_compiler_1 \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    71
  :tier1_compiler_2 \
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    72
  :tier1_compiler_3 \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    73
  :tier1_compiler_not_xcomp
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    74
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    75
hotspot_not_fast_compiler = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    76
  :hotspot_compiler \
49836
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    77
  -:tier1_compiler \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    78
  -:hotspot_slow_compiler
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    79
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    80
hotspot_slow_compiler = \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    81
  compiler/codegen/aes \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    82
  compiler/codecache/stress \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    83
  compiler/gcbarriers/PreserveFPRegistersTest.java
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    84
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    85
tier1_compiler_1 = \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
    86
  compiler/arraycopy/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
    87
  compiler/c1/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
    88
  compiler/c2/ \
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
    89
  -compiler/c2/Test6850611.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
    90
  -compiler/c2/cr6890943/Test6890943.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
    91
  -compiler/c2/Test6905845.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
    92
  -compiler/c2/cr6340864 \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
    93
  -compiler/c2/cr6589834 \
40361
ba05f64958c1 8163018: Slow compiler tests in JPRT
kvn
parents: 40059
diff changeset
    94
  -compiler/c2/cr8004867 \
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
    95
  -compiler/c2/stemmer \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
    96
  -compiler/c2/Test6792161.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
    97
  -compiler/c2/Test6603011.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
    98
  -compiler/c2/Test6912517.java \
36832
ead44efe160f 8148175: C1: G1 barriers don't preserve FP registers
vlivanov
parents: 36593
diff changeset
    99
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   100
tier1_compiler_2 = \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   101
  compiler/classUnloading/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   102
  compiler/codecache/ \
26803
05d9c0cdc3f3 8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents: 26568
diff changeset
   103
  compiler/codegen/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   104
  compiler/cpuflags/ \
27700
a402738ebfcf 8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
thartmann
parents: 27699
diff changeset
   105
  compiler/dependencies/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   106
  compiler/eliminateAutobox/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   107
  compiler/escapeAnalysis/ \
27011
d8db57f7a955 8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
kvn
parents: 26941
diff changeset
   108
  compiler/exceptions/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   109
  compiler/floatingpoint/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   110
  compiler/gcbarriers/ \
26803
05d9c0cdc3f3 8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents: 26568
diff changeset
   111
  compiler/inlining/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   112
  compiler/integerArithmetic/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   113
  compiler/interpreter/ \
35145
a4ffa2fa7f4d 8146043: run JVMCI tests in JPRT
twisti
parents: 35061
diff changeset
   114
  compiler/jvmci/ \
49836
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   115
  -:hotspot_slow_compiler
36832
ead44efe160f 8148175: C1: G1 barriers don't preserve FP registers
vlivanov
parents: 36593
diff changeset
   116
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   117
tier1_compiler_3 = \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   118
  compiler/intrinsics/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   119
  compiler/jsr292/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   120
  compiler/loopopts/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   121
  compiler/macronodes/ \
35548
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35145
diff changeset
   122
  compiler/memoryinitialization/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   123
  compiler/osr/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   124
  compiler/regalloc/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   125
  compiler/runtime/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   126
  compiler/startup/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   127
  compiler/types/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   128
  compiler/uncommontrap/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   129
  compiler/unsafe/ \
49384
b242a1e3f9cf 8199421: Add support for vector popcount
rlupusoru
parents: 49330
diff changeset
   130
  compiler/vectorization/ \
36335
fb37a966adf0 8150349: Reduce the execution time of the hotspot_compiler_3 group
zmajo
parents: 35606
diff changeset
   131
  -compiler/intrinsics/bmi \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   132
  -compiler/intrinsics/mathexact \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   133
  -compiler/intrinsics/sha \
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   134
  -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   135
  -compiler/intrinsics/zip/TestAdler32.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   136
  -compiler/loopopts/Test7052494.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   137
  -compiler/runtime/Test6826736.java
26803
05d9c0cdc3f3 8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents: 26568
diff changeset
   138
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   139
tier1_compiler_not_xcomp = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   140
  compiler/aot
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
   141
49915
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
   142
tier1_compiler_not_cms = \
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
   143
  compiler/aot \
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
   144
  compiler/jvmci
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
   145
49330
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   146
ctw_1 = \
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   147
  applications/ctw/modules/ \
49836
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   148
  -:ctw_2 \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   149
  -:ctw_3
49330
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   150
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   151
ctw_2 = \
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   152
  applications/ctw/modules/java_base.java \
49881
29419b836244 8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
mikael
parents: 49836
diff changeset
   153
  applications/ctw/modules/java_base_2.java \
29419b836244 8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
mikael
parents: 49836
diff changeset
   154
  applications/ctw/modules/java_desktop.java \
29419b836244 8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
mikael
parents: 49836
diff changeset
   155
  applications/ctw/modules/java_desktop_2.java
49330
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   156
49836
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   157
ctw_3 = \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   158
  applications/ctw/modules/javafx_graphics.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   159
  applications/ctw/modules/java_xml.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   160
  applications/ctw/modules/jdk_compiler.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   161
  applications/ctw/modules/jdk_internal_vm_compiler.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   162
  applications/ctw/modules/jdk_localedata.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   163
  applications/ctw/modules/jdk_scripting_nashorn.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   164
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   165
tier1_gc = \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   166
  :tier1_gc_1 \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   167
  :tier1_gc_2 \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   168
  :tier1_gc_gcold \
49639
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   169
  :tier1_gc_gcbasher
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   170
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   171
hotspot_not_fast_gc = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   172
  :hotspot_gc \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   173
  -:tier1_gc
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   174
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   175
tier1_gc_1 = \
49639
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   176
  gc/g1/ \
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   177
  -gc/g1/ihop/TestIHOPErgo.java
37207
7afe535e1cbf 8152422: Optimize GC JPRT test set
dfazunen
parents: 37196
diff changeset
   178
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   179
tier1_gc_2 = \
28176
cb40f69fb5ea 8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents: 27902
diff changeset
   180
  sanity/ExecuteInternalVMTests.java \
cb40f69fb5ea 8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents: 27902
diff changeset
   181
  gc/ \
37207
7afe535e1cbf 8152422: Optimize GC JPRT test set
dfazunen
parents: 37196
diff changeset
   182
  -gc/g1/ \
38275
38582fe9500f 8150865: SQE test: GC unified logging: check that dynamic log level doesn't break anything
kzhaldyb
parents: 38074
diff changeset
   183
  -gc/logging/TestUnifiedLoggingSwitchStress.java \
37498
c920466a3287 8153222: [TESTBUG] Move tests in stress/gc to gc/stress
mchernov
parents: 37429
diff changeset
   184
  -gc/stress \
37207
7afe535e1cbf 8152422: Optimize GC JPRT test set
dfazunen
parents: 37196
diff changeset
   185
  -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
7afe535e1cbf 8152422: Optimize GC JPRT test set
dfazunen
parents: 37196
diff changeset
   186
  -gc/cms/TestMBeanCMS.java \
28176
cb40f69fb5ea 8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents: 27902
diff changeset
   187
  -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
25628
ca4c7cff1573 8049071: Add jtreg jobs to JPRT for hotspot
mikael
parents: 24943
diff changeset
   188
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   189
tier1_gc_gcold = \
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   190
  gc/stress/gcold/TestGCOldWithG1.java \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   191
  gc/stress/gcold/TestGCOldWithCMS.java \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   192
  gc/stress/gcold/TestGCOldWithSerial.java \
46398
a70022fa3ec2 8177967: Move TestGCOld to subdirectory
ehelin
parents: 46323
diff changeset
   193
  gc/stress/gcold/TestGCOldWithParallel.java
28380
4b0c67526510 8067868: Add GCOld as a JTreg test
brutisso
parents: 28378
diff changeset
   194
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   195
tier1_gc_gcbasher = \
42016
4ef693df9ff9 8166790: Add stress test GCBasher
ehelin
parents: 41727
diff changeset
   196
  gc/stress/gcbasher/TestGCBasherWithG1.java \
4ef693df9ff9 8166790: Add stress test GCBasher
ehelin
parents: 41727
diff changeset
   197
  gc/stress/gcbasher/TestGCBasherWithCMS.java \
4ef693df9ff9 8166790: Add stress test GCBasher
ehelin
parents: 41727
diff changeset
   198
  gc/stress/gcbasher/TestGCBasherWithSerial.java \
4ef693df9ff9 8166790: Add stress test GCBasher
ehelin
parents: 41727
diff changeset
   199
  gc/stress/gcbasher/TestGCBasherWithParallel.java
4ef693df9ff9 8166790: Add stress test GCBasher
ehelin
parents: 41727
diff changeset
   200
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   201
tier1_runtime = \
26140
5d408e1fa677 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents: 25948
diff changeset
   202
  runtime/ \
49757
4accd2e82e32 8201430: [TESTBUG] Remove script from runtime/6626217
goetz
parents: 49736
diff changeset
   203
 -runtime/6626217/bug_21227.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   204
 -runtime/7100935 \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   205
 -runtime/7158988/FieldMonitor.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   206
 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   207
 -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   208
 -runtime/ConstantPool/IntfMethod.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   209
 -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
33135
aa536100693c 8134432: [TESTBUG] Rewrite test/runtime/6888954/vmerrors.sh in Java
gtriantafill
parents: 33117
diff changeset
   210
 -runtime/ErrorHandling/ErrorHandler.java \
46284
ad578adff5df 8166944: Hanging Error Reporting steps may lead to torn error logs.
stuefe
parents: 43605
diff changeset
   211
 -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   212
 -runtime/logging/MonitorMismatchTest.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   213
 -runtime/memory/ReserveMemory.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   214
 -runtime/memory/RunUnitTestsConcurrently.java \
26140
5d408e1fa677 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents: 25948
diff changeset
   215
 -runtime/Metaspace/FragmentMetaspace.java \
5d408e1fa677 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents: 25948
diff changeset
   216
 -runtime/Metaspace/FragmentMetaspaceSimple.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   217
 -runtime/MirrorFrame/Test8003720.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   218
 -runtime/modules/LoadUnloadModuleStress.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   219
 -runtime/modules/ModuleStress/ExportModuleStressTest.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   220
 -runtime/modules/ModuleStress/ModuleStressGC.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   221
 -runtime/NMT \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   222
 -runtime/RedefineObject/TestRedefineObject.java \
41727
f1658e76a682 8164921: Memory leaked when instrumentation.retransformClasses() is called repeatedly
coleenp
parents: 41295
diff changeset
   223
 -runtime/RedefineTests/RedefineLeak.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   224
 -runtime/RedefineTests/RedefinePreviousVersions.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   225
 -runtime/RedefineTests/RedefineRunningMethods.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   226
 -runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   227
 -runtime/ReservedStack \
37196
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   228
 -runtime/SelectionResolution/AbstractMethodErrorTest.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   229
 -runtime/SelectionResolution/IllegalAccessErrorTest.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   230
 -runtime/SelectionResolution/InvokeInterfaceICCE.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   231
 -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   232
 -runtime/SelectionResolution/InvokeSpecialICCE.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   233
 -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   234
 -runtime/SelectionResolution/InvokeStaticICCE.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   235
 -runtime/SelectionResolution/InvokeVirtualICCE.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   236
 -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
26140
5d408e1fa677 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents: 25948
diff changeset
   237
 -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   238
 -runtime/SharedArchiveFile/SharedBaseAddress.java \
26687
eb6c5d0d1d6b 8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException
coleenp
parents: 26568
diff changeset
   239
 -runtime/Thread/CancellableThreadTest.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   240
 -runtime/Thread/TestThreadDumpMonitorContention.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   241
 -runtime/Unsafe/RangeCheck.java \
47908
d6d00f785f39 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
mseledtsov
parents: 47898
diff changeset
   242
 -runtime/containers/ \
30598
d50cc6db5e4c 8078558: [TESTBUG] Merge hotspot_wbapitest with existing jtreg jprt job
ctornqvi
parents: 30286
diff changeset
   243
  sanity/ \
48138
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   244
  testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
49662
3614cbddd005 8200126: [TESTBUG] Open source VM runtime signal tests
mseledtsov
parents: 49639
diff changeset
   245
 -:tier1_runtime_appcds_exclude \
3614cbddd005 8200126: [TESTBUG] Open source VM runtime signal tests
mseledtsov
parents: 49639
diff changeset
   246
 -runtime/signal
25628
ca4c7cff1573 8049071: Add jtreg jobs to JPRT for hotspot
mikael
parents: 24943
diff changeset
   247
46308
8b88f3db98b8 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov
parents: 46297
diff changeset
   248
hotspot_cds = \
8b88f3db98b8 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov
parents: 46297
diff changeset
   249
  runtime/SharedArchiveFile/ \
8b88f3db98b8 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov
parents: 46297
diff changeset
   250
  runtime/CompressedOops/
8b88f3db98b8 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov
parents: 46297
diff changeset
   251
48138
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   252
# AppCDS
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   253
# If modifying AppCDS it is also recommended to run the open hotspot_cds group
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   254
hotspot_appcds = \
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   255
  runtime/appcds/
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   256
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   257
# A subset of AppCDS tests to be run in JPRT push
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   258
tier1_runtime_appcds = \
48138
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   259
  runtime/appcds/HelloTest.java \
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   260
  runtime/appcds/sharedStrings/SharedStringsBasic.java \
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   261
  runtime/appcds/ClassLoaderTest.java
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   262
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   263
tier1_runtime_appcds_exclude = \
48138
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   264
  runtime/appcds/ \
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   265
  -:tier1_runtime_appcds
46308
8b88f3db98b8 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov
parents: 46297
diff changeset
   266
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   267
tier1_serviceability = \
35503
c0385153199d 8147079: Add serviceability/logging folder to hotspot_serviceability test group
mlarsson
parents: 35496
diff changeset
   268
  serviceability/dcmd/compiler \
47898
acaf894a5b5d 8191370: Add serviceability agent tests to tier1
coleenp
parents: 47896
diff changeset
   269
  serviceability/logging \
49639
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   270
  serviceability/sa \
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   271
  -serviceability/sa/ClhsdbScanOops.java \
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   272
  -serviceability/sa/TestHeapDumpForLargeArray.java
25628
ca4c7cff1573 8049071: Add jtreg jobs to JPRT for hotspot
mikael
parents: 24943
diff changeset
   273
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   274
tier1 = \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   275
  :tier1_common \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   276
  :tier1_compiler \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   277
  :tier1_gc \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   278
  :tier1_runtime \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   279
  :tier1_serviceability
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
   280
46310
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   281
hotspot_tier2_runtime = \
39623
591b0f6783f6 8160484: Implement Hotspot Runtime tier 2
ctornqvi
parents: 38275
diff changeset
   282
  runtime/ \
591b0f6783f6 8160484: Implement Hotspot Runtime tier 2
ctornqvi
parents: 38275
diff changeset
   283
  serviceability/ \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   284
 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   285
 -runtime/Thread/TestThreadDumpMonitorContention.java \
47908
d6d00f785f39 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
mseledtsov
parents: 47898
diff changeset
   286
 -runtime/containers/ \
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   287
 -:tier1_runtime \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   288
 -:tier1_serviceability \
49662
3614cbddd005 8200126: [TESTBUG] Open source VM runtime signal tests
mseledtsov
parents: 49639
diff changeset
   289
 -:hotspot_tier2_runtime_platform_agnostic \
49736
3d4c2d0b337f 8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime
ctornqvi
parents: 49662
diff changeset
   290
 -runtime/signal \
3d4c2d0b337f 8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime
ctornqvi
parents: 49662
diff changeset
   291
 -runtime/NMT/MallocStressTest.java
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
   292
46310
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   293
hotspot_tier2_runtime_platform_agnostic = \
39623
591b0f6783f6 8160484: Implement Hotspot Runtime tier 2
ctornqvi
parents: 38275
diff changeset
   294
  runtime/SelectionResolution \
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   295
 -:tier1_runtime
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
   296
46310
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   297
hotspot_tier3_runtime = \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   298
  runtime/ \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   299
  serviceability/ \
47908
d6d00f785f39 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
mseledtsov
parents: 47898
diff changeset
   300
 -runtime/containers/ \
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   301
 -:tier1_runtime \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   302
 -:tier1_serviceability \
46310
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   303
 -:hotspot_tier2_runtime_platform_agnostic \
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   304
 -:hotspot_tier2_runtime
27423
a52be21f172a 8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents: 27013
diff changeset
   305
40660
d2f433c48708 8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents: 40361
diff changeset
   306
hotspot_runtime_minimalvm = \
d2f433c48708 8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents: 40361
diff changeset
   307
  runtime/MinimalVM \
d2f433c48708 8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents: 40361
diff changeset
   308
  runtime/ErrorHandling \
d2f433c48708 8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents: 40361
diff changeset
   309
  runtime/logging
46323
d41bb2dcaeb8 8175300: Enable artifact resolution for jtreg tests
ctornqvi
parents: 46310
diff changeset
   310
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   311
hotspot_nmt = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   312
  runtime/NMT
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   313
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   314
hotspot_rest_runtime = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   315
  :hotspot_runtime \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   316
  -:tier1_runtime \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   317
  -:tier1_runtime_appcds_exclude \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   318
  -:hotspot_nmt \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   319
  -:hotspot_tier2_runtime_platform_agnostic
49958
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   320
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   321
# Stress tests against information provided by VM via JMX
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   322
vmTestbase_nsk_monitoring = \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   323
  vmTestbase/nsk/monitoring
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   324
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   325
vmTestbase_nsk_monitoring_quick = \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   326
  vmTestbase/nsk/monitoring/MemoryNotificationInfo/MemoryNotificationInfo/info001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   327
  vmTestbase/nsk/monitoring/MemoryNotificationInfo/from/from001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   328
  vmTestbase/nsk/monitoring/MemoryNotificationInfo/getCount/getcount001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   329
  vmTestbase/nsk/monitoring/MemoryNotificationInfo/getPoolName/getpoolname001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   330
  vmTestbase/nsk/monitoring/MemoryNotificationInfo/getUsage/getusage001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   331
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsage/getusage001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   332
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsage/getusage002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   333
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsage/getusage003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   334
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsage/getusage004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   335
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsage/getusage005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   336
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThreshold/getthreshold001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   337
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThreshold/getthreshold002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   338
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThreshold/getthreshold003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   339
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThreshold/getthreshold004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   340
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThreshold/getthreshold005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   341
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThresholdCount/getcount001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   342
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThresholdCount/getcount002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   343
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThresholdCount/getcount003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   344
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThresholdCount/getcount004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   345
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThresholdCount/getcount005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   346
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getPeakUsage/getpeak001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   347
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getPeakUsage/getpeak002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   348
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getPeakUsage/getpeak003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   349
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getPeakUsage/getpeak004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   350
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getPeakUsage/getpeak005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   351
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsage/getusage001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   352
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsage/getusage002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   353
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsage/getusage003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   354
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsage/getusage004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   355
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsage/getusage005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   356
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThreshold/getthreshold001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   357
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThreshold/getthreshold002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   358
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThreshold/getthreshold003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   359
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThreshold/getthreshold004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   360
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThreshold/getthreshold005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   361
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThresholdCount/getcount001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   362
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThresholdCount/getcount002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   363
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThresholdCount/getcount003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   364
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThresholdCount/getcount004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   365
  vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThresholdCount/getcount005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   366
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   367
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   368
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   369
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   370
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   371
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdSupported/issupported001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   372
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdSupported/issupported002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   373
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdSupported/issupported003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   374
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdSupported/issupported004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   375
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdSupported/issupported005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   376
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   377
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   378
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   379
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   380
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   381
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdSupported/issupported001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   382
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdSupported/issupported002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   383
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdSupported/issupported003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   384
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdSupported/issupported004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   385
  vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdSupported/issupported005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   386
  vmTestbase/nsk/monitoring/MemoryPoolMBean/resetPeakUsage/reset001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   387
  vmTestbase/nsk/monitoring/MemoryPoolMBean/resetPeakUsage/reset002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   388
  vmTestbase/nsk/monitoring/MemoryPoolMBean/resetPeakUsage/reset003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   389
  vmTestbase/nsk/monitoring/MemoryPoolMBean/resetPeakUsage/reset004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   390
  vmTestbase/nsk/monitoring/MemoryPoolMBean/resetPeakUsage/reset005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   391
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setCollectionUsageThreshold/setthreshold001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   392
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setCollectionUsageThreshold/setthreshold002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   393
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setCollectionUsageThreshold/setthreshold003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   394
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setCollectionUsageThreshold/setthreshold004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   395
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setCollectionUsageThreshold/setthreshold005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   396
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setUsageThreshold/setthreshold001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   397
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setUsageThreshold/setthreshold002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   398
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setUsageThreshold/setthreshold003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   399
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setUsageThreshold/setthreshold004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   400
  vmTestbase/nsk/monitoring/MemoryPoolMBean/setUsageThreshold/setthreshold005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   401
  vmTestbase/nsk/monitoring/MemoryUsage/MemoryUsage/memoryusage001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   402
  vmTestbase/nsk/monitoring/MemoryUsage/from/from001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   403
  vmTestbase/nsk/monitoring/ThreadInfo/from_c/from_c001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   404
  vmTestbase/nsk/monitoring/ThreadInfo/getLockName/getlockname001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   405
  vmTestbase/nsk/monitoring/ThreadInfo/getLockOwnerName/getlockownername001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   406
  vmTestbase/nsk/monitoring/ThreadInfo/isInNative/isinnative001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   407
  vmTestbase/nsk/monitoring/ThreadInfo/isSuspended/issuspended001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   408
  vmTestbase/nsk/monitoring/ThreadInfo/isSuspended/issuspended002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   409
  vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   410
  vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   411
  vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   412
  vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   413
  vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   414
  vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find006/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   415
  vmTestbase/nsk/monitoring/ThreadMXBean/isCurrentThreadCpuTimeSupported/curthcputime001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   416
  vmTestbase/nsk/monitoring/ThreadMXBean/isCurrentThreadCpuTimeSupported/curthcputime002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   417
  vmTestbase/nsk/monitoring/ThreadMXBean/isCurrentThreadCpuTimeSupported/curthcputime003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   418
  vmTestbase/nsk/monitoring/ThreadMXBean/isCurrentThreadCpuTimeSupported/curthcputime004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   419
  vmTestbase/nsk/monitoring/ThreadMXBean/isCurrentThreadCpuTimeSupported/curthcputime005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   420
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadContentionMonitoringSupported/thcontmonitor001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   421
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadContentionMonitoringSupported/thcontmonitor002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   422
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadContentionMonitoringSupported/thcontmonitor003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   423
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadContentionMonitoringSupported/thcontmonitor004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   424
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadContentionMonitoringSupported/thcontmonitor005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   425
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadCpuTimeSupported/thcputime001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   426
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadCpuTimeSupported/thcputime002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   427
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadCpuTimeSupported/thcputime003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   428
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadCpuTimeSupported/thcputime004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   429
  vmTestbase/nsk/monitoring/ThreadMXBean/isThreadCpuTimeSupported/thcputime005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   430
  vmTestbase/nsk/monitoring/ThreadMXBean/resetPeakThreadCount/reset001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   431
  vmTestbase/nsk/monitoring/ThreadMXBean/resetPeakThreadCount/reset002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   432
  vmTestbase/nsk/monitoring/ThreadMXBean/resetPeakThreadCount/reset003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   433
  vmTestbase/nsk/monitoring/ThreadMXBean/resetPeakThreadCount/reset004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   434
  vmTestbase/nsk/monitoring/ThreadMXBean/resetPeakThreadCount/reset005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   435
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerLevel/getloggerlevel001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   436
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerLevel/getloggerlevel002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   437
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerLevel/getloggerlevel003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   438
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerLevel/getloggerlevel004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   439
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerLevel/getloggerlevel005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   440
  vmTestbase/nsk/monitoring/LoggingMXBean/setLoggerLevel/setloggerlevel001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   441
  vmTestbase/nsk/monitoring/LoggingMXBean/setLoggerLevel/setloggerlevel002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   442
  vmTestbase/nsk/monitoring/LoggingMXBean/setLoggerLevel/setloggerlevel003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   443
  vmTestbase/nsk/monitoring/LoggingMXBean/setLoggerLevel/setloggerlevel004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   444
  vmTestbase/nsk/monitoring/LoggingMXBean/setLoggerLevel/setloggerlevel005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   445
  vmTestbase/nsk/monitoring/LoggingMXBean/getParentLoggerName/getparentloggername001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   446
  vmTestbase/nsk/monitoring/LoggingMXBean/getParentLoggerName/getparentloggername002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   447
  vmTestbase/nsk/monitoring/LoggingMXBean/getParentLoggerName/getparentloggername003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   448
  vmTestbase/nsk/monitoring/LoggingMXBean/getParentLoggerName/getparentloggername004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   449
  vmTestbase/nsk/monitoring/LoggingMXBean/getParentLoggerName/getparentloggername005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   450
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerNames/getloggernames001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   451
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerNames/getloggernames002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   452
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerNames/getloggernames003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   453
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerNames/getloggernames004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   454
  vmTestbase/nsk/monitoring/LoggingMXBean/getLoggerNames/getloggernames005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   455
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionCount/getcollectioncount001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   456
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionCount/getcollectioncount002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   457
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionCount/getcollectioncount003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   458
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionCount/getcollectioncount004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   459
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionCount/getcollectioncount005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   460
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionTime/getcollectiontime001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   461
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionTime/getcollectiontime002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   462
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionTime/getcollectiontime003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   463
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionTime/getcollectiontime004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   464
  vmTestbase/nsk/monitoring/GarbageCollectorMXBean/getCollectionTime/getcollectiontime005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   465
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean001/RuntimeMXBean001.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   466
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   467
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   468
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   469
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   470
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean006/RuntimeMXBean006.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   471
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean007/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   472
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean008/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   473
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean009/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   474
  vmTestbase/nsk/monitoring/RuntimeMXBean/RuntimeMXBean010/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   475
  vmTestbase/nsk/monitoring/CompilationMXBean/comptimemon001/comptimemon001.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   476
  vmTestbase/nsk/monitoring/CompilationMXBean/comptimemon002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   477
  vmTestbase/nsk/monitoring/CompilationMXBean/comptimemon003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   478
  vmTestbase/nsk/monitoring/CompilationMXBean/comptimemon004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   479
  vmTestbase/nsk/monitoring/CompilationMXBean/comptimemon005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   480
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/TimedWaitingThread/TimedWaitingThread001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   481
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/TimedWaitingThread/TimedWaitingThread002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   482
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/TimedWaitingThread/TimedWaitingThread003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   483
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/TimedWaitingThread/TimedWaitingThread004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   484
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/TimedWaitingThread/TimedWaitingThread005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   485
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/RunningThread/RunningThread001/RunningThread001.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   486
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/RunningThread/RunningThread002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   487
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/RunningThread/RunningThread003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   488
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/RunningThread/RunningThread004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   489
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/RunningThread/RunningThread005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   490
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SleepingThread/SleepingThread001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   491
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SleepingThread/SleepingThread002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   492
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SleepingThread/SleepingThread003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   493
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SleepingThread/SleepingThread004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   494
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SleepingThread/SleepingThread005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   495
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/WaitingThread/WaitingThread001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   496
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/WaitingThread/WaitingThread002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   497
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/WaitingThread/WaitingThread003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   498
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/WaitingThread/WaitingThread004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   499
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/WaitingThread/WaitingThread005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   500
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/BlockedThread/BlockedThread001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   501
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/BlockedThread/BlockedThread002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   502
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/BlockedThread/BlockedThread003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   503
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/BlockedThread/BlockedThread004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   504
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/BlockedThread/BlockedThread005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   505
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NativeBlockedThread/NativeBlockedThread001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   506
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NativeBlockedThread/NativeBlockedThread002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   507
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NativeBlockedThread/NativeBlockedThread003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   508
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NativeBlockedThread/NativeBlockedThread004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   509
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NativeBlockedThread/NativeBlockedThread005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   510
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NewThread/NewThread001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   511
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NewThread/NewThread002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   512
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NewThread/NewThread003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   513
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NewThread/NewThread004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   514
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/NewThread/NewThread005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   515
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/FinishedThread/FinishedThread001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   516
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/FinishedThread/FinishedThread002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   517
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/FinishedThread/FinishedThread003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   518
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/FinishedThread/FinishedThread004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   519
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/FinishedThread/FinishedThread005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   520
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/LockingThreads/LockingThreads001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   521
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/LockingThreads/LockingThreads002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   522
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/LockingThreads/LockingThreads003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   523
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/LockingThreads/LockingThreads004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   524
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/LockingThreads/LockingThreads005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   525
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SynchronizerLockingThreads/SynchronizerLockingThreads001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   526
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SynchronizerLockingThreads/SynchronizerLockingThreads002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   527
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SynchronizerLockingThreads/SynchronizerLockingThreads003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   528
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SynchronizerLockingThreads/SynchronizerLockingThreads004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   529
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/SynchronizerLockingThreads/SynchronizerLockingThreads005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   530
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   531
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock002/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   532
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock003/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   533
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock004/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   534
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock005/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   535
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/NativeDeadlock001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   536
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/SynchronizerDeadlock001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   537
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/SynchronizedMethodDeadlock001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   538
  vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/MixedDeadlock001/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   539
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/baseBehaviorTest_directly/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   540
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/baseBehaviorTest_server_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   541
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/baseBehaviorTest_server_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   542
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/baseBehaviorTest_proxy_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   543
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/baseBehaviorTest_proxy_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   544
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/illegalArgumentsTest_directly/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   545
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/illegalArgumentsTest_server_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   546
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/illegalArgumentsTest_server_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   547
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/illegalArgumentsTest_proxy_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   548
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadCpuTime/illegalArgumentsTest_proxy_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   549
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/allocatedMemorySupportedTest_directly/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   550
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/allocatedMemorySupportedTest_server_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   551
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/allocatedMemorySupportedTest_server_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   552
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/allocatedMemorySupportedTest_proxy_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   553
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/allocatedMemorySupportedTest_proxy_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   554
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/baseBehaviorTest_directly/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   555
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/baseBehaviorTest_server_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   556
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/baseBehaviorTest_server_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   557
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/baseBehaviorTest_proxy_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   558
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/baseBehaviorTest_proxy_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   559
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_directly_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   560
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_server_default_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   561
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_server_custom_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   562
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_proxy_default_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   563
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_proxy_custom_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   564
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_directly_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   565
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_server_default_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   566
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_server_custom_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   567
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_proxy_default_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   568
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/doubleAllocationTest_proxy_custom_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   569
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_directly_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   570
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_server_default_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   571
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_server_custom_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   572
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_proxy_default_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   573
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_proxy_custom_array/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   574
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_directly_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   575
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_server_default_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   576
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_server_custom_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   577
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_proxy_default_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   578
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/equalThreadsTest_proxy_custom_string/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   579
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/illegalArgumentsTest_directly/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   580
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/illegalArgumentsTest_server_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   581
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/illegalArgumentsTest_server_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   582
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/illegalArgumentsTest_proxy_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   583
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/illegalArgumentsTest_proxy_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   584
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/noAllocationTest_directly/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   585
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/noAllocationTest_server_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   586
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/noAllocationTest_server_custom/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   587
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/noAllocationTest_proxy_default/TestDescription.java \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   588
  vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/noAllocationTest_proxy_custom/TestDescription.java
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   589
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   590