mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
7036267: c2/arm: mark version number as experimental and disable on unsupported platforms
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
This commit is contained in:
parent
544652776c
commit
13d8bb1f5d
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ void Arguments::set_mode_flags(Mode mode) {
|
||||||
// Ensure Agent_OnLoad has the correct initial values.
|
// Ensure Agent_OnLoad has the correct initial values.
|
||||||
// This may not be the final mode; mode may change later in onload phase.
|
// This may not be the final mode; mode may change later in onload phase.
|
||||||
PropertyList_unique_add(&_system_properties, "java.vm.info",
|
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;
|
UseInterpreter = true;
|
||||||
UseCompiler = true;
|
UseCompiler = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue