Merge
authorasaha
Wed, 17 Jan 2018 17:33:48 +0000
changeset 48592 ef70df777355
parent 48591 ca245f9f70db (current diff)
parent 48553 fe2950b07f1e (diff)
child 48593 fca88bbbafb9
Merge
--- a/test/hotspot/jtreg/runtime/6981737/Test6981737.java	Wed Jan 17 07:09:03 2018 +0000
+++ b/test/hotspot/jtreg/runtime/6981737/Test6981737.java	Wed Jan 17 17:33:48 2018 +0000
@@ -41,8 +41,6 @@
         int major_version = Runtime.version().major();
         String vm_spec_version_re = Integer.toString(major_version);
 
-        verifyProperty("java.vendor", vendor_re);
-        verifyProperty("java.vm.vendor", vendor_re);
         verifyProperty("java.vm.specification.vendor", vendor_re);
         verifyProperty("java.specification.vendor", vendor_re);
         verifyProperty("java.vm.specification.version", vm_spec_version_re);