Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert workarounds for JDK 9+ due to missing Scala Native methods #58

Open
ekrich opened this issue Dec 24, 2021 · 1 comment
Open

Revert workarounds for JDK 9+ due to missing Scala Native methods #58

ekrich opened this issue Dec 24, 2021 · 1 comment

Comments

@ekrich
Copy link
Owner

ekrich commented Dec 24, 2021

Look for nnnL for Long and toLong in the following methods. Most are in the second argument, first in one case.

public static long multiplyExact​(long x, int y)
public static long floorDiv​(long x, int y)
public static int floorMod​(long x, int y)

The classes affected are LocalDate, Instant, Duration, Year, and YearMonth.
The test classes are LocalDateTest, YearTest and YearMonthTest.

@ekrich
Copy link
Owner Author

ekrich commented Jan 27, 2023

These are implemented now as of 1-27-2023.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant