Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Javaバイナリヒープダンプファイルがあります。プログラムのメソッドに渡されたコマンドラインパラメーターを見つける一般的な方法はありますmain()か?
main()
私はヒープダンプの操作にEclipseMATを使用する傾向があります。
mainスレッドがまだ生きている場合は、引数をヒープで参照する必要があります。https://stackoverflow.com/a/3675163/32090で言及されているようなOQLステートメントを使用してそれを見つけることができるはずです
main