hotspot/src/share/vm/runtime/arguments.cpp
changeset 9427 eeb8acc0cf2c
parent 9187 a719b53bd4ba
child 9433 474a6834bc11
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Tue May 03 12:45:54 2011 -0700
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Wed May 04 19:16:49 2011 -0400
@@ -960,7 +960,7 @@
   // Ensure Agent_OnLoad has the correct initial values.
   // This may not be the final mode; mode may change later in onload phase.
   PropertyList_unique_add(&_system_properties, "java.vm.info",
-                          (char*)Abstract_VM_Version::vm_info_string(), false);
+                          (char*)VM_Version::vm_info_string(), false);
 
   UseInterpreter             = true;
   UseCompiler                = true;