gpt4 book ai didi

java - 为什么有些堆栈跟踪有负行号?

转载 作者:行者123 更新时间:2023-11-30 07:48:35 26 4
gpt4 key购买 nike

在调试应用程序和使用堆栈跟踪时,我注意到堆栈跟踪的某些行具有负数。通常在反编译的类中。这是为什么?示例:

invoke0 NativeMethodAccessorImpl.java -2 sun.reflect.NativeMethodAccessorImpl 

最佳答案

A value of -2 indicates that the method containing the execution point is a native method

-1 表示由于某种原因行号信息不可用。正如您已经注意到的,这通常是来自库的类的情况。

来源:Java 8 documentation

关于java - 为什么有些堆栈跟踪有负行号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49070987/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com