src/share/vm/runtime/thread.cpp

changeset 2219
dfb38ea7da17
parent 2086
ee5cc9e78493
child 2226
75b0735b4d04
equal deleted inserted replaced
2162:b2045e0af26e 2219:dfb38ea7da17
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

mercurial