You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation using the latest JDK is a disaster. Type inference and narrowing problems everywhere. These are likely all missed regressions in Java9, but I'll leave this issue open until I can get in touch with the OpenJDK guys and submit the likely myriad of bug reports necessary to bring it back to compilation parity with Java8.
The text was updated successfully, but these errors were encountered:
Have a serious think about whether this horribly buggy "short-term" Java release is worth even targeting for compilation, or if I should just leap frog it entirely.
Java9 is a disaster, both in terms of new compiler bugs and new runtime bugs. Lambda is particularly affected by these. Leapfrogging this unfortunate jdk release and targeting 10.
Compilation using the latest JDK is a disaster. Type inference and narrowing problems everywhere. These are likely all missed regressions in Java9, but I'll leave this issue open until I can get in touch with the OpenJDK guys and submit the likely myriad of bug reports necessary to bring it back to compilation parity with Java8.
The text was updated successfully, but these errors were encountered: