Why JEP 411 Will Have a Negative Impact on Java Security
SecurityManager, foundation to build secure software, on its own is insufficient to limit users & software to the least privilege principle.
Peter Firmstone
7,668 viewsSecurityManager, foundation to build secure software, on its own is insufficient to limit users & software to the least privilege principle.
Brice Dutheil
19,520 viewsUnified logging was introduced in JDK 9, let's begin with a recapitulation of JEP-158, laying out the foundation of JVM unified logging.

Ashish Choudhary
6,284 viewsIn this article, I will try to explain the new feature, from Java 10, local variable type inference using the reserved type name "var".

Vipin Sharma
8,943 viewsHidden classes allow frameworks to define classes as non-discoverable implementation details, so that they cannot be linked against. Read …

Kevin Farnham
7,275 viewsIf OpenJDK is the background source for your livelihood, you might want to contribute to future development of the OpenJDK. Find out how!
Simon Ritter
4,473 viewsUnlike sealed classes, hidden classes (JEP 371) are a JVM rather than a language-level feature, aiming not to change the Java language.