Java方法描述符中美元符号的含义?
例如,它是 Jikes RVM 堆栈的一部分。
at [0x70cfba90, 0x708cfaa4] Lorg/apache/lucene/index/SegmentInfos;
**access$000**(Ljava/lang/String;)V
at [0x70cfbb04, 0x708b55c8] Lorg/apache/lucene/index/SegmentInfos$
FindSegmentsFile; run()Ljava/lang/Object; at line 554
at [0x70cfbb24, 0x708c4a8d] Lorg/apache/lucene/index/SegmentInfos;
read(Lorg/apache/lucene/store/Directory;)V at line 272
'access' 应该是方法名称。但我检查了类源代码及其接口,那里没有名为“access”的方法。我在谷歌上找不到答案,因为谷歌讨厌各种标点符号。有人可以帮忙吗?非常感谢。
For example, its part of the Jikes RVM stack.
at [0x70cfba90, 0x708cfaa4] Lorg/apache/lucene/index/SegmentInfos;
**access$000**(Ljava/lang/String;)V
at [0x70cfbb04, 0x708b55c8] Lorg/apache/lucene/index/SegmentInfos$
FindSegmentsFile; run()Ljava/lang/Object; at line 554
at [0x70cfbb24, 0x708c4a8d] Lorg/apache/lucene/index/SegmentInfos;
read(Lorg/apache/lucene/store/Directory;)V at line 272
'access' should be a method name. But I checked the class source code and its interfaces, there is no method there called 'access'. I couldn't find an answer on Google, since Google hates all kinds of punctuations. Can anyone help here? Thanks very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
引自 文章 链接的 @birrryree:
Quoted from the article linked by @birryree: