Source code analysis: calls to wrapper class constructors

John Rose john.r.rose at oracle.com
Wed Oct 28 19:36:59 UTC 2020


On Oct 28, 2020, at 2:32 PM, John Rose <john.r.rose at oracle.com> wrote:
> 
> invokestatic Integer.$pop2$valueOf(Object,int)V

That would be invokestatic Integer.$pop2$valueOf(String,int,String)V

And the dummy object could be an Integer (using a condy) if we don’t
want to edit the stack maps that might mention the Integer.  They
might be present if the integer expression contains control flow.

So, invokestatic Integer.$pop2$valueOf(Integer,int,Integer)V

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/valhalla-spec-experts/attachments/20201028/807e5aa8/attachment.htm>


More information about the valhalla-spec-experts mailing list