我很好奇JVM中的ldc缩写是什么? [英] I'm curious about what ldc short for in JVM?

查看:664
本文介绍了我很好奇JVM中的ldc缩写是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

ByteCode:ldc将一个单字常量压入操作数堆栈. ldc接受一个参数,即要推送的值.

ByteCode:ldc pushes a one-word constant onto the operand stack. ldc takes a single parameter, , which is the value to push.

JVM中的大多数字节码可以通过代码描述找出它们的名称.但是,LDC,我看不出任何线索.

Most of the bytecodes in JVM can figure out their name by the code description. However, the ldc, I don't see any clue.

推荐答案

我想它是LoaD常量,但我没有任何参考.

I suppose it is LoaD Constant but I do not have any reference.

这篇关于我很好奇JVM中的ldc缩写是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆