# HG changeset patch # User poonam # Date 1362616238 28800 # Node ID 3168f3e14339dba91f93219e4635098c65dc4624 # Parent e629a7d0b76025bb7ccdef31644dc20602390f95 8006309: More reliable control panel operation Summary: Added a comment in the dead Kernel code Reviewed-by: ahgross, sla, coleenp diff -r e629a7d0b760 -r 3168f3e14339 src/share/vm/runtime/thread.cpp --- 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();