# HG changeset patch # User poonam # Date 1362616238 28800 # Node ID a5d3a94e327f4bbcac002e094387373075e762fb # Parent 004176a47471a4e11b36104167a8d227a7c90ef3 8006309: More reliable control panel operation Summary: Added a comment in the dead Kernel code Reviewed-by: ahgross, sla, coleenp diff -r 004176a47471 -r a5d3a94e327f src/share/vm/runtime/thread.cpp --- a/src/share/vm/runtime/thread.cpp Mon Feb 25 11:54:35 2013 -0800 +++ b/src/share/vm/runtime/thread.cpp Wed Mar 06 16:30:38 2013 -0800 @@ -3465,6 +3465,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();