comparison src/share/vm/runtime/thread.cpp @ 1904:cd4e20dc9917

Merge
author twisti
date Wed, 20 Oct 2010 04:19:01 -0700
parents 87d6a4d1ecbc 75b0735b4d04
children 5caa30ea147b
comparison
equal deleted inserted replaced
1903:87d6a4d1ecbc 1904:cd4e20dc9917
2919 // Initialize system properties. 2919 // Initialize system properties.
2920 Arguments::init_system_properties(); 2920 Arguments::init_system_properties();
2921 2921
2922 // So that JDK version can be used as a discrimintor when parsing arguments 2922 // So that JDK version can be used as a discrimintor when parsing arguments
2923 JDK_Version_init(); 2923 JDK_Version_init();
2924
2925 // Update/Initialize System properties after JDK version number is known
2926 Arguments::init_version_specific_system_properties();
2924 2927
2925 // Parse arguments 2928 // Parse arguments
2926 jint parse_result = Arguments::parse(args); 2929 jint parse_result = Arguments::parse(args);
2927 if (parse_result != JNI_OK) return parse_result; 2930 if (parse_result != JNI_OK) return parse_result;
2928 2931