_ is a keyword in Java 9, use this script to check your code by Sundararajan

Underscore (“_”) is a keyword in Java 9. If you use “_” as an identifier, javac of JDK 8+ issues a warning. javac of JDK 9, issues an error! To check and migrate your Java code to avoid using “_” as an identifier, you can use the following Nashorn script…

Similar

JEP 338: Java Vector API

Provide an initial iteration of an incubator module, jdk.incubator.vector, to express vector computations that reliably compile at runtime to optimal vector hardware instructions on supported CPU architectures and thus achieve superior performance to equi... (more…)

Read more »