After integration of CR 7165755 information about libthread printed on the new line, while previously it was printed on the same line as OS version:
Before:
uname:SunOS 5.11 11.0 i86pc (T2 libthread)
rlimit: STACK 10000k, CORE infinity, NOFILE 65536, AS infinity
load average:0.48 0.24 0.13
http://stt-13.ru.oracle.com/results/1.7.0_06/b11/vm/137D0D2B8E8_vm.debug.testlist/ResultDir/StackTrace_jvm_core/hs_err_pid6020.log
After:
uname:SunOS 5.11 11.0 i86pc
(T2 libthread)
rlimit: STACK 10000k, CORE infinity, NOFILE 65536, AS infinity
load average:0.46 0.33 0.20
http://stt-13.ru.oracle.com/results/1.7.0_06/b11/vm/137D0E03428_vm.debug.testlist/ResultDir/StackTrace_jvm_core/hs_err_pid22408.log
Now it seems quite odd.
I think that it should be placed either on the same line as uname output or on the distinct line, but preceded with some title (as for libc on linux).
|