hotspot/src/share/vm/runtime/thread.cpp
changeset 6961 a32b2fc66321
parent 6273 5b9acff1c480
child 6968 5d1eaf2fd05f
--- a/hotspot/src/share/vm/runtime/thread.cpp	Fri Sep 24 00:52:04 2010 -0700
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Thu Sep 30 12:05:08 2010 -0400
@@ -2898,6 +2898,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;