src/share/vm/runtime/arguments.cpp

changeset 2858
6c978a541c03
parent 2793
732454aaf5cb
child 2864
f4063a3503fc
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Tue May 03 12:45:54 2011 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Wed May 04 19:16:49 2011 -0400
     1.3 @@ -960,7 +960,7 @@
     1.4    // Ensure Agent_OnLoad has the correct initial values.
     1.5    // This may not be the final mode; mode may change later in onload phase.
     1.6    PropertyList_unique_add(&_system_properties, "java.vm.info",
     1.7 -                          (char*)Abstract_VM_Version::vm_info_string(), false);
     1.8 +                          (char*)VM_Version::vm_info_string(), false);
     1.9  
    1.10    UseInterpreter             = true;
    1.11    UseCompiler                = true;

mercurial