The JDK 8 release is co-bundled with the Nashorn, which is an implementation of the ECMAScript Edition 5.1 Language Specification.
The jdk.nashorn.api.scripting.ClassFilter
interface enables you to restrict access to specified Java classes from scripts run by a Nashorn script engine. See Restricting Script Access to Specified Java Classes in the Nashorn User's Guide and JDK-8043717 for more information.
The JDK 7 release is co-bundled with the Mozilla Rhino JavaScript engine based on version 1.7R3 pre-release sources with Oracle modifications. You can download the Oracle modified Rhino sources at java.net.
No changes to report.
No changes to report.
No changes to report.
No changes to report.