equal
deleted
inserted
replaced
83 setAllowedExitCodes("SharedReadOnlySize", 2); |
83 setAllowedExitCodes("SharedReadOnlySize", 2); |
84 setAllowedExitCodes("SharedMiscDataSize", 2); |
84 setAllowedExitCodes("SharedMiscDataSize", 2); |
85 setAllowedExitCodes("SharedMiscCodeSize", 2); |
85 setAllowedExitCodes("SharedMiscCodeSize", 2); |
86 |
86 |
87 /* |
87 /* |
88 * JDK-8145204 |
|
89 * Temporarily remove testing of max range for ParGCArrayScanChunk because |
|
90 * JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used |
|
91 */ |
|
92 excludeTestMaxRange("ParGCArrayScanChunk"); |
|
93 |
|
94 /* |
|
95 * Remove CICompilerCount from testing because currently it can hang system |
88 * Remove CICompilerCount from testing because currently it can hang system |
96 */ |
89 */ |
97 excludeTestMaxRange("CICompilerCount"); |
90 excludeTestMaxRange("CICompilerCount"); |
98 |
91 |
99 /* |
92 /* |