Allow any file suffix for heap dumps in all JUnit tests

This commit sets the system property
'jdk.management.heapdump.allowAnyFileSuffix' during test execution of
all tests.

Since JDK 8u141 heap dump names are required to have the suffix
'hprof'.

See Bug 535730 to fix the issue and track this workaround.
2 files changed