In the latest night run the following error was encountered:
----------messages:(3/165)----------
command: main -Xms385m TimSortStackSize2 67108864
reason: User specified action: run main/othervm -Xms385m TimSortStackSize2 67108864
elapsed time (seconds): 1.758
----------System.out:(0/0)----------
----------System.err:(15/829)----------
java.lang.OutOfMemoryError: Java heap space
at TimSortStackSize2.createArray(TimSortStackSize2.java:164)
at TimSortStackSize2.doTest(TimSortStackSize2.java:59)
at TimSortStackSize2.main(TimSortStackSize2.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.OutOfMemoryError: Java heap space
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.OutOfMemoryError: Java heap space