--- old/src/hotspot/share/services/diagnosticFramework.cpp 2018-06-15 19:19:47.987006315 +0200 +++ new/src/hotspot/share/services/diagnosticFramework.cpp 2018-06-15 19:19:47.887005424 +0200 @@ -35,10 +35,7 @@ #include "services/management.hpp" CmdLine::CmdLine(const char* line, size_t len, bool no_command_name) - : _cmd(NULL) - , _cmd_len(0) - , _args(NULL) - , _args_len(0) + : _cmd(line), _cmd_len(0), _args(NULL), _args_len(0) { assert(line != NULL, "Command line string should not be NULL"); const char* line_end;