javac 生成字节码。这就是所有 JVM 语言的编译结果。
javac
IntelliJ 的字节码查看器向您显示该字节码的投影,因为它是 通常不可读。
请注意,如果类未编译,IntelliJ 工具将无法工作,因为它实际上不知道确切的字节码是什么。
javac produces bytecode. That's what all JVM languages compile down to.
IntelliJ's bytecode viewer shows you a projection of that bytecode, since it's normally not human readable.
Note that the IntelliJ tool won't work if the class is not compiled, since it won't actually know what the exact bytecode is.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
javac
生成字节码。这就是所有 JVM 语言的编译结果。IntelliJ 的字节码查看器向您显示该字节码的投影,因为它是 通常不可读。
请注意,如果类未编译,IntelliJ 工具将无法工作,因为它实际上不知道确切的字节码是什么。
javac
produces bytecode. That's what all JVM languages compile down to.IntelliJ's bytecode viewer shows you a projection of that bytecode, since it's normally not human readable.
Note that the IntelliJ tool won't work if the class is not compiled, since it won't actually know what the exact bytecode is.