This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 请问如何用CODE 动态生成在JVM中所有的THREAD DUMP. JVM VERSION 是1.3 OR 1.4. 谢谢.我绝得需要用NATIVE CALL,但是没有一点头绪.谢谢
-tongcd(MockingBird);
2005-6-27
(#2368403@0)
-
check J2SE source code how to implement that when you press ^Break
-xordos(donothing);
2005-6-27
(#2368788@0)
-
I know ctrl-break make jvm spit out thread dump. but how does it handle it? where to find that code to handle this keystoke? no clue. more hints please? thanks.
-tongcd(MockingBird);
2005-6-27
(#2369391@0)
-
up
-tongcd(MockingBird);
2005-6-28
(#2370440@0)
-
are you writing something like JVM inspector?
-xordos(donothing);
2005-6-28
(#2370984@0)
-
xordos, inside please...
-tongcd(MockingBird);
2005-6-29
{849}
(#2371793@0)
-
I think I can't give you more helpful info..:(but, i want to say:
1. Maybe a commerical production is more suitable. we use OptimizeIt from Borland, and it is quite cool.
2. If you are really want to write your own, I think maybe you need study JDK source code, or ask your question to other more professional forum/list.
Good luck.
-xordos(donothing);
2005-6-29
{289}
(#2372149@0)