8274620: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java is timing out

Reviewed-by: cjplummer, dholmes
This commit is contained in:
Lin Zang 2021-10-11 01:56:34 +00:00
parent 2ff3977a66
commit 5ecc99bbf5
2 changed files with 2 additions and 4 deletions

View File

@ -409,10 +409,10 @@ public class HeapHprofBinWriter extends AbstractHeapGraphWriter {
// open file stream and create buffered data output stream
fos = new FileOutputStream(fileName);
hprofBufferedOut = fos;
hprofBufferedOut = new BufferedOutputStream(fos);
if (useSegmentedHeapDump) {
if (isCompression()) {
hprofBufferedOut = new GZIPOutputStream(fos) {
hprofBufferedOut = new GZIPOutputStream(hprofBufferedOut) {
{
this.def.setLevel(gzLevel);
}

View File

@ -120,8 +120,6 @@ serviceability/sa/ClhsdbFindPC.java#xcomp-core 8269982 macosx-aarch64
serviceability/sa/ClhsdbFindPC.java#no-xcomp-core 8269982 macosx-aarch64
serviceability/sa/ClhsdbPstack.java#core 8269982 macosx-aarch64
resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java 8274620 macosx-x64
#############################################################################
# :hotspot_misc