comparison src/share/vm/runtime/arguments.cpp @ 3326:6c978a541c03

7036267: c2/arm: mark version number as experimental and disable on unsupported platforms Summary: Change call to Abstract_VM_Version::vm_info_string to VM_Version::vm_info_string so it cna be overridden by the arch specific VM_Version class Reviewed-by: bobv, phh
author dholmes
date Wed, 04 May 2011 19:16:49 -0400
parents 732454aaf5cb
children f4063a3503fc
comparison
equal deleted inserted replaced
3313:5781ed5f1865 3326:6c978a541c03
958 _mode = mode; 958 _mode = mode;
959 959
960 // Ensure Agent_OnLoad has the correct initial values. 960 // Ensure Agent_OnLoad has the correct initial values.
961 // This may not be the final mode; mode may change later in onload phase. 961 // This may not be the final mode; mode may change later in onload phase.
962 PropertyList_unique_add(&_system_properties, "java.vm.info", 962 PropertyList_unique_add(&_system_properties, "java.vm.info",
963 (char*)Abstract_VM_Version::vm_info_string(), false); 963 (char*)VM_Version::vm_info_string(), false);
964 964
965 UseInterpreter = true; 965 UseInterpreter = true;
966 UseCompiler = true; 966 UseCompiler = true;
967 UseLoopCounter = true; 967 UseLoopCounter = true;
968 968