mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 18:33:41 +00:00
8274620: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java is timing out
Reviewed-by: cjplummer, dholmes
This commit is contained in:
parent
2ff3977a66
commit
5ecc99bbf5
@ -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);
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user