--- a/langtools/src/jdk.jshell/share/classes/jdk/jshell/EvalException.java Fri Feb 10 07:50:55 2017 -0800
+++ b/langtools/src/jdk.jshell/share/classes/jdk/jshell/EvalException.java Fri Feb 10 13:49:42 2017 -0800
@@ -38,6 +38,8 @@
* the Snippet id and for snippets without a method name (for example an
* expression) <code>StackTraceElement.getMethodName()</code> will be the
* empty string.
+ *
+ * @since 9
*/
@SuppressWarnings("serial") // serialVersionUID intentionally omitted
public class EvalException extends JShellException {