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.
アプリケーションのプロファイルを作成しようとしていますが、sim.core.EndPoint$2タイプのインスタンスがたくさんあります。
これらのインスタンスを調べて、タイプがsim.core.EndPointでないことを確認すると、そこにあるべきではないものがいくつかあるEndPointのように見えます。
visualVMのタイプの名前の後にあるドル記号はどういう意味ですか?
ありがとうございました。
これは、EndPoint.javaで定義されている匿名の内部クラスであることを意味します。
ちなみに、ClassName $ AnotherNameは、JVMで内部クラスを指定するための規則です。
EndPointが定義する匿名クラスを確認してください。