- 论坛徽章:
- 0
|
java虚拟机【讨论】
我的java虚拟机崩溃后也是:
Heap at VM Abort:
Heap
def new generation total 2240K, used 2098K [0xab2b0000, 0xab510000, 0xab740000)
eden space 2048K, 97% used [0xab2b0000, 0xab4a4108, 0xab4b0000)
from space 192K, 51% used [0xab4e0000, 0xab4f8850, 0xab510000)
to space 192K, 0% used [0xab4b0000, 0xab4b0000, 0xab4e0000)
tenured generation total 28416K, used 5017K [0xab740000, 0xad300000, 0xaeeb0000)
the space 28416K, 17% used [0xab740000, 0xabc26438, 0xabc26600, 0xad300000)
compacting perm gen total 14336K, used 14108K [0xaeeb0000, 0xafcb0000, 0xb2eb0000)
the space 14336K, 98% used [0xaeeb0000, 0xafc77010, 0xafc77200, 0xafcb0000)
这个是属于垃圾回收的问题么?不是很理解
以前用调试c程序的时候碰到过signal 11 ,那是好像是指针的问题,这里会不会是用JNI的时候c写的那段代码指针操作有问题?  |
|