Tests that VM doesn't crash in printStackTrace() for OOME.
Runs VM in child process for the 'TestClass' and checks that it doesn't
crash and returns zero exitValue.
Child process for the test application is required because crash didn't
reproduce in junit test (main class derived from junit.framework.TestCase).