Re: [BCEL] Invalid test or bug?

2022-11-19 Thread Gary Gregory
Here is where we stand today: - I fixed bugs where the JVM specification types data as "u2" (unsigned 2 bytes, range 0 to 65535) but we used to read these items as signed shorts so we "lost" values from 32768 to 65535 or we read them as negative values. Amazingly this did not cause tests to fail,

Re: [BCEL] Invalid test or bug?

2022-11-19 Thread Gary D. Gregory
Mark, What I had in mind (compared to your diff) file, is something like this: https://paste.apache.org/oxn8x Note that this fixed throwing the exception but there are still many JRE classes that fail to verify. Gary On 2022/11/19 15:32:04 Gary Gregory wrote: > Here is where we stand today: >