hotspot/src/share/vm/runtime/thread.cpp
changeset 6961 a32b2fc66321
parent 6273 5b9acff1c480
child 6968 5d1eaf2fd05f
equal deleted inserted replaced
6477:5a4b9e39ce51 6961:a32b2fc66321
  2895   // Initialize system properties.
  2895   // Initialize system properties.
  2896   Arguments::init_system_properties();
  2896   Arguments::init_system_properties();
  2897 
  2897 
  2898   // So that JDK version can be used as a discrimintor when parsing arguments
  2898   // So that JDK version can be used as a discrimintor when parsing arguments
  2899   JDK_Version_init();
  2899   JDK_Version_init();
       
  2900 
       
  2901   // Update/Initialize System properties after JDK version number is known
       
  2902   Arguments::init_version_specific_system_properties();
  2900 
  2903 
  2901   // Parse arguments
  2904   // Parse arguments
  2902   jint parse_result = Arguments::parse(args);
  2905   jint parse_result = Arguments::parse(args);
  2903   if (parse_result != JNI_OK) return parse_result;
  2906   if (parse_result != JNI_OK) return parse_result;
  2904 
  2907