Re: RFR: 8342458: More consistent constant instruction handling

2024-10-31 Thread Chen Liang
On Mon, 28 Oct 2024 15:29:33 GMT, Chen Liang wrote: > There are currently some issues with our handling of "load constant" > instructions: namely, there is some problem with writing unbounded/external > constants and handling of entry index changes, that we currently generate > invalid bytecod

Re: RFR: 8342458: More consistent constant instruction handling

2024-10-31 Thread Adam Sotona
On Mon, 28 Oct 2024 15:29:33 GMT, Chen Liang wrote: > There are currently some issues with our handling of "load constant" > instructions: namely, there is some problem with writing unbounded/external > constants and handling of entry index changes, that we currently generate > invalid bytecod

RFR: 8342458: More consistent constant instruction handling

2024-10-28 Thread Chen Liang
There are currently some issues with our handling of "load constant" instructions: namely, there is some problem with writing unbounded/external constants and handling of entry index changes, that we currently generate invalid bytecode for condy loading double/long that has index over 255. This