Skip to content

Commit

Permalink
Merge pull request #4257 from eclipse/revert-563-FixXdumpHeapdefault
Browse files Browse the repository at this point in the history
Revert "Fix incorrect -Xdump:dump:defaults output"
  • Loading branch information
pshipton authored Jan 11, 2019
2 parents d36f0b3 + 94219b2 commit eca2cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/rasdump/dmpagent.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ static const J9RASdumpSpec rasDumpSpecs[] =
#endif
"Output file",
doHeapDump,
{ J9RAS_DUMP_ON_EXCEPTION_SYSTHROW,
"java/lang/OutOfMemoryError",
1, 4,
{ J9RAS_DUMP_ON_GP_FAULT | J9RAS_DUMP_ON_USER_SIGNAL,
NULL,
1, 0,
"heapdump.%Y" "%m%d.%H" "%M" "%S.%pid.%seq.phd",
"PHD",
500,
Expand Down

0 comments on commit eca2cd9

Please sign in to comment.