You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2020/04/26 15:06:19 UTC

Bug in proxy factory?

Hi all,

In our abstract proxy factory we have pushIntoStack method.
Its goal is to map the addition in an array of a parameter depending its
number (first 5 are optimized).
I wonder if there isn't an issue with BIPUSH -> SIPUSH switch cause BIPUSH
is for byte so until 127 but we wait until 255, not sure how it can work
(guess we never got that case).

Can I get another pair of eyes to ensure I didn't miss something?

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>