changeset 3800:3168f3e14339

8006309: More reliable control panel operation Summary: Added a comment in the dead Kernel code Reviewed-by: ahgross, sla, coleenp
author poonam
date Wed, 06 Mar 2013 16:30:38 -0800
parents e629a7d0b760
children bf2d84c5103d
files src/share/vm/runtime/thread.cpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Thu Feb 28 13:30:30 2013 +0100
+++ b/src/share/vm/runtime/thread.cpp	Wed Mar 06 16:30:38 2013 -0800
@@ -3555,6 +3555,9 @@
       os::dll_build_name(buffer, sizeof(buffer), Arguments::get_dll_dir(), name);
       library = os::dll_load(buffer, ebuf, sizeof ebuf);
 #ifdef KERNEL
+
+      // Dead code, KERNEL is never built in JDK7 or later. This code will be removed in a future update release.
+
       // Download instrument dll
       if (library == NULL && strcmp(name, "instrument") == 0) {
         char *props = Arguments::get_kernel_properties();