hotspot/src/share/vm/runtime/thread.cpp
changeset 7105 849cbf3e4d6a
parent 7104 0c8b519af363
parent 6968 5d1eaf2fd05f
child 7123 523bb0f29d61
--- a/hotspot/src/share/vm/runtime/thread.cpp	Tue Oct 19 02:52:57 2010 -0700
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Wed Oct 20 04:19:01 2010 -0700
@@ -2922,6 +2922,9 @@
   // So that JDK version can be used as a discrimintor when parsing arguments
   JDK_Version_init();
 
+  // Update/Initialize System properties after JDK version number is known
+  Arguments::init_version_specific_system_properties();
+
   // Parse arguments
   jint parse_result = Arguments::parse(args);
   if (parse_result != JNI_OK) return parse_result;