--- old/src/hotspot/share/runtime/thread.cpp 2017-10-20 09:45:25.459868603 -0400 +++ new/src/hotspot/share/runtime/thread.cpp 2017-10-20 09:45:24.423809517 -0400 @@ -3521,6 +3521,7 @@ LogConfiguration::initialize(create_vm_timer.begin_time()); // Parse arguments + // Note: this internally calls os::init_container_support() jint parse_result = Arguments::parse(args); if (parse_result != JNI_OK) return parse_result;