[code-reflection] RFR: Missing conversion for some unary operators
Maurizio Cimadamore
mcimadamore at openjdk.org
Thu Apr 18 16:42:10 UTC 2024
On Thu, 18 Apr 2024 16:34:50 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> The problem is likely due to another missing conversion - e.g. for this code:
>
> ```
> @CodeReflection
> static int leftShiftIL(int left, long right) {
> return left << right;
> }
> ```
This seems to be caused by this:
https://github.com/openjdk/babylon/pull/49
-------------
PR Comment: https://git.openjdk.org/babylon/pull/55#issuecomment-2064496857
More information about the babylon-dev
mailing list