Fix Heap Dump Path on Windows

Fixes #6336
This commit is contained in:
Gérald QUINTANA 2016-12-01 10:24:14 +01:00 committed by Suyog Rao
parent a566908a84
commit 2bb69743e6

View file

@ -59,7 +59,7 @@ IF NOT "%JAVA_OPTS%" == "" (
SET JAVA_OPTS=%JAVA_OPTS% -XX:+HeapDumpOnOutOfMemoryError
REM The path to the heap dump location, note directory must exists and have enough
REM space for a full heap dump.
SET JAVA_OPTS=%JAVA_OPTS% -XX:HeapDumpPath="$LS_HOME/heapdump.hprof"
SET JAVA_OPTS=%JAVA_OPTS% -XX:HeapDumpPath="%LS_HOME%/heapdump.hprof"
:opts_defined