--- a/jdk/make/mkdemo/jvmti/Makefile Wed Jan 20 21:38:37 2010 +0800
+++ b/jdk/make/mkdemo/jvmti/Makefile Wed Jan 20 12:09:31 2010 -0700
@@ -1,5 +1,5 @@
#
-# Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 2004-2010 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -34,12 +34,13 @@
# Can be built in any order, the JRE version of hprof and java_crw_demo are
# really built in make/java.
-# The hprof target here just deliveres the sources and README files.
+# The hprof target here just delivers the sources and README files.
# The java_crw_demo and agent_util files are copied into each demo that
# uses them.
SUBDIRS = \
versionCheck \
- gctest \
+ compiledMethodLoad \
+ gctest \
heapViewer \
heapTracker \
minst \