gtoison commented on code in PR #254:
URL: https://github.com/apache/commons-bcel/pull/254#discussion_r1441908638


##########
src/main/java/org/apache/bcel/generic/LDC.java:
##########
@@ -89,6 +89,8 @@ public Type getType(final ConstantPoolGen cpg) {
             return Type.INT;
         case org.apache.bcel.Const.CONSTANT_Class:
             return Type.CLASS;
+        case org.apache.bcel.Const.CONSTANT_Dynamic:

Review Comment:
   For a Double (or a Long) the instruction would be `LDC2_W` I think, because 
it is wider



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to