Possible bug in StackFrameInfo#getByteCodeIndex?

David Lloyd david.lloyd at redhat.com
Tue Dec 12 13:45:38 UTC 2017


On Mon, Dec 11, 2017 at 9:03 PM, mandy chung <mandy.chung at oracle.com> wrote:
> On 12/11/17 6:31 PM, Martin Buchholz wrote:
>> Java has an unsigned 16 bit type.  Could bci be of type "char" ?
>
> Yes but I think keeping it short is fine.

Call me strange if you like, but I never liked using char as anything
other than a UTF-16 character.  Anyway one expects that the '0xffff'
forms should be optimized fairly easily.


-- 
- DML


More information about the core-libs-dev mailing list