--- a/jdk/src/windows/demo/jvmti/hprof/hprof_md.c Thu Aug 25 17:18:12 2011 -0700
+++ b/jdk/src/windows/demo/jvmti/hprof/hprof_md.c Wed Aug 31 13:48:04 2011 +0200
@@ -29,6 +29,15 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ * 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.
+ */
+
+
// To ensure winsock2.h is used, it has to be included ahead of
// windows.h, which includes winsock.h by default.
#include <winsock2.h>