src/hotspot/share/runtime/thread.cpp
changeset 47903 7f22774a5f42
parent 47881 0ce0ac68ace7
child 47917 9b196a8a5862
--- a/src/hotspot/share/runtime/thread.cpp	Wed Nov 15 08:25:28 2017 -0500
+++ b/src/hotspot/share/runtime/thread.cpp	Wed Nov 15 10:34:17 2017 -0500
@@ -3528,6 +3528,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;