In Oracle's official doc HeapDumpOnOutOfMemoryError
option specified with plus and minus sign. I'm just curious what do they stand for since it's not explained in official user guide
Asked
Active
Viewed 2,637 times
10

Petro Semeniuk
- 6,970
- 10
- 42
- 65
1 Answers
18
From the page you cited:
Some command-line options use the HotSpot implementation format; that is, you must place the colon (:) between the -XX and the option name followed by a the necessary operator to indicate enabling (+) or disabling (-) the new hash function.

default locale
- 13,035
- 13
- 56
- 62

user207421
- 305,947
- 44
- 307
- 483
-
2Thanks for quoting it here, since Oracle decided to move the doc page. – bdetweiler May 03 '18 at 12:05