Howto print java class garbage collection events?

前端 未结 4 1801
感动是毒
感动是毒 2020-12-17 21:37
java version \"1.5.0_14\"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode)

I\'

4条回答
  •  粉色の甜心
    2020-12-17 22:05

    Do you have the stack trace?

    Have you tried stepping into the 'setGlobal' method (assuming you have the code) to see what's going on?

提交回复
热议问题