src/share/vm/runtime/arguments.cpp

changeset 2155
728a287f6c20
parent 2125
40d7b43b6fe0
child 2160
a25394352030
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Mon Sep 13 07:38:10 2010 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Fri Sep 17 09:45:32 2010 -0400
     1.3 @@ -121,7 +121,7 @@
     1.4    PropertyList_add(&_system_properties, new SystemProperty("java.vm.specification.name",
     1.5                                                                   "Java Virtual Machine Specification",  false));
     1.6    PropertyList_add(&_system_properties, new SystemProperty("java.vm.specification.vendor",
     1.7 -                                                                 "Sun Microsystems Inc.",  false));
     1.8 +        JDK_Version::is_gte_jdk17x_version() ? "Oracle Corporation" : "Sun Microsystems Inc.", false));
     1.9    PropertyList_add(&_system_properties, new SystemProperty("java.vm.version", VM_Version::vm_release(),  false));
    1.10    PropertyList_add(&_system_properties, new SystemProperty("java.vm.name", VM_Version::vm_name(),  false));
    1.11    PropertyList_add(&_system_properties, new SystemProperty("java.vm.vendor", VM_Version::vm_vendor(),  false));

mercurial