diff -r cf1fcdf438a0 -r ed7db6a12c2a jdk/src/share/classes/com/sun/tools/example/debug/expr/LValue.java --- a/jdk/src/share/classes/com/sun/tools/example/debug/expr/LValue.java Thu Aug 25 17:18:12 2011 -0700 +++ b/jdk/src/share/classes/com/sun/tools/example/debug/expr/LValue.java Wed Aug 31 13:48:04 2011 +0200 @@ -23,6 +23,15 @@ * questions. */ +/* + * This source code is provided to illustrate the usage of a given feature + * or technique and has been deliberately simplified. Additional steps + * required for a production-quality application, such as security checks, + * input validation and proper error handling, might not be present in + * this sample code. + */ + + package com.sun.tools.example.debug.expr; import com.sun.jdi.*;